/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Configuration required for a custom classification model.See
* Also:
AWS
* API Reference
Classification mode indicates whether the documents are
* MULTI_CLASS
or MULTI_LABEL
.
Classification mode indicates whether the documents are
* MULTI_CLASS
or MULTI_LABEL
.
Classification mode indicates whether the documents are
* MULTI_CLASS
or MULTI_LABEL
.
Classification mode indicates whether the documents are
* MULTI_CLASS
or MULTI_LABEL
.
Classification mode indicates whether the documents are
* MULTI_CLASS
or MULTI_LABEL
.
Classification mode indicates whether the documents are
* MULTI_CLASS
or MULTI_LABEL
.
One or more labels to associate with the custom classifier.
*/ inline const Aws::VectorOne or more labels to associate with the custom classifier.
*/ inline bool LabelsHasBeenSet() const { return m_labelsHasBeenSet; } /** *One or more labels to associate with the custom classifier.
*/ inline void SetLabels(const Aws::VectorOne or more labels to associate with the custom classifier.
*/ inline void SetLabels(Aws::VectorOne or more labels to associate with the custom classifier.
*/ inline DocumentClassificationConfig& WithLabels(const Aws::VectorOne or more labels to associate with the custom classifier.
*/ inline DocumentClassificationConfig& WithLabels(Aws::VectorOne or more labels to associate with the custom classifier.
*/ inline DocumentClassificationConfig& AddLabels(const Aws::String& value) { m_labelsHasBeenSet = true; m_labels.push_back(value); return *this; } /** *One or more labels to associate with the custom classifier.
*/ inline DocumentClassificationConfig& AddLabels(Aws::String&& value) { m_labelsHasBeenSet = true; m_labels.push_back(std::move(value)); return *this; } /** *One or more labels to associate with the custom classifier.
*/ inline DocumentClassificationConfig& AddLabels(const char* value) { m_labelsHasBeenSet = true; m_labels.push_back(value); return *this; } private: DocumentClassifierMode m_mode; bool m_modeHasBeenSet = false; Aws::Vector