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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 |
getMainJob
Output only. The name of the CustomJob for the main container execution.
Returns | |
---|---|
Type | Description |
string |
setMainJob
Output only. The name of the CustomJob for the main container execution.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |