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.
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.
638 639 640 641 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 638 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.
638 639 640 641 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 638 class CreateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the EntityType to create a Feature.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.
638 639 640 641 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 638 class CreateFeatureRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |