Class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMediaGenerateContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMediaGenerateContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Generate media content response
Instance Attribute Summary collapse
-
#response ⇒ Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse
Response to the user's request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudAiLargeModelsVisionMediaGenerateContentResponse
constructor
A new instance of CloudAiLargeModelsVisionMediaGenerateContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudAiLargeModelsVisionMediaGenerateContentResponse
Returns a new instance of CloudAiLargeModelsVisionMediaGenerateContentResponse.
227 228 229 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 227 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response ⇒ Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse
Response to the user's request.
Corresponds to the JSON property response
225 226 227 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 225 def response @response end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
232 233 234 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 232 def update!(**args) @response = args[:response] if args.key?(:response) end |