Class: Aws::FraudDetector::Types::ModelInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelInputConfiguration
- 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
-
#csv_input_template ⇒ String
Template for constructing the CSV input-data sent to SageMaker.
-
#event_type_name ⇒ String
The event type name.
-
#format ⇒ String
The format of the model input configuration.
-
#json_input_template ⇒ String
Template for constructing the JSON input-data sent to SageMaker.
-
#use_event_variables ⇒ Boolean
The event variables.
Instance Attribute Details
#csv_input_template ⇒ String
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.
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_name ⇒ String
The event type name.
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 |
#format ⇒ String
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.
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_template ⇒ String
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.
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_variables ⇒ Boolean
The event variables.
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 |