AddModelVersionRequest Object
Contains information about a request to add a model object version.
This object is used by the following operations:
- POST /api/models/{ModelID}/versions (in the request)
The properties included in the AddModelVersionRequest 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. |
VersionName | string |
Name of the model version. Required in request. |
VersionDescription | string | Description of the model version. Optional in request. |
Tags | string[ ] | One or more user-defined tags assigned to the model object. Optional in request. |
Visibility | string |
The visibility setting for this resource. For a list of valid values, see Visibility Settings. Default: Public. |
SourceModelVersionID | string |
Version ID for a model object that a new model object will be based on. Required when cloning from a current model. |