Create a listing version
Creates a new library listing version from an existing model version. The model version must be fully built (have an image_uri). If a listing with the given id already exists for the org, a new version is added. Otherwise, a new listing is created.
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
The listing's user_defined_id.
Body
Request to create a new library listing version from an existing model version.
Id of the source model version to publish
Human-readable tag for this version
Display name of the library listing. Required when creating a new listing.
Whether the listing is publicly accessible. Only used when creating a new listing.
Whether users deploying this model can download the Truss
Whether the listing is closed source (deployers cannot view or download the Truss, and forks copy mirrored weights instead of re-mirroring from upstream). Only used when creating a new listing.
Response
A library listing version.
Human-readable tag for this version
Whether this version is the live version
Whether users deploying this model can download the Truss
Id of the source model version
Time the version was created in ISO 8601 format
Time the version was last modified