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
-
#main_job ⇒ ::String
readonly
Output only.
-
#pre_caching_check_job ⇒ ::String
readonly
Output only.
Instance Attribute Details
#main_job ⇒ ::String (readonly)
Returns Output only. The name of the CustomJob for the main container execution.
362 363 364 365 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 362 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.
362 363 364 365 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 362 class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |