/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the Amazon Sagemaker model output configuration.See
* Also:
AWS
* API Reference
The format of the model output configuration.
*/ inline const ModelOutputDataFormat& GetFormat() const{ return m_format; } /** *The format of the model output configuration.
*/ inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; } /** *The format of the model output configuration.
*/ inline void SetFormat(const ModelOutputDataFormat& value) { m_formatHasBeenSet = true; m_format = value; } /** *The format of the model output configuration.
*/ inline void SetFormat(ModelOutputDataFormat&& value) { m_formatHasBeenSet = true; m_format = std::move(value); } /** *The format of the model output configuration.
*/ inline ModelOutputConfiguration& WithFormat(const ModelOutputDataFormat& value) { SetFormat(value); return *this;} /** *The format of the model output configuration.
*/ inline ModelOutputConfiguration& WithFormat(ModelOutputDataFormat&& value) { SetFormat(std::move(value)); return *this;} /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline const Aws::MapA map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline bool JsonKeyToVariableMapHasBeenSet() const { return m_jsonKeyToVariableMapHasBeenSet; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline void SetJsonKeyToVariableMap(const Aws::MapA map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline void SetJsonKeyToVariableMap(Aws::MapA map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& WithJsonKeyToVariableMap(const Aws::MapA map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& WithJsonKeyToVariableMap(Aws::MapA map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(const Aws::String& key, const Aws::String& value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(key, value); return *this; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(Aws::String&& key, const Aws::String& value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(std::move(key), value); return *this; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(const Aws::String& key, Aws::String&& value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(key, std::move(value)); return *this; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(Aws::String&& key, Aws::String&& value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(std::move(key), std::move(value)); return *this; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(const char* key, Aws::String&& value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(key, std::move(value)); return *this; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(Aws::String&& key, const char* value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(std::move(key), value); return *this; } /** *A map of JSON keys in response from SageMaker to the Amazon Fraud Detector * variables.
*/ inline ModelOutputConfiguration& AddJsonKeyToVariableMap(const char* key, const char* value) { m_jsonKeyToVariableMapHasBeenSet = true; m_jsonKeyToVariableMap.emplace(key, value); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline const Aws::MapA map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline bool CsvIndexToVariableMapHasBeenSet() const { return m_csvIndexToVariableMapHasBeenSet; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline void SetCsvIndexToVariableMap(const Aws::MapA map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline void SetCsvIndexToVariableMap(Aws::MapA map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& WithCsvIndexToVariableMap(const Aws::MapA map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& WithCsvIndexToVariableMap(Aws::MapA map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(const Aws::String& key, const Aws::String& value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(key, value); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(Aws::String&& key, const Aws::String& value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(std::move(key), value); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(const Aws::String& key, Aws::String&& value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(key, std::move(value)); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(Aws::String&& key, Aws::String&& value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(std::move(key), std::move(value)); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(const char* key, Aws::String&& value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(key, std::move(value)); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(Aws::String&& key, const char* value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(std::move(key), value); return *this; } /** *A map of CSV index values in the SageMaker response to the Amazon Fraud * Detector variables.
*/ inline ModelOutputConfiguration& AddCsvIndexToVariableMap(const char* key, const char* value) { m_csvIndexToVariableMapHasBeenSet = true; m_csvIndexToVariableMap.emplace(key, value); return *this; } private: ModelOutputDataFormat m_format; bool m_formatHasBeenSet = false; Aws::Map