Class Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail (v0.1.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#main_job

def main_job() -> ::String
Returns
  • (::String) — Output only. The name of the CustomJob for the main container execution.

#pre_caching_check_job

def pre_caching_check_job() -> ::String
Returns
  • (::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.