Class: Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb
Overview
The detail of a container execution. It contains the job names of the lifecycle of a container execution.
Instance Attribute Summary collapse
-
#failed_main_jobs ⇒ ::Array<::String>
readonly
Output only.
-
#failed_pre_caching_check_jobs ⇒ ::Array<::String>
readonly
Output only.
-
#main_job ⇒ ::String
readonly
Output only.
-
#pre_caching_check_job ⇒ ::String
readonly
Output only.
Instance Attribute Details
#failed_main_jobs ⇒ ::Array<::String> (readonly)
Returns Output only. The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
435 436 437 438 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 435 class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failed_pre_caching_check_jobs ⇒ ::Array<::String> (readonly)
Returns 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.
435 436 437 438 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 435 class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#main_job ⇒ ::String (readonly)
Returns Output only. The name of the CustomJob for the main container execution.
435 436 437 438 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 435 class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pre_caching_check_job ⇒ ::String (readonly)
Returns 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.
435 436 437 438 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 435 class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |