GpuResource Class

The GPU resource.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerinstance._serialization.Model
GpuResource

Constructor

GpuResource(*, count: int, sku: str | _models.GpuSku, **kwargs: Any)

Keyword-Only Parameters

Name Description
count
int

The count of the GPU resource. Required.

sku
str or GpuSku

The SKU of the GPU resource. Required. Known values are: "K80", "P100", and "V100".

Variables

Name Description
count
int

The count of the GPU resource. Required.

sku
str or GpuSku

The SKU of the GPU resource. Required. Known values are: "K80", "P100", and "V100".