Class ReadFeatureValuesResponse (1.18.0)

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

Response message for FeaturestoreOnlineServingService.ReadFeatureValues.

Attributes

NameDescription
header google.cloud.aiplatform_v1.types.ReadFeatureValuesResponse.Header
Response header.
entity_view google.cloud.aiplatform_v1.types.ReadFeatureValuesResponse.EntityView
Entity view with Feature values. This may be the entity in the Featurestore if values for all Features were requested, or a projection of the entity in the Featurestore if values for only some Features were requested.

Inheritance

builtins.object > proto.message.Message > ReadFeatureValuesResponse

Classes

EntityView

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

Entity view with Feature values.

FeatureDescriptor

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

Metadata for requested Features.

Header

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

Response header with metadata for the requested ReadFeatureValuesRequest.entity_type and Features.