Class ModelMonitoringJobExecutionDetail (1.51.0)

ModelMonitoringJobExecutionDetail(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Represent the execution details of the job.

Attributes

Name Description
baseline_datasets MutableSequence[google.cloud.aiplatform_v1beta1.types.ModelMonitoringJobExecutionDetail.ProcessedDataset]
Processed baseline datasets.
target_datasets MutableSequence[google.cloud.aiplatform_v1beta1.types.ModelMonitoringJobExecutionDetail.ProcessedDataset]
Processed target datasets.
objective_status MutableMapping[str, google.rpc.status_pb2.Status]
Status of data processing for each monitoring objective. Key is the objective.
error google.rpc.status_pb2.Status
Additional job error status.

Classes

ObjectiveStatusEntry

ObjectiveStatusEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ProcessedDataset

ProcessedDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Processed dataset information.

Methods

ModelMonitoringJobExecutionDetail

ModelMonitoringJobExecutionDetail(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Represent the execution details of the job.