Class FeatureValue (1.10.0)

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

Value for a feature. NEXT ID: 15

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
bool_value bool
Bool type feature value. This field is a member of `oneof`_ ``value``.
double_value float
Double type feature value. This field is a member of `oneof`_ ``value``.
int64_value int
Int64 feature value. This field is a member of `oneof`_ ``value``.
string_value str
String feature value. This field is a member of `oneof`_ ``value``.
bool_array_value google.cloud.aiplatform_v1.types.BoolArray
A list of bool type feature value. This field is a member of `oneof`_ ``value``.
double_array_value google.cloud.aiplatform_v1.types.DoubleArray
A list of double type feature value. This field is a member of `oneof`_ ``value``.
int64_array_value google.cloud.aiplatform_v1.types.Int64Array
A list of int64 type feature value. This field is a member of `oneof`_ ``value``.
string_array_value google.cloud.aiplatform_v1.types.StringArray
A list of string type feature value. This field is a member of `oneof`_ ``value``.
bytes_value bytes
Bytes feature value. This field is a member of `oneof`_ ``value``.
metadata google.cloud.aiplatform_v1.types.FeatureValue.Metadata
Metadata of feature value.

Inheritance

builtins.object > proto.message.Message > FeatureValue

Classes

Metadata

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

Metadata of feature value.