A minor or patch version for the model.

interface FoundationModelVersion {
    available_date?: string;
    version?: string;
}

Properties

available_date?: string

The date (ISO 8601 format YYYY-MM-DD) when this version first became available.

version?: string

The version of the model. This must follow semantic versioning semantics.