/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web
* Services Inferentia chips) on an instance. To exclude accelerator-enabled
* instance types, set Max
to 0
.See Also:
* AWS
* API Reference
The minimum number of accelerators. To specify no minimum limit, omit this * parameter.
*/ inline int GetMin() const{ return m_min; } /** *The minimum number of accelerators. To specify no minimum limit, omit this * parameter.
*/ inline bool MinHasBeenSet() const { return m_minHasBeenSet; } /** *The minimum number of accelerators. To specify no minimum limit, omit this * parameter.
*/ inline void SetMin(int value) { m_minHasBeenSet = true; m_min = value; } /** *The minimum number of accelerators. To specify no minimum limit, omit this * parameter.
*/ inline AcceleratorCountRequest& WithMin(int value) { SetMin(value); return *this;} /** *The maximum number of accelerators. To specify no maximum limit, omit this
* parameter. To exclude accelerator-enabled instance types, set Max
* to 0
.
The maximum number of accelerators. To specify no maximum limit, omit this
* parameter. To exclude accelerator-enabled instance types, set Max
* to 0
.
The maximum number of accelerators. To specify no maximum limit, omit this
* parameter. To exclude accelerator-enabled instance types, set Max
* to 0
.
The maximum number of accelerators. To specify no maximum limit, omit this
* parameter. To exclude accelerator-enabled instance types, set Max
* to 0
.