You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::ModelInputConfigurationWhen passing ModelInputConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
event_type_name: "identifier",
format: "TEXT_CSV", use_event_variables: false, json_input_template: "string",
csv_input_template: "string",
}
The Amazon SageMaker model input configuration.
Returned by:
Instance Attribute Summary collapseTemplate for constructing the CSV input-data sent to SageMaker.
The event type name.
The format of the model input configuration.
Template for constructing the JSON input-data sent to SageMaker.
The event variables.
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.
#event_type_name ⇒ String #format ⇒ StringThe format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
Possible values:
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.
#use_event_variables ⇒ BooleanRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4