class Aws::FraudDetector::Types::ModelOutputConfiguration
Provides the Amazon Sagemaker model output configuration.
@note When making an API call, you may pass ModelOutputConfiguration
data as a hash: { format: "TEXT_CSV", # required, accepts TEXT_CSV, APPLICATION_JSONLINES json_key_to_variable_map: { "string" => "string", }, csv_index_to_variable_map: { "string" => "string", }, }
@!attribute [rw] format
The format of the model output configuration. @return [String]
@!attribute [rw] json_key_to_variable_map
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables. @return [Hash<String,String>]
@!attribute [rw] csv_index_to_variable_map
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/ModelOutputConfiguration AWS API Documentation
Constants
- SENSITIVE