Create Model ObjectAsk AIpost https://{hostname}/api/custom-entity/api/custom-entity/v2/modelsUse this API to create a new Model object record. πThings to Know This API only supports creating Model objects via Object Manager. Body Paramsnamestringrequiredlength between 3 and 255The name of the object.descriptionstringlength β€ 1000The description of the object.modelVersionstringThe version of the model.limitationsstringlength β€ 2000The limitations of the model.biasesstringlength β€ 2000The known biases of the model.demographicParityDifferencestringThe demographic parity difference measurement.demographicParityRatiostringThe demographic parity ratio measurement.equalizedOddsDifferencestringThe equalized odds difference measurement.equalizedOddsRatiostringThe equalized odds ratio measurement.referenceLinkurilength β€ 2048The reference link or other URL.hubReferenceIdstringlength β€ 100The hub reference identifier to cross-reference model repositories.modelSourcestringenumDefaults to Internal DevelopmentThe source of the model.Internal DevelopmentVendorOpen SourceThird PartyAllowed:Internal DevelopmentVendorOpen SourceThird PartyadditionalAttributesobjectThis parameter can be used to store attribute details in key value pairs.Additional Attributes objectentityDetailobjectThe details of the object.Entity Details objectorgGroupIdobjectThe unique identifier of the organization responsible for the object.Organization Group ID objectResponses 201Model entity created successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago