Class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponse
- 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
Video reasoning response.
Instance Attribute Summary collapse
-
#responses ⇒ Array<Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse>
Generated text responses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudAiLargeModelsVisionReasonVideoResponse
constructor
A new instance of CloudAiLargeModelsVisionReasonVideoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudAiLargeModelsVisionReasonVideoResponse
Returns a new instance of CloudAiLargeModelsVisionReasonVideoResponse.
321 322 323 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 321 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse>
Generated text responses. The generated responses for different segments
within the same video.
Corresponds to the JSON property responses
319 320 321 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 319 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
326 327 328 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 326 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |