Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateFeaturestoreRequest (v0.20.0)

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

Request message for FeaturestoreService.CreateFeaturestore.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#featurestore

def featurestore() -> ::Google::Cloud::AIPlatform::V1::Featurestore
Returns

#featurestore=

def featurestore=(value) -> ::Google::Cloud::AIPlatform::V1::Featurestore
Parameter
Returns

#featurestore_id

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

#featurestore_id=

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

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

#parent

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

#parent=

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