public sealed class PipelineTaskExecutorDetail.Types.ContainerDetail : IMessage<PipelineTaskExecutorDetail.Types.ContainerDetail>, IEquatable<PipelineTaskExecutorDetail.Types.ContainerDetail>, IDeepCloneable<PipelineTaskExecutorDetail.Types.ContainerDetail>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PipelineTaskExecutorDetail.Types.ContainerDetail.
The detail of a container execution. It contains the job names of the lifecycle of a container execution.
Implements
IMessagePipelineTaskExecutorDetailTypesContainerDetail, IEquatablePipelineTaskExecutorDetailTypesContainerDetail, IDeepCloneablePipelineTaskExecutorDetailTypesContainerDetail, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ContainerDetail()
public ContainerDetail()ContainerDetail(ContainerDetail)
public ContainerDetail(PipelineTaskExecutorDetail.Types.ContainerDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
PipelineTaskExecutorDetailTypesContainerDetail |
Properties
FailedMainJobs
public RepeatedField<string> FailedMainJobs { get; }Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main container executions. The list includes the all attempts in chronological order.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
FailedPreCachingCheckJobs
public RepeatedField<string> FailedPreCachingCheckJobs { get; }Output only. The names of the previously failed
[CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
pre-caching-check container executions. This job will be available if the
[PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
specifies the pre_caching_check hook in the lifecycle events. The list
includes the all attempts in chronological order.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
MainJob
public string MainJob { get; set; }Output only. The name of the [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main container execution.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MainJobAsCustomJobName
public CustomJobName MainJobAsCustomJobName { get; set; }CustomJobName-typed view over the MainJob resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomJobName |
|
PreCachingCheckJob
public string PreCachingCheckJob { get; set; }Output only. The name of the
[CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
pre-caching-check container execution. This job will be available if the
[PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
specifies the pre_caching_check hook in the lifecycle events.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PreCachingCheckJobAsCustomJobName
public CustomJobName PreCachingCheckJobAsCustomJobName { get; set; }CustomJobName-typed view over the PreCachingCheckJob resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomJobName |
|