ModelMonitoringSpec class final
Monitoring monitoring job spec. It outlines the specifications for monitoring objectives, notifications, and result exports.
- Inheritance
-
- Object
- ProtoMessage
- ModelMonitoringSpec
Constructors
- ModelMonitoringSpec({ModelMonitoringObjectiveSpec? objectiveSpec, ModelMonitoringNotificationSpec? notificationSpec, ModelMonitoringOutputSpec? outputSpec})
-
ModelMonitoringSpec.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- notificationSpec → ModelMonitoringNotificationSpec?
-
The model monitoring notification spec.
final
- objectiveSpec → ModelMonitoringObjectiveSpec?
-
The monitoring objective spec.
final
- outputSpec → ModelMonitoringOutputSpec?
-
The Output destination spec for metrics, error logs, etc.
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
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