Class EntityView (1.11.0)

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

Entity view with Feature values.

Attributes

NameDescription
entity_id str
ID of the requested entity.
data Sequence[google.cloud.aiplatform_v1.types.ReadFeatureValuesResponse.EntityView.Data]
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

Inheritance

builtins.object > proto.message.Message > EntityView

Classes

Data

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

Container to hold value(s), successive in time, for one Feature from the request.

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