Google Cloud Ai Platform V1 Client - Class ContainerDetail (0.23.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ContainerDetail.

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

Generated from protobuf message google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail

Namespace

Google \ Cloud \ AIPlatform \ V1 \ PipelineTaskExecutorDetail

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ main_job string

Output only. The name of the CustomJob for the main container execution.

↳ pre_caching_check_job string

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.

↳ failed_main_jobs array

Output only. The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.

↳ failed_pre_caching_check_jobs array

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.

getMainJob

Output only. The name of the CustomJob for the main container execution.

Returns
TypeDescription
string

setMainJob

Output only. The name of the CustomJob for the main container execution.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPreCachingCheckJob

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.

Returns
TypeDescription
string

setPreCachingCheckJob

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFailedMainJobs

Output only. The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailedMainJobs

Output only. The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getFailedPreCachingCheckJobs

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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailedPreCachingCheckJobs

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.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this