ResourceRequests Class

The resource requests.

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

Inheritance
ResourceRequests

Constructor

ResourceRequests(*, memory_in_gb: float, cpu: float, gpu: Optional[azure.mgmt.containerinstance.models._models_py3.GpuResource] = None, **kwargs)

Variables

memory_in_gb
float

Required. The memory request in GB of this container instance.

cpu
float

Required. The CPU request of this container instance.

gpu
GpuResource

The GPU request of this container instance.