Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateFeatureRequest (v0.22.0)

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

Request message for FeaturestoreService.CreateFeature.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature

def feature() -> ::Google::Cloud::AIPlatform::V1::Feature
Returns

#feature=

def feature=(value) -> ::Google::Cloud::AIPlatform::V1::Feature
Parameter
Returns

#feature_id

def feature_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

    This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within an EntityType.

#feature_id=

def feature_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

    This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within an EntityType.

Returns
  • (::String) — Required. The ID to use for the Feature, which will become the final component of the Feature's resource name.

    This value may be up to 128 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within an EntityType.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the EntityType to create a Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the EntityType to create a Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Returns
  • (::String) — Required. The resource name of the EntityType to create a Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}