7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/comprehend/model/DatasetDataFormat.h>
10#include <aws/comprehend/model/DatasetDocumentClassifierInputDataConfig.h>
11#include <aws/comprehend/model/DatasetEntityRecognizerInputDataConfig.h>
12#include <aws/comprehend/model/DatasetAugmentedManifestsListItem.h>
53 template<
typename AugmentedManifestsT = Aws::Vector<DatasetAugmentedManifestsListItem>>
54 void SetAugmentedManifests(AugmentedManifestsT&& value) { m_augmentedManifestsHasBeenSet =
true; m_augmentedManifests = std::forward<AugmentedManifestsT>(value); }
55 template<
typename AugmentedManifestsT = Aws::Vector<DatasetAugmentedManifestsListItem>>
57 template<
typename AugmentedManifestsT = DatasetAugmentedManifestsListItem>
82 template<
typename DocumentClassifierInputDataConfigT = DatasetDocumentClassifierInputDataConfig>
83 void SetDocumentClassifierInputDataConfig(DocumentClassifierInputDataConfigT&& value) { m_documentClassifierInputDataConfigHasBeenSet =
true; m_documentClassifierInputDataConfig = std::forward<DocumentClassifierInputDataConfigT>(value); }
84 template<
typename DocumentClassifierInputDataConfigT = DatasetDocumentClassifierInputDataConfig>
94 template<
typename EntityRecognizerInputDataConfigT = DatasetEntityRecognizerInputDataConfig>
95 void SetEntityRecognizerInputDataConfig(EntityRecognizerInputDataConfigT&& value) { m_entityRecognizerInputDataConfigHasBeenSet =
true; m_entityRecognizerInputDataConfig = std::forward<EntityRecognizerInputDataConfigT>(value); }
96 template<
typename EntityRecognizerInputDataConfigT = DatasetEntityRecognizerInputDataConfig>
102 bool m_augmentedManifestsHasBeenSet =
false;
105 bool m_dataFormatHasBeenSet =
false;
107 DatasetDocumentClassifierInputDataConfig m_documentClassifierInputDataConfig;
108 bool m_documentClassifierInputDataConfigHasBeenSet =
false;
110 DatasetEntityRecognizerInputDataConfig m_entityRecognizerInputDataConfig;
111 bool m_entityRecognizerInputDataConfigHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue