Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepList
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepList
- 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
A list of Steps.
Instance Attribute Summary collapse
-
#steps ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Step>
The steps of the list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1StepList
constructor
A new instance of GenaiVertexV1beta1StepList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1StepList
Returns a new instance of GenaiVertexV1beta1StepList.
4116 4117 4118 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4116 def initialize(**args) update!(**args) end |
Instance Attribute Details
#steps ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Step>
The steps of the list.
Corresponds to the JSON property steps
4114 4115 4116 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4114 def steps @steps end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4121 4122 4123 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4121 def update!(**args) @steps = args[:steps] if args.key?(:steps) end |