Class FeatureValue (1.36.4)

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

Value for a feature.

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.

Classes

Metadata

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

Metadata of feature value.

Methods

FeatureValue

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

Value for a feature.

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