Releases
A release is a deployment's version. It consists of two steps: Building and Starting.
Click a button with three dots at the end of the release's row in order to explore additional options.

Manage the release
The deployment's release consists of two steps: Building and Starting.

Release #1 from the sample deployment with succeeded building and starting step.
The Building step includes the process of packing the model with a web service and then wrapping it with a docker container. It can have one of the following statuses:
Pending
, In_progress
, Succeeded
, Skipped
, Failed
, Canceled
.The Starting step includes the process of spinning the Kubernetes cluster and serving a docker container in that cluster. It can have one of the following statuses:
Pending
, In_progress
, Succeeded
, Skipped
, Failed
, Canceled
.
Click on the release and explore logs from the Building and Starting step.

Logs from the Starting step of the Release #1
Last modified 11mo ago