Create project commit
Create a new commit (project version) in a project.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your workspace API key. See Find your API key for more information.
Path Parameters
The project id.
Body
The details of a commit (project version).
The storage URI where the commit bundle is stored.
Whether the commit is archived.
The deployment status associated with the commit's model.
30
Response
The details of a commit (project version).
The commit archive date.
The project version (commit) creation date.
The number of tests that are failing for the commit.
x > 0
The project version (commit) id.
The model id.
The number of tests that are passing for the commit.
x > 0
The commit status. Initially, the commit is queued
, then, it switches to running
. Finally, it can be paused
, failed
, or completed
.
queued
, running
, paused
, failed
, completed
, unknown
The commit status message.
The total number of tests for the commit.
x > 0
The training dataset id.
The validation dataset id.
Whether the commit is archived.
The deployment status associated with the commit's model.
30
Was this page helpful?