Class Data (1.6.2)

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

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

Attributes

NameDescription
value google.cloud.aiplatform_v1.types.FeatureValue
Feature value if a single value is requested.
values google.cloud.aiplatform_v1.types.FeatureValueList
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.

Inheritance

builtins.object > proto.message.Message > Data