Add tag to deployed model
Add a new tag to a deployed model.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
deployedModelId
Unique ID of the deployed model.
Request
Details of the tag to create.
name
The unique name of the tag.
Response
Deployed model tag successfully created.
id
Unique ID of the deployed model.
account
name
Name of the deployed model.
status
created_at
Timestamp when the model was deployed.
model
deployment_configuration
created_by
Reference of the user who created the deployed model, if known.
updated_at
Timestamp when the model was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error

