Class: Google::Cloud::AIPlatform::V1::CreateFeaturestoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateFeaturestoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.CreateFeaturestore.
Instance Attribute Summary collapse
-
#featurestore ⇒ ::Google::Cloud::AIPlatform::V1::Featurestore
Required.
-
#featurestore_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#featurestore ⇒ ::Google::Cloud::AIPlatform::V1::Featurestore
Returns Required. The Featurestore to create.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 43 class CreateFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#featurestore_id ⇒ ::String
Returns Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name.
This value may be up to 60 characters, and valid characters are
[a-z0-9_]
. The first character cannot be a number.
The value must be unique within the project and location.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 43 class CreateFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to create Featurestores.
Format:
projects/{project}/locations/{location}
.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 43 class CreateFeaturestoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |