Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlan

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

Execution plan for a request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecutionPlan

Returns a new instance of GoogleCloudAiplatformV1beta1ExecutionPlan.



7156
7157
7158
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7156

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

Instance Attribute Details

#stepsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlanStep>

Required. Sequence of steps to execute a request. Corresponds to the JSON property steps



7154
7155
7156
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7154

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7161
7162
7163
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7161

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