status prediction
The status prediction
command displays the status of a prediction deployment. If the deployment is RUNNING, the output of this command will display the URL to which prediction requests may be sent.
Syntax
Parameters
Parameter
Description
<prediction name>
The name of the prediction deployment
Output Fields
Output Field
Description
status
The status of the job, which is one of the following: - STARTED: The job has just started. - RUNNING: The job is running normally. - STOPPED: The job was stopped by the user. - COMPLETED: The job ran to completion. - FAILED: The job failed.
Example
Last updated