Cloud AI Platform v1 API - Class PipelineTaskExecutorDetail.Types.ContainerDetail (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class PipelineTaskExecutorDetail.Types.ContainerDetail.

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(ContainerDetail)

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

Properties

FailedMainJobs

public RepeatedField<string> FailedMainJobs { get; }

Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container executions. The list includes the all attempts in chronological order.

Property Value
TypeDescription
RepeatedFieldstring

FailedPreCachingCheckJobs

public RepeatedField<string> FailedPreCachingCheckJobs { get; }

Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the pre-caching-check container executions. 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. The list includes the all attempts in chronological order.

Property Value
TypeDescription
RepeatedFieldstring

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