Class TextEmbedding (1.43.0)

  TextEmbedding 
 ( 
 values 
 : 
 typing 
 . 
 List 
 [ 
 float 
 ], 
 statistics 
 : 
 typing 
 . 
 Optional 
 [ 
 vertexai 
 . 
 language_models 
 . 
 TextEmbeddingStatistics 
 ] 
 = 
 None 
 , 
 _prediction_response 
 : 
 typing 
 . 
 Optional 
 [ 
 google 
 . 
 cloud 
 . 
 aiplatform 
 . 
 models 
 . 
 Prediction 
 ] 
 = 
 None 
 , 
 ) 
 

Text embedding vector and statistics.