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-key
Your organization's active API Key.
Request
This endpoint expects an object.
organizationId
Your organization's unique identifier.
modelId
The unique identifier for an active model within your organization.
tag
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.
updatedBy
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
id
The unique identifier for the already existing inference point within your organization.
name
The unique name for the already existing inference point within your organization.
tag
The descriptive tag for the already existing inference point within your organization.
modelId
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.
updatedAt
The date and time at which this inference point was originally created within your organization.
updatedBy
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'.