Class: Aws::FraudDetector::Types::ModelOutputConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Provides the Amazon Sagemaker model output configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#csv_index_to_variable_mapHash<String,String>

A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.

Returns:

  • (Hash<String,String>)


3513
3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-frauddetector/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

#formatString

The format of the model output configuration.

Returns:

  • (String)


3513
3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-frauddetector/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_mapHash<String,String>

A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.

Returns:

  • (Hash<String,String>)


3513
3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-frauddetector/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