Interface TunedModelInfo

A tuned machine learning model.

interface TunedModelInfo {
    baseModel?: string;
    createTime?: string;
    updateTime?: string;
}

Properties

baseModel?: string

ID of the base model that you want to tune.

createTime?: string

Date and time when the base model was created.

updateTime?: string

Date and time when the base model was last updated.