Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail

Represent the execution details of the job.

Inheritance
object
GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX