ModelMonitoringJobExecutionDetail class final

Represent the execution details of the job.

Inheritance
  • Object
  • ProtoMessage
  • ModelMonitoringJobExecutionDetail

Constructors

ModelMonitoringJobExecutionDetail({List<ModelMonitoringJobExecutionDetail_ProcessedDataset> baselineDatasets = const [], List<ModelMonitoringJobExecutionDetail_ProcessedDataset> targetDatasets = const [], Map<String, Status> objectiveStatus = const {}, Status? error})
ModelMonitoringJobExecutionDetail.fromJson(Object? j)
factory

Properties

baselineDatasets List<ModelMonitoringJobExecutionDetail_ProcessedDataset>
Processed baseline datasets.
final
error → Status?
Additional job error status.
final
hashCode int
The hash code for this object.
no setterinherited
objectiveStatus Map<String, Status>
Status of data processing for each monitoring objective. Key is the objective.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetDatasets List<ModelMonitoringJobExecutionDetail_ProcessedDataset>
Processed target datasets.
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