Class GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail
The detail of a container execution. It contains the job names of the lifecycle of a container execution.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedMainJobs
Output only. The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
Declaration
[JsonProperty("failedMainJobs")]
public virtual IList<string> FailedMainJobs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
FailedPreCachingCheckJobs
Output only. The names of the previously failed CustomJob for the pre-caching-check container executions.
This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check
hook in the
lifecycle events. The list includes the all attempts in chronological order.
Declaration
[JsonProperty("failedPreCachingCheckJobs")]
public virtual IList<string> FailedPreCachingCheckJobs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
MainJob
Output only. The name of the CustomJob for the main container execution.
Declaration
[JsonProperty("mainJob")]
public virtual string MainJob { get; set; }
Property Value
Type | Description |
---|---|
string |
PreCachingCheckJob
Output only. The name of the CustomJob for the pre-caching-check container execution. This job will be
available if the PipelineJob.pipeline_spec specifies the pre_caching_check
hook in the lifecycle events.
Declaration
[JsonProperty("preCachingCheckJob")]
public virtual string PreCachingCheckJob { get; set; }
Property Value
Type | Description |
---|---|
string |