Specifies the current status, additional information about the deployment and any failure messages in case of deployment failures.

interface DeploymentStatus {
    failure?: WatsonXAI.ApiErrorResponse;
    inference?: WatsonXAI.Inference[];
    message?: WatsonXAI.Message;
    state?: string;
}

Properties

The data returned when an error is encountered.

inference?: WatsonXAI.Inference[]

The URLs that can be used to submit inference API requests. These URLs will contain the deployment_id and the serving_name, if the serving_name was set.

message?: WatsonXAI.Message

Optional messages related to the deployment.

state?: string

Specifies the current state of the deployment.