v1

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

Creates a new Feature in a given FeatureGroup.

post/v1/{+parent}/features

Path parameters

parentstring required

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}

Query parameters

featureIdstring

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.

Request body

etagstring

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

labelsobject

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

updateTimestring google-datetime

Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.

valueType'VALUE_TYPE_UNSPECIFIED' | 'BOOL' | 'BOOL_ARRAY' | 'DOUBLE' | 'DOUBLE_ARRAY' | 'INT64' | 'INT64_ARRAY' | 'STRING' | 'STRING_ARRAY' | 'BYTES' | 'STRUCT'

Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.

namestring

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

descriptionstring

Description of the Feature.

pointOfContactstring

Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs.

createTimestring google-datetime

Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.

disableMonitoringboolean

Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.

versionColumnNamestring

Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id.

Response

Successful response