Class Header (1.8.1)

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

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

Attributes

NameDescription
entity_type str
The resource name of the EntityType from the ReadFeatureValuesRequest. Value format: ``projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}``.
feature_descriptors Sequence[google.cloud.aiplatform_v1.types.ReadFeatureValuesResponse.FeatureDescriptor]
List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.data][].

Inheritance

builtins.object > proto.message.Message > Header