Create Model Object

Use this API to create a new Model object record.

πŸ—’

Things to Know

  • This API only supports creating Model objects via Object Manager.
Body Params
string
required
length between 3 and 255

The name of the object.

string
length ≀ 1000

The description of the object.

string

The version of the model.

string
length ≀ 2000

The limitations of the model.

string
length ≀ 2000

The known biases of the model.

string

The demographic parity difference measurement.

string

The demographic parity ratio measurement.

string

The equalized odds difference measurement.

string

The equalized odds ratio measurement.

uri
length ≀ 2048
string
length ≀ 100

The hub reference identifier to cross-reference model repositories.

string
enum
Defaults to Internal Development

The source of the model.

Allowed:
additionalAttributes
object

This parameter can be used to store attribute details in key value pairs.

entityDetail
object

The details of the object.

orgGroupId
object

The unique identifier of the organization responsible for the object.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*