Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1StepList

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

A list of Steps.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenaiVertexV1beta1StepList

Returns a new instance of GenaiVertexV1beta1StepList.



5224
5225
5226
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5224

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

Instance Attribute Details

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

The steps of the list. Corresponds to the JSON property steps



5222
5223
5224
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5222

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5229
5230
5231
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5229

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