Class DataKeyAndFeatureValues (1.122.0)

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

A data key and associated feature values to write to the feature view.

Attributes

Name Description
data_key google.cloud.aiplatform_v1beta1.types.FeatureViewDataKey
The data key.
features MutableSequence[google.cloud.aiplatform_v1beta1.types.FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature]
List of features to write.

Classes

Feature

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

Feature name & value pair.

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

Methods

DataKeyAndFeatureValues

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

A data key and associated feature values to write to the feature view.