7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/DatasetEntityRecognizerAnnotations.h>
9#include <aws/comprehend/model/DatasetEntityRecognizerDocuments.h>
10#include <aws/comprehend/model/DatasetEntityRecognizerEntityList.h>
51 template<
typename AnnotationsT = DatasetEntityRecognizerAnnotations>
52 void SetAnnotations(AnnotationsT&& value) { m_annotationsHasBeenSet =
true; m_annotations = std::forward<AnnotationsT>(value); }
53 template<
typename AnnotationsT = DatasetEntityRecognizerAnnotations>
64 template<
typename DocumentsT = DatasetEntityRecognizerDocuments>
65 void SetDocuments(DocumentsT&& value) { m_documentsHasBeenSet =
true; m_documents = std::forward<DocumentsT>(value); }
66 template<
typename DocumentsT = DatasetEntityRecognizerDocuments>
76 template<
typename EntityListT = DatasetEntityRecognizerEntityList>
77 void SetEntityList(EntityListT&& value) { m_entityListHasBeenSet =
true; m_entityList = std::forward<EntityListT>(value); }
78 template<
typename EntityListT = DatasetEntityRecognizerEntityList>
84 bool m_annotationsHasBeenSet =
false;
87 bool m_documentsHasBeenSet =
false;
90 bool m_entityListHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue