Class: Google::Cloud::AIPlatform::V1::CreateFeatureViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateFeatureViewRequest
- 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.CreateFeatureView.
Instance Attribute Summary collapse
-
#feature_view ⇒ ::Google::Cloud::AIPlatform::V1::FeatureView
Required.
-
#feature_view_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#run_sync_immediately ⇒ ::Boolean
Immutable.
Instance Attribute Details
#feature_view ⇒ ::Google::Cloud::AIPlatform::V1::FeatureView
Returns Required. The FeatureView to create.
199 200 201 202 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199 class CreateFeatureViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_view_id ⇒ ::String
Returns Required. The ID to use for the FeatureView, which will become the final component of the FeatureView'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 a FeatureOnlineStore.
199 200 201 202 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199 class CreateFeatureViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the FeatureOnlineStore to create
FeatureViews. Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
.
199 200 201 202 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199 class CreateFeatureViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#run_sync_immediately ⇒ ::Boolean
Returns Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.
199 200 201 202 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 199 class CreateFeatureViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |