Class: Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::Header
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::Header
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb
Overview
Response header with metadata for the requested ReadFeatureValuesRequest.entity_type and Features.
Instance Attribute Summary collapse
-
#entity_type ⇒ ::String
The resource name of the EntityType from the ReadFeatureValuesRequest.
-
#feature_descriptors ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::FeatureDescriptor>
List of Feature metadata corresponding to each piece of ReadFeatureValuesResponse.EntityView.data.
Instance Attribute Details
#entity_type ⇒ ::String
Returns The resource name of the EntityType from the
ReadFeatureValuesRequest.
Value format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
.
133 134 135 136 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 133 class Header include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_descriptors ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::FeatureDescriptor>
Returns List of Feature metadata corresponding to each piece of ReadFeatureValuesResponse.EntityView.data.
133 134 135 136 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 133 class Header include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |