Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateFeatureGroupRequest (v0.38.0)

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

Request message for FeatureRegistryService.CreateFeatureGroup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature_group

def feature_group() -> ::Google::Cloud::AIPlatform::V1::FeatureGroup
Returns

#feature_group=

def feature_group=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureGroup
Parameter
Returns

#feature_group_id

def feature_group_id() -> ::String
Returns
  • (::String) — Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup'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_group_id=

def feature_group_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup'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 FeatureGroup, which will become the final component of the FeatureGroup'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 FeatureGroups. Format: projects/{project}/locations/{location}'

#parent=

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