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 storage URI where the commit bundle is stored.
"s3://..."
The details of a commit (project version).
The deployment status associated with the commit's model.
30
"Deployed"
Whether the commit is archived.
false
Response
The project version (commit) id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The project version (commit) creation date.
"2024-03-22T11:31:01.185Z"
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
"completed"
The commit status message.
"Commit successfully processed."
The details of a commit (project version).
The model id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The validation dataset id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The training dataset id.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
The commit archive date.
"2024-03-22T11:31:01.185Z"
The number of tests that are passing for the commit.
x >= 0
5
The number of tests that are failing for the commit.
x >= 0
1
The total number of tests for the commit.
x >= 0
6
The deployment status associated with the commit's model.
30
"Deployed"
Whether the commit is archived.
false
Was this page helpful?