Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateFeatureOnlineStoreRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateFeatureOnlineStoreRequest.

Request message for FeatureOnlineStoreAdminService.CreateFeatureOnlineStore.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature_online_store

def feature_online_store() -> ::Google::Cloud::AIPlatform::V1::FeatureOnlineStore
Returns

#feature_online_store=

def feature_online_store=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureOnlineStore
Parameter
Returns

#feature_online_store_id

def feature_online_store_id() -> ::String
Returns
  • (::String) — 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.

#feature_online_store_id=

def feature_online_store_id=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The resource name of the Location to create FeatureOnlineStores. Format: projects/{project}/locations/{location}