7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/EntityRecognizerDataFormat.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/comprehend/model/EntityRecognizerDocuments.h>
11#include <aws/comprehend/model/EntityRecognizerAnnotations.h>
12#include <aws/comprehend/model/EntityRecognizerEntityList.h>
13#include <aws/comprehend/model/EntityTypesListItem.h>
14#include <aws/comprehend/model/AugmentedManifestsListItem.h>
83 template<
typename EntityTypesT = Aws::Vector<EntityTypesListItem>>
84 void SetEntityTypes(EntityTypesT&& value) { m_entityTypesHasBeenSet =
true; m_entityTypes = std::forward<EntityTypesT>(value); }
85 template<
typename EntityTypesT = Aws::Vector<EntityTypesListItem>>
87 template<
typename EntityTypesT = EntityTypesListItem>
99 template<
typename DocumentsT = EntityRecognizerDocuments>
100 void SetDocuments(DocumentsT&& value) { m_documentsHasBeenSet =
true; m_documents = std::forward<DocumentsT>(value); }
101 template<
typename DocumentsT = EntityRecognizerDocuments>
111 template<
typename AnnotationsT = EntityRecognizerAnnotations>
112 void SetAnnotations(AnnotationsT&& value) { m_annotationsHasBeenSet =
true; m_annotations = std::forward<AnnotationsT>(value); }
113 template<
typename AnnotationsT = EntityRecognizerAnnotations>
124 template<
typename EntityListT = EntityRecognizerEntityList>
125 void SetEntityList(EntityListT&& value) { m_entityListHasBeenSet =
true; m_entityList = std::forward<EntityListT>(value); }
126 template<
typename EntityListT = EntityRecognizerEntityList>
139 template<
typename AugmentedManifestsT = Aws::Vector<AugmentedManifestsListItem>>
140 void SetAugmentedManifests(AugmentedManifestsT&& value) { m_augmentedManifestsHasBeenSet =
true; m_augmentedManifests = std::forward<AugmentedManifestsT>(value); }
141 template<
typename AugmentedManifestsT = Aws::Vector<AugmentedManifestsListItem>>
143 template<
typename AugmentedManifestsT = AugmentedManifestsListItem>
149 bool m_dataFormatHasBeenSet =
false;
152 bool m_entityTypesHasBeenSet =
false;
154 EntityRecognizerDocuments m_documents;
155 bool m_documentsHasBeenSet =
false;
157 EntityRecognizerAnnotations m_annotations;
158 bool m_annotationsHasBeenSet =
false;
160 EntityRecognizerEntityList m_entityList;
161 bool m_entityListHasBeenSet =
false;
164 bool m_augmentedManifestsHasBeenSet =
false;
EntityRecognizerDataFormat
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue