Package version:

Interface AvailableWorkloadProfileProperties

Revision resource specific properties

interface AvailableWorkloadProfileProperties {
    applicability?: string;
    category?: string;
    cores?: number;
    displayName?: string;
    gpus?: number;
    memoryGiB?: number;
}

Properties

applicability?: string

indicates whether the profile is default for the location.

category?: string

Used to categorize workload profiles.

cores?: number

Number of cores in CPU.

displayName?: string

The everyday name of the workload profile.

gpus?: number

Number of GPUs.

memoryGiB?: number

Memory in GiB.