User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Create an attribute configuration

A POST call to this endpoint creates and configures machine learning details for a new unified attribute. It cannot be used to update an existing attribute. See Replace (overwrite) an attribute configuration.

The POST body must include an identifying attributeName and one or more parameters to define how machine learning models should use this attribute. For example, this body specifies the machine learning configuration for myAttribute:

{
  "attributeName": "myAttribute",
  "similarityFunction": "JACCARD",
  "enabledForMl": true,
  "tokenizer": "DEFAULT"
}

Note: If you do not specify a value for each parameter, Tamr Core supplies the default.

On success, returns an attribute configuration object describing the unified attribute created.

Language
Click Try It! to start a request and see the response here!