Class: Google::Cloud::AIPlatform::V1::CreateFeatureOnlineStoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateFeatureOnlineStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
Overview
Request message for FeatureOnlineStoreAdminService.CreateFeatureOnlineStore.
Instance Attribute Summary collapse
-
#feature_online_store ⇒ ::Google::Cloud::AIPlatform::V1::FeatureOnlineStore
Required.
-
#feature_online_store_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#feature_online_store ⇒ ::Google::Cloud::AIPlatform::V1::FeatureOnlineStore
Returns Required. The FeatureOnlineStore to create.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 43 class CreateFeatureOnlineStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_online_store_id ⇒ ::String
Returns Required. The ID to use for this FeatureOnlineStore, which will become the final component of the FeatureOnlineStore'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/feature_online_store_admin_service.rb', line 43 class CreateFeatureOnlineStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to create FeatureOnlineStores.
Format:
projects/{project}/locations/{location}
.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 43 class CreateFeatureOnlineStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |