Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TurnList
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TurnList
- 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 Turns.
Instance Attribute Summary collapse
-
#turns ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Turn>
Corresponds to the JSON property
turns.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1TurnList
constructor
A new instance of GenaiVertexV1beta1TurnList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1TurnList
Returns a new instance of GenaiVertexV1beta1TurnList.
4953 4954 4955 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4953 def initialize(**args) update!(**args) end |
Instance Attribute Details
#turns ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Turn>
Corresponds to the JSON property turns
4951 4952 4953 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4951 def turns @turns end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4958 4959 4960 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4958 def update!(**args) @turns = args[:turns] if args.key?(:turns) end |