Class: Aws::FraudDetector::Types::ModelOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Provides the Amazon Sagemaker model output configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#csv_index_to_variable_map ⇒ Hash<String,String>
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
-
#format ⇒ String
The format of the model output configuration.
-
#json_key_to_variable_map ⇒ Hash<String,String>
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
Instance Attribute Details
#csv_index_to_variable_map ⇒ Hash<String,String>
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
3513 3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3513 class ModelOutputConfiguration < Struct.new( :format, :json_key_to_variable_map, :csv_index_to_variable_map) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the model output configuration.
3513 3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3513 class ModelOutputConfiguration < Struct.new( :format, :json_key_to_variable_map, :csv_index_to_variable_map) SENSITIVE = [] include Aws::Structure end |
#json_key_to_variable_map ⇒ Hash<String,String>
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
3513 3514 3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3513 class ModelOutputConfiguration < Struct.new( :format, :json_key_to_variable_map, :csv_index_to_variable_map) SENSITIVE = [] include Aws::Structure end |