The model id of the base model for this prompt tuning.

interface BaseModel {
    model_id?: string;
}

Properties

Properties

model_id?: string

The model id of the base model.