7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AutoMLJobCompletionCriteria.h>
43 template <
typename CompletionCriteriaT = AutoMLJobCompletionCriteria>
45 m_completionCriteriaHasBeenSet =
true;
46 m_completionCriteria = std::forward<CompletionCriteriaT>(value);
48 template <
typename CompletionCriteriaT = AutoMLJobCompletionCriteria>
62 template <
typename ContentColumnT = Aws::String>
64 m_contentColumnHasBeenSet =
true;
65 m_contentColumn = std::forward<ContentColumnT>(value);
67 template <
typename ContentColumnT = Aws::String>
81 template <
typename TargetLabelColumnT = Aws::String>
83 m_targetLabelColumnHasBeenSet =
true;
84 m_targetLabelColumn = std::forward<TargetLabelColumnT>(value);
86 template <
typename TargetLabelColumnT = Aws::String>
98 bool m_completionCriteriaHasBeenSet =
false;
99 bool m_contentColumnHasBeenSet =
false;
100 bool m_targetLabelColumnHasBeenSet =
false;
bool CompletionCriteriaHasBeenSet() const
void SetCompletionCriteria(CompletionCriteriaT &&value)
void SetTargetLabelColumn(TargetLabelColumnT &&value)
TextClassificationJobConfig & WithContentColumn(ContentColumnT &&value)
TextClassificationJobConfig & WithTargetLabelColumn(TargetLabelColumnT &&value)
bool TargetLabelColumnHasBeenSet() const
AWS_SAGEMAKER_API TextClassificationJobConfig(Aws::Utils::Json::JsonView jsonValue)
void SetContentColumn(ContentColumnT &&value)
AWS_SAGEMAKER_API TextClassificationJobConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
TextClassificationJobConfig & WithCompletionCriteria(CompletionCriteriaT &&value)
const Aws::String & GetTargetLabelColumn() const
AWS_SAGEMAKER_API TextClassificationJobConfig()=default
const Aws::String & GetContentColumn() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const AutoMLJobCompletionCriteria & GetCompletionCriteria() const
bool ContentColumnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue