/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Configuration required for an entity recognition model.See
* Also:
AWS
* API Reference
Up to 25 entity types that the model is trained to recognize.
*/ inline const Aws::VectorUp to 25 entity types that the model is trained to recognize.
*/ inline bool EntityTypesHasBeenSet() const { return m_entityTypesHasBeenSet; } /** *Up to 25 entity types that the model is trained to recognize.
*/ inline void SetEntityTypes(const Aws::VectorUp to 25 entity types that the model is trained to recognize.
*/ inline void SetEntityTypes(Aws::VectorUp to 25 entity types that the model is trained to recognize.
*/ inline EntityRecognitionConfig& WithEntityTypes(const Aws::VectorUp to 25 entity types that the model is trained to recognize.
*/ inline EntityRecognitionConfig& WithEntityTypes(Aws::VectorUp to 25 entity types that the model is trained to recognize.
*/ inline EntityRecognitionConfig& AddEntityTypes(const EntityTypesListItem& value) { m_entityTypesHasBeenSet = true; m_entityTypes.push_back(value); return *this; } /** *Up to 25 entity types that the model is trained to recognize.
*/ inline EntityRecognitionConfig& AddEntityTypes(EntityTypesListItem&& value) { m_entityTypesHasBeenSet = true; m_entityTypes.push_back(std::move(value)); return *this; } private: Aws::Vector