Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail

Returns a new instance of GoogleCloudAiplatformV1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail.



15880
15881
15882
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15880

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

Instance Attribute Details

#persistent_resource_nameString

Persistent resource name. Format: projects/project/locations/location/ persistentResources/persistent_resource` Corresponds to the JSON propertypersistentResourceName`

Returns:

  • (String)


15878
15879
15880
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15878

def persistent_resource_name
  @persistent_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15885
15886
15887
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15885

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