Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime

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

Overview

The default runtime for the PipelineJob.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime

Returns a new instance of GoogleCloudAiplatformV1PipelineJobRuntimeConfigDefaultRuntime.



16003
16004
16005
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 16003

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

Instance Attribute Details

#persistent_resource_runtime_detailGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail

Persistent resource based runtime detail. For more information, refer to https: //cloud.google.com/vertex-ai/docs/training/persistent-resource-overview Corresponds to the JSON property persistentResourceRuntimeDetail



16001
16002
16003
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 16001

def persistent_resource_runtime_detail
  @persistent_resource_runtime_detail
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16008
16009
16010
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 16008

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