Class FeatureValueList (1.3.0)

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

Container for list of values. .. attribute:: values

A list of feature values. All of them should be the same data type.

:type: Sequence[google.cloud.aiplatform_v1beta1.types.FeatureValue]

Inheritance

builtins.object > proto.message.Message > FeatureValueList