Class FeatureValueList (1.23.0)

  FeatureValueList 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Container for list of values.

Attribute

Name
Description
values
MutableSequence[google.cloud.aiplatform_v1.types.FeatureValue]
A list of feature values. All of them should be the same data type.

Inheritance

builtins.object > proto.message.Message > FeatureValueList