Class CreateFeatureRequest (1.14.0)

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

Request message for FeaturestoreService.CreateFeature.

Attributes

NameDescription
parent str
Required. The resource name of the EntityType to create a Feature. Format: ``projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}``
feature google.cloud.aiplatform_v1.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 60 characters, and valid characters are ``[a-z0-9_]``. The first character cannot be a number. The value must be unique within an EntityType.

Inheritance

builtins.object > proto.message.Message > CreateFeatureRequest