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.



5451
5452
5453
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5451

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



5449
5450
5451
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5449

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5456
5457
5458
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5456

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