Class: Google::Cloud::AIPlatform::V1::GetFeatureRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetFeatureRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.GetFeature. Request message for FeatureRegistryService.GetFeature.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Feature resource.
Format for entity_type as parent:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Format for feature_group as parent:
projects/{project}/locations/{location}/featureGroups/{feature_group}
.
713 714 715 716 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 713 class GetFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |