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.
Generated from protobuf field string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setMainJob
Output only. The name of the CustomJob for the main container execution.
Generated from protobuf field string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = {
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.
Generated from protobuf field string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = {
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.
Generated from protobuf field string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = {
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.
Generated from protobuf field repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.
Generated from protobuf field repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.
Generated from protobuf field repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.
Generated from protobuf field repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |