Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata

All metadata of most recent monitoring pipelines.

Inheritance
object
GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
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.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX