Class PipelineTaskExecutorDetail.Types.ContainerDetail (2.1.0)

public sealed class ContainerDetail : IMessage<PipelineTaskExecutorDetail.Types.ContainerDetail>, IEquatable<PipelineTaskExecutorDetail.Types.ContainerDetail>, IDeepCloneable<PipelineTaskExecutorDetail.Types.ContainerDetail>, IBufferMessage, IMessage

The detail of a container execution. It contains the job names of the lifecycle of a container execution.

Inheritance

Object > PipelineTaskExecutorDetail.Types.ContainerDetail

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ContainerDetail()

public ContainerDetail()

ContainerDetail(PipelineTaskExecutorDetail.Types.ContainerDetail)

public ContainerDetail(PipelineTaskExecutorDetail.Types.ContainerDetail other)
Parameter
NameDescription
otherPipelineTaskExecutorDetail.Types.ContainerDetail

Properties

MainJob

public string MainJob { get; set; }

Output only. The name of the [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container execution.

Property Value
TypeDescription
String

PreCachingCheckJob

public string PreCachingCheckJob { get; set; }

Output only. The name of the [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the pre-caching-check container execution. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec] specifies the pre_caching_check hook in the lifecycle events.

Property Value
TypeDescription
String