Class CreateFeaturestoreRequest (1.25.0)

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

Request message for FeaturestoreService.CreateFeaturestore .

Attributes

Name
Description
parent
str
Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location}'
featurestore
google.cloud.aiplatform_v1beta1.types.Featurestore
Required. The Featurestore to create.
featurestore_id
str
Required. The ID to use for this Featurestore, which will become the final component of the Featurestore'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.

Inheritance

builtins.object > proto.message.Message > CreateFeaturestoreRequest