v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Creates a new Featurestore in a given project and location.

post/v1/{+parent}/featurestores

Path parameters

parentstring required

Required. The resource name of the Location to create Featurestores. Format: projects/{project}/locations/{location}

Query parameters

featurestoreIdstring

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.

Request body

etagstring

Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

onlineStorageTtlDaysinteger

Optional. TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage periodically removes obsolete feature values older than online_storage_ttl_days since the feature generation time. Note that online_storage_ttl_days should be less than or equal to offline_storage_ttl_days for each EntityType under a featurestore. If not set, default to 4000 days

updateTimestring google-datetime

Output only. Timestamp when this Featurestore was last updated.

labelsobject

Optional. The labels with user-defined metadata to organize your Featurestore. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one Featurestore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

satisfiesPzsboolean

Output only. Reserved for future use.

namestring

Output only. Name of the Featurestore. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

createTimestring google-datetime

Output only. Timestamp when this Featurestore was created.

satisfiesPziboolean

Output only. Reserved for future use.

state'STATE_UNSPECIFIED' | 'STABLE' | 'UPDATING'

Output only. State of the featurestore.

Response

Successful response