Class GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
All metadata of most recent monitoring pipelines.
Inheritance
GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RunTime
object representation of RunTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RunTimeDateTimeOffset instead.")]
public virtual object RunTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RunTimeDateTimeOffset
DateTimeOffset representation of RunTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RunTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RunTimeRaw
The time that most recent monitoring pipelines that is related to this run.
Declaration
[JsonProperty("runTime")]
public virtual string RunTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the most recent monitoring pipeline.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |