Stay organized with collections
Save and categorize content based on your preferences.
Resource: FeatureMonitorJob
Vertex AI feature Monitor Job.
Fields
name
string
Identifier. name of the FeatureMonitorJob. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}/featureMonitorJobs/{featureMonitorJob}.
Output only. timestamp when this FeatureMonitorJob was created. Creation of a FeatureMonitorJob means that the job is pending / waiting for sufficient resources but may not have started running yet.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Optional. The labels with user-defined metadata to organize your FeatureMonitorJob.
label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureMonitor(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
Output only. data snapshot time comparing to which the drift is calculated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# REST Resource: projects.locations.featureGroups.featureMonitors.featureMonitorJobs\n\nResource: FeatureMonitorJob\n---------------------------\n\nVertex AI feature Monitor Job.\nFields `name` `string` \nIdentifier. name of the FeatureMonitorJob. Format: `projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}/featureMonitorJobs/{featureMonitorJob}`.\n`createTime` `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` \nOutput only. timestamp when this FeatureMonitorJob was created. Creation of a FeatureMonitorJob means that the job is pending / waiting for sufficient resources but may not have started running yet.\n\nUses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`.\n`finalStatus` `object (`[Status](/vertex-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Status)`)` \nOutput only. Final status of the FeatureMonitorJob.\n`jobSummary` `object (`[JobSummary](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.featureMonitors.featureMonitorJobs#JobSummary)`)` \nOutput only. Summary from the FeatureMonitorJob.\n`labels` `map (key: string, value: string)` \nOptional. The labels with user-defined metadata to organize your FeatureMonitorJob.\n\nlabel keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.\n\nSee \u003chttps://goo.gl/xmQnxf\u003e for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureMonitor(System labels are excluded).\" System reserved label keys are prefixed with \"aiplatform.googleapis.com/\" and are immutable.\n`description` `string` \nOptional. description of the FeatureMonitor.\n`driftBaseFeatureMonitorJobId` `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` \nOutput only. FeatureMonitorJob id comparing to which the drift is calculated.\n`driftBaseSnapshotTime` `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` \nOutput only. data snapshot time comparing to which the drift is calculated.\n\nUses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`.\n`featureSelectionConfig` `object (`[FeatureSelectionConfig](/vertex-ai/docs/reference/rest/v1beta1/FeatureSelectionConfig)`)` \nOutput only. feature selection config used when creating FeatureMonitorJob.\n`triggerType` `enum (`[FeatureMonitorJobTrigger](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.featureMonitors.featureMonitorJobs#FeatureMonitorJobTrigger)`)` \nOutput only. Trigger type of the feature Monitor Job. \n\nJobSummary\n----------\n\nSummary from the FeatureMonitorJob.\nFields `totalSlotMs` `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` \nOutput only. BigQuery slot milliseconds consumed.\n`featureStatsAndAnomalies[]` `object (`[FeatureStatsAndAnomaly](/vertex-ai/docs/reference/rest/v1beta1/FeatureStatsAndAnomaly)`)` \nOutput only. Features and their stats and anomalies \n\nFeatureMonitorJobTrigger\n------------------------\n\nChoices of the trigger type."]]