InferenceComponentComputeResourceRequirements

data class InferenceComponentComputeResourceRequirements(val maxMemoryRequiredInMb: Int? = null, val minMemoryRequiredInMb: Int? = null, val numberOfAcceleratorDevicesRequired: Double? = null, val numberOfCpuCoresRequired: Double? = null)

Constructors

constructor(maxMemoryRequiredInMb: Int? = null, minMemoryRequiredInMb: Int? = null, numberOfAcceleratorDevicesRequired: Double? = null, numberOfCpuCoresRequired: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum MB of memory to allocate to run a model that you assign to an inference component.

Link copied to clipboard

The minimum MB of memory to allocate to run a model that you assign to an inference component.

Link copied to clipboard

The number of accelerators to allocate to run a model that you assign to an inference component. Accelerators include GPUs and AWS Inferentia.

Link copied to clipboard

The number of CPU cores to allocate to run a model that you assign to an inference component.