v1

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

Creates a new EntityType in a given Featurestore.

post/v1/{+parent}/entityTypes

Path parameters

parentstring required

Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

Query parameters

entityTypeIdstring

Required. The ID to use for the EntityType, which will become the final component of the EntityType'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 a featurestore.

Request body

satisfiesPziboolean

Output only. Reserved for future use.

createTimestring google-datetime

Output only. Timestamp when this EntityType was created.

namestring

Immutable. Name of the EntityType. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} The last part entity_type is assigned by the client. The entity_type can be up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-z and underscore(_), and ASCII digits 0-9 starting with a letter. The value will be unique given a featurestore.

descriptionstring

Optional. Description of the EntityType.

offlineStorageTtlDaysinteger

Optional. Config for data retention policy in offline storage. TTL in days for feature values that will be stored in offline storage. The Feature Store offline storage periodically removes obsolete feature values older than offline_storage_ttl_days since the feature generation time. If unset (or explicitly set to 0), default to 4000 days TTL.

labelsobject

Optional. The labels with user-defined metadata to organize your EntityTypes. 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 EntityType (System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

updateTimestring google-datetime

Output only. Timestamp when this EntityType was most recently updated.

etagstring

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

satisfiesPzsboolean

Output only. Reserved for future use.

Response

Successful response