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

Properties

description?: string

This is the user provided description that provides context for the change in the model version.

number?: string

This is the user-provided version which should follow semantic versioning.

tag?: string

This is the user-provided tag for the model.