The status of a Taxonomy job.

interface TaxonomyStatus {
    completed_at?: string;
    running_at?: string;
    state?: string;
}

Properties

completed_at?: string

The timestamp when the job completed.

running_at?: string

Date and Time in which current training state has started.

state?: string

The status of the job.