Class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ResponseFormatList
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ResponseFormatList
- 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
Instance Attribute Summary collapse
-
#response_formats ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ResponseFormat>
Corresponds to the JSON property
responseFormats.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenaiVertexV1beta1ResponseFormatList
constructor
A new instance of GenaiVertexV1beta1ResponseFormatList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenaiVertexV1beta1ResponseFormatList
Returns a new instance of GenaiVertexV1beta1ResponseFormatList.
4469 4470 4471 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4469 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response_formats ⇒ Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ResponseFormat>
Corresponds to the JSON property responseFormats
4467 4468 4469 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4467 def response_formats @response_formats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4474 4475 4476 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 4474 def update!(**args) @response_formats = args[:response_formats] if args.key?(:response_formats) end |