Class EntityView (1.0.1)

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

Entity view with Feature values. .. attribute:: entity_id

ID of the requested entity.

:type: str

Attribute

NameDescription
data Sequence[google.cloud.aiplatform_v1beta1.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.