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.



5020
5021
5022
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5020

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



5018
5019
5020
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5018

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5025
5026
5027
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 5025

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