/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes an elastic inference accelerator. See Also:
AWS
* API Reference
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The type of elastic inference accelerator. The possible values are
* eia1.medium, eia1.large, eia1.xlarge,
* eia2.medium, eia2.large, and eia2.xlarge.
*
The number of elastic inference accelerators to attach to the instance.
*Default: 1
*/ inline int GetCount() const{ return m_count; } /** *The number of elastic inference accelerators to attach to the instance.
*Default: 1
*/ inline bool CountHasBeenSet() const { return m_countHasBeenSet; } /** *The number of elastic inference accelerators to attach to the instance.
*Default: 1
*/ inline void SetCount(int value) { m_countHasBeenSet = true; m_count = value; } /** *The number of elastic inference accelerators to attach to the instance.
*Default: 1
*/ inline ElasticInferenceAccelerator& WithCount(int value) { SetCount(value); return *this;} private: Aws::String m_type; bool m_typeHasBeenSet = false; int m_count; bool m_countHasBeenSet = false; }; } // namespace Model } // namespace EC2 } // namespace Aws