Class CreateFeaturestoreRequest (1.36.4)

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

Request message for FeaturestoreService.CreateFeaturestore.

Attributes

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

Methods

CreateFeaturestoreRequest

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

Request message for FeaturestoreService.CreateFeaturestore.