Class: Google::Cloud::AIPlatform::V1::CreateFeatureRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateFeatureRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.
Instance Attribute Summary collapse
-
#feature ⇒ ::Google::Cloud::AIPlatform::V1::Feature
Required.
-
#feature_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#feature ⇒ ::Google::Cloud::AIPlatform::V1::Feature
Returns Required. The Feature to create.
665 666 667 668 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 665 class CreateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_id ⇒ ::String
Returns Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.
This value may be up to 128 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within an EntityType/FeatureGroup.
665 666 667 668 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 665 class CreateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the EntityType or FeatureGroup to create a
Feature. 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}
.
665 666 667 668 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 665 class CreateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |