Skip to main content

features

Overview

Namefeatures
TypeResource
Idgoogle.aiplatform.features

Fields

NameDatatypeDescription
namestringImmutable. Name of the Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/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.
descriptionstringDescription of the Feature.
createTimestringOutput only. Timestamp when this EntityType was created.
disableMonitoringbooleanOptional. 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.
etagstringUsed to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
labelsobjectOptional. 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.
monitoringStatsAnomaliesarrayOutput only. The list of historical stats and anomalies with specified objectives.
updateTimestringOutput only. Timestamp when this EntityType was most recently updated.
valueTypestringRequired. Immutable. Type of Feature value.

Methods

NameAccessible byRequired ParamsDescription
getSELECTentityTypesId, featuresId, featurestoresId, locationsId, projectsIdGets details of a single Feature.
listSELECTentityTypesId, featurestoresId, locationsId, projectsIdLists Features in a given EntityType.
createINSERTentityTypesId, featurestoresId, locationsId, projectsIdCreates a new Feature in a given EntityType.
deleteDELETEentityTypesId, featuresId, featurestoresId, locationsId, projectsIdDeletes a single Feature.
_listEXECentityTypesId, featurestoresId, locationsId, projectsIdLists Features in a given EntityType.
batch_createEXECentityTypesId, featurestoresId, locationsId, projectsIdCreates a batch of Features in a given EntityType.
patchEXECentityTypesId, featuresId, featurestoresId, locationsId, projectsIdUpdates the parameters of a single Feature.