Class CreateFeatureRequest (1.39.0)

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

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

Attributes

Name
Description
parent
str
Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
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 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.

Methods

CreateFeatureRequest

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

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