Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlan
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlan
- 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
-
#steps ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExecutionPlanStep>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExecutionPlan
constructor
A new instance of GoogleCloudAiplatformV1beta1ExecutionPlan.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#steps ⇒ Array<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 |