Class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionEmbedVideoResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_embeddingsArray<Object>

The embedding vector for the video. Corresponds to the JSON property videoEmbeddings

Returns:

  • (Array<Object>)


32
33
34
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32

def video_embeddings
  @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