interface TrainingDetails {
    base_model?: WatsonXAI.BaseModel;
    id?: string;
    task_id?: string;
    verbalizer?: string;
}

Properties

base_model?: WatsonXAI.BaseModel

The model id of the base model for this job.

id?: string

The id of the training job that produced this model.

task_id?: string

The task that is targeted for this model.

verbalizer?: string

The optional verbalizer that was used during the training, if appropriate.