AddModelRequest Object
Contains information about a request to add a model object.
This object is used by the following operations:
- POST /api/models (in the request)
The properties included in the AddModelRequest object are listed below.
Property | Type | Description |
---|---|---|
BusinessID | string |
The unique ID for a specific business organization on the platform. It is the BusinessID for the business that the model object is defined for. |
Name | string | Name of the model object. |
Description | string | Description of the model object. |
Summary | string | Summary description of the model object, if applicable. |
Tags | string[ ] | One or more user-defined tags assigned to the model object. |
Visibility | string | The visibility setting for this resource. For a list of valid values, see Visibility Settings. |
ModelCategory | string | Category that the model object is assigned to. |
VersionName | string | Name of the model version. |
VersionDescription | string | Description of the model version. |
SchemaDocumentReference | SchemaDocumentReference |
Contains information about references included within a schema document uploaded to the platform. Included in the request only if the model is created by uploading a schema file. |