class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpecEmbeddingVector

Embedding vector.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @field_path = args[:field_path] if args.key?(:field_path)
  @vector = args[:vector] if args.key?(:vector)
end