Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec

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

Specification for building container image.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec

Returns a new instance of GoogleCloudAiplatformV1ReasoningEngineSpecBuildSpec.



34235
34236
34237
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34235

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

Instance Attribute Details

#worker_poolString

Optional. Identifier. The resource name of the Cloud Build WorkerPool to use for the build. Format: projects/project/locations/location/workerPools/ worker_pool` Corresponds to the JSON propertyworkerPool`

Returns:

  • (String)


34233
34234
34235
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34233

def worker_pool
  @worker_pool
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34240
34241
34242
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34240

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