Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime
- 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 default runtime for the PipelineJob.
Instance Attribute Summary collapse
-
#persistent_resource_runtime_detail ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
Persistent resource based runtime detail.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime
constructor
A new instance of GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime
Returns a new instance of GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime.
23299 23300 23301 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23299 def initialize(**args) update!(**args) end |
Instance Attribute Details
#persistent_resource_runtime_detail ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail
Persistent resource based runtime detail. For more information about
persistent resource, refer to https://cloud.google.com/vertex-ai/docs/training/
persistent-resource-overview
Corresponds to the JSON property persistentResourceRuntimeDetail
23297 23298 23299 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23297 def persistent_resource_runtime_detail @persistent_resource_runtime_detail end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23304 23305 23306 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23304 def update!(**args) @persistent_resource_runtime_detail = args[:persistent_resource_runtime_detail] if args.key?(:persistent_resource_runtime_detail) end |