Status of the training job.

interface TrainingStatus {
    completed_at?: string;
    failure?: WatsonXAI.ApiErrorResponse;
    message?: WatsonXAI.Message;
    metrics?: WatsonXAI.TrainingMetric[];
    running_at?: string;
    state: string;
}

Properties

completed_at?: string

Date and Time in which training had completed.

The data returned when an error is encountered.

message?: WatsonXAI.Message

Optional messages related to the deployment.

Metrics that can be returned by an operation.

running_at?: string

Date and Time in which current training state has started.

state: string

Current state of training.