Class MultiModalEmbeddingResponse (1.38.1)

  MultiModalEmbeddingResponse 
 ( 
 _prediction_response 
 : 
 typing 
 . 
 Any 
 , 
 image_embedding 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 List 
 [ 
 float 
 ]] 
 = 
 None 
 , 
 text_embedding 
 : 
 typing 
 . 
 Optional 
 [ 
 typing 
 . 
 List 
 [ 
 float 
 ]] 
 = 
 None 
 , 
 ) 
 

The image embedding response.

Attributes

Name
Description
image_embedding
List[float]
Optional. The embedding vector generated from your image.
text_embedding
List[float]
Optional. The embedding vector generated from the contextual text provided for your image.