Class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionEmbedVideoResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::CloudAiLargeModelsVisionEmbedVideoResponse
- 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 embedding response.
Instance Attribute Summary collapse
-
#video_embeddings ⇒ Array<Object>
The embedding vector for the video.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudAiLargeModelsVisionEmbedVideoResponse
constructor
A new instance of CloudAiLargeModelsVisionEmbedVideoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudAiLargeModelsVisionEmbedVideoResponse
Returns a new instance of CloudAiLargeModelsVisionEmbedVideoResponse.
34 35 36 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#video_embeddings ⇒ Array<Object>
The embedding vector for the video.
Corresponds to the JSON property videoEmbeddings
32 33 34 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32 def @video_embeddings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 39 def update!(**args) @video_embeddings = args[:video_embeddings] if args.key?(:video_embeddings) end |