Class CreateFeatureGroupRequest (1.48.0)

CreateFeatureGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeatureRegistryService.CreateFeatureGroup.

Attributes

NameDescription
parent str
Required. The resource name of the Location to create FeatureGroups. Format: projects/{project}/locations/{location}'
feature_group google.cloud.aiplatform_v1.types.FeatureGroup
Required. The FeatureGroup to create.
feature_group_id str
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.

Methods

CreateFeatureGroupRequest

CreateFeatureGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeatureRegistryService.CreateFeatureGroup.