Associate Model by Tag

Associate one or more already existing inference points to an active, trained model within your organization by using an inference point tag value.

Headers

x-api-keystringRequired
Your organization's active API Key.

Request

This endpoint expects an object.
organizationIdstringRequiredformat: "uuid"
Your organization's unique identifier.
modelIdstringRequiredformat: "uuid"
The unique identifier for an active model within your organization.
tagstringRequired
A descriptive tag associated to inference points upon creation. This tag does not need to be unqiue within your organization and can be used to group inference points.
updatedBystringOptional
The email of the user creating the inference point. If this parameter is left empty, the value will default to 'API'.

Response

201 - Association successful

idstring or nullformat: "uuid"
The unique identifier for the already existing inference point within your organization.
namestring or null
The unique name for the already existing inference point within your organization.
tagstring or null
The descriptive tag for the already existing inference point within your organization.
modelIdstring or nullformat: "uuid"
The unique identifier of the model associated to the inference point returned within your organization. If this value is null, the inference point returned is not currently associated to a model.
updatedAtstring or nullformat: "date-time"
The date and time at which this inference point was originally created within your organization.
updatedBystring or null
The email of the user that originally created this inference point within your organization. If this parameter is left empty, the value will default to 'API'.

Errors