Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

The runtime detail of a pipeline executor.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail

Returns a new instance of GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetail.



20676
20677
20678
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20676

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#container_detailGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailContainerDetail

The detail of a container execution. It contains the job names of the lifecycle of a container execution. Corresponds to the JSON property containerDetail



20669
20670
20671
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20669

def container_detail
  @container_detail
end

#custom_job_detailGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineTaskExecutorDetailCustomJobDetail

The detailed info for a custom job executor. Corresponds to the JSON property customJobDetail



20674
20675
20676
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20674

def custom_job_detail
  @custom_job_detail
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20681
20682
20683
20684
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20681

def update!(**args)
  @container_detail = args[:container_detail] if args.key?(:container_detail)
  @custom_job_detail = args[:custom_job_detail] if args.key?(:custom_job_detail)
end