FeatureMonitor class final
Vertex AI Feature Monitor.
- Inheritance
-
- Object
- ProtoMessage
- FeatureMonitor
Constructors
-
FeatureMonitor({String name = '', Timestamp? createTime, Timestamp? updateTime, String etag = '', Map<
String, String> labels = const {}, String description = '', required ScheduleConfig? scheduleConfig, required FeatureSelectionConfig? featureSelectionConfig}) - FeatureMonitor.fromJson(Object? j)
-
factory
Properties
- createTime → Timestamp?
-
Output only. Timestamp when this FeatureMonitor was created.
final
- description → String
-
Optional. Description of the FeatureMonitor.
final
- etag → String
-
Optional. Used to perform consistent read-modify-write updates. If not set,
a blind "overwrite" update happens.
final
- featureSelectionConfig → FeatureSelectionConfig?
-
Required. Feature selection config for the FeatureMonitor.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
→ Map<
String, String> -
Optional. The labels with user-defined metadata to organize your
FeatureMonitor.
final
- name → String
-
Identifier. Name of the FeatureMonitor. Format:
projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}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
- scheduleConfig → ScheduleConfig?
-
Required. Schedule config for the FeatureMonitor.
final
- updateTime → Timestamp?
-
Output only. Timestamp when this FeatureMonitor was last updated.
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