Class: Aws::FraudDetector::Types::ModelInputConfiguration

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

Overview

The Amazon SageMaker model input configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#csv_input_templateString

Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.

Returns:

  • (String)


3485
3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3485

class ModelInputConfiguration < Struct.new(
  :event_type_name,
  :format,
  :use_event_variables,
  :json_input_template,
  :csv_input_template)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_nameString

The event type name.

Returns:

  • (String)


3485
3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3485

class ModelInputConfiguration < Struct.new(
  :event_type_name,
  :format,
  :use_event_variables,
  :json_input_template,
  :csv_input_template)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.

Returns:

  • (String)


3485
3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3485

class ModelInputConfiguration < Struct.new(
  :event_type_name,
  :format,
  :use_event_variables,
  :json_input_template,
  :csv_input_template)
  SENSITIVE = []
  include Aws::Structure
end

#json_input_templateString

Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker.

Returns:

  • (String)


3485
3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3485

class ModelInputConfiguration < Struct.new(
  :event_type_name,
  :format,
  :use_event_variables,
  :json_input_template,
  :csv_input_template)
  SENSITIVE = []
  include Aws::Structure
end

#use_event_variablesBoolean

The event variables.

Returns:

  • (Boolean)


3485
3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3485

class ModelInputConfiguration < Struct.new(
  :event_type_name,
  :format,
  :use_event_variables,
  :json_input_template,
  :csv_input_template)
  SENSITIVE = []
  include Aws::Structure
end