ModelMonitoringObjectiveSpec_TabularObjective class final
Tabular monitoring objective.
- Inheritance
-
- Object
- ProtoMessage
- ModelMonitoringObjectiveSpec_TabularObjective
Constructors
- ModelMonitoringObjectiveSpec_TabularObjective({ModelMonitoringObjectiveSpec_DataDriftSpec? featureDriftSpec, ModelMonitoringObjectiveSpec_DataDriftSpec? predictionOutputDriftSpec, ModelMonitoringObjectiveSpec_FeatureAttributionSpec? featureAttributionSpec})
-
ModelMonitoringObjectiveSpec_TabularObjective.fromJson(Map<
String, dynamic> json) -
factory
Properties
- featureAttributionSpec → ModelMonitoringObjectiveSpec_FeatureAttributionSpec?
-
Feature attribution monitoring spec.
final
- featureDriftSpec → ModelMonitoringObjectiveSpec_DataDriftSpec?
-
Input feature distribution drift monitoring spec.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- predictionOutputDriftSpec → ModelMonitoringObjectiveSpec_DataDriftSpec?
-
Prediction output distribution drift monitoring spec.
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