Class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail
Represent the execution details of the job.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail : IDirectResponseSchema
Properties
BaselineDatasets
Processed baseline datasets.
Declaration
[JsonProperty("baselineDatasets")]
public virtual IList<GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset> BaselineDatasets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Additional job error status.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
ObjectiveStatus
Status of data processing for each monitoring objective. Key is the objective.
Declaration
[JsonProperty("objectiveStatus")]
public virtual IDictionary<string, GoogleRpcStatus> ObjectiveStatus { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleRpcStatus> |
TargetDatasets
Processed target datasets.
Declaration
[JsonProperty("targetDatasets")]
public virtual IList<GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset> TargetDatasets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset> |