WxPromptPatchModelVersion.

interface WxPromptPatchModelVersion {
    description?: string;
    number?: string;
    tag?: string;
}

Properties

description?: string

Description of the version.

number?: string

User provided semantic version for tracking in IBM AI Factsheets.

tag?: string

User provived tag.