Class CreateFeatureRequest (1.35.0)

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

Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.

Attributes

Name Description
feature google.cloud.aiplatform_v1beta1.types.Feature
Required. The Feature to create.
feature_id str
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/FeatureGroup.