FeatureMonitorJob class final
Vertex AI Feature Monitor Job.
- Inheritance
-
- Object
- ProtoMessage
- FeatureMonitorJob
Constructors
-
FeatureMonitorJob({String name = '', Timestamp? createTime, Status? finalStatus, FeatureMonitorJob_JobSummary? jobSummary, Map<
String, String> labels = const {}, String description = '', int driftBaseFeatureMonitorJobId = 0, Timestamp? driftBaseSnapshotTime, FeatureSelectionConfig? featureSelectionConfig, FeatureMonitorJob_FeatureMonitorJobTrigger triggerType = FeatureMonitorJob_FeatureMonitorJobTrigger.$default}) - FeatureMonitorJob.fromJson(Object? j)
-
factory
Properties
- createTime → Timestamp?
-
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.
final
- description → String
-
Optional. Description of the FeatureMonitor.
final
- driftBaseFeatureMonitorJobId → int
-
Output only. FeatureMonitorJob ID comparing to which the drift is
calculated.
final
- driftBaseSnapshotTime → Timestamp?
-
Output only. Data snapshot time comparing to which the drift is calculated.
final
- featureSelectionConfig → FeatureSelectionConfig?
-
Output only. Feature selection config used when creating FeatureMonitorJob.
final
- finalStatus → Status?
-
Output only. Final status of the FeatureMonitorJob.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobSummary → FeatureMonitorJob_JobSummary?
-
Output only. Summary from the FeatureMonitorJob.
final
-
labels
→ Map<
String, String> -
Optional. The labels with user-defined metadata to organize your
FeatureMonitorJob.
final
- name → String
-
Identifier. Name of the FeatureMonitorJob. Format:
projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}/featureMonitorJobs/{feature_monitor_job}.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- triggerType → FeatureMonitorJob_FeatureMonitorJobTrigger
-
Output only. Trigger type of the Feature Monitor Job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String