Class FeatureValue (0.9.0)

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

Value for a feature. NEXT ID: 15

Attributes

NameDescription
bool_value bool
Bool type feature value.
double_value float
Double type feature value.
int64_value int
Int64 feature value.
string_value str
String feature value.
bool_array_value google.cloud.aiplatform_v1beta1.types.BoolArray
A list of bool type feature value.
double_array_value google.cloud.aiplatform_v1beta1.types.DoubleArray
A list of double type feature value.
int64_array_value google.cloud.aiplatform_v1beta1.types.Int64Array
A list of int64 type feature value.
string_array_value google.cloud.aiplatform_v1beta1.types.StringArray
A list of string type feature value.
bytes_value bytes
Bytes feature value.
metadata google.cloud.aiplatform_v1beta1.types.FeatureValue.Metadata
Output only. 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. .. attribute:: generate_time

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store.

:type: google.protobuf.timestamp_pb2.Timestamp