/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the Inference accelerators for the instance type.See
* Also:
AWS
* API Reference
Describes the Inference accelerators for the instance type.
*/ inline const Aws::VectorDescribes the Inference accelerators for the instance type.
*/ inline bool AcceleratorsHasBeenSet() const { return m_acceleratorsHasBeenSet; } /** *Describes the Inference accelerators for the instance type.
*/ inline void SetAccelerators(const Aws::VectorDescribes the Inference accelerators for the instance type.
*/ inline void SetAccelerators(Aws::VectorDescribes the Inference accelerators for the instance type.
*/ inline InferenceAcceleratorInfo& WithAccelerators(const Aws::VectorDescribes the Inference accelerators for the instance type.
*/ inline InferenceAcceleratorInfo& WithAccelerators(Aws::VectorDescribes the Inference accelerators for the instance type.
*/ inline InferenceAcceleratorInfo& AddAccelerators(const InferenceDeviceInfo& value) { m_acceleratorsHasBeenSet = true; m_accelerators.push_back(value); return *this; } /** *Describes the Inference accelerators for the instance type.
*/ inline InferenceAcceleratorInfo& AddAccelerators(InferenceDeviceInfo&& value) { m_acceleratorsHasBeenSet = true; m_accelerators.push_back(std::move(value)); return *this; } /** *The total size of the memory for the inference accelerators for the instance * type, in MiB.
*/ inline int GetTotalInferenceMemoryInMiB() const{ return m_totalInferenceMemoryInMiB; } /** *The total size of the memory for the inference accelerators for the instance * type, in MiB.
*/ inline bool TotalInferenceMemoryInMiBHasBeenSet() const { return m_totalInferenceMemoryInMiBHasBeenSet; } /** *The total size of the memory for the inference accelerators for the instance * type, in MiB.
*/ inline void SetTotalInferenceMemoryInMiB(int value) { m_totalInferenceMemoryInMiBHasBeenSet = true; m_totalInferenceMemoryInMiB = value; } /** *The total size of the memory for the inference accelerators for the instance * type, in MiB.
*/ inline InferenceAcceleratorInfo& WithTotalInferenceMemoryInMiB(int value) { SetTotalInferenceMemoryInMiB(value); return *this;} private: Aws::Vector