class Aws::FraudDetector::Types::ModelInputConfiguration

The Amazon SageMaker model input configuration.

@note When making an API call, you may pass ModelInputConfiguration

data as a hash:

    {
      event_type_name: "identifier",
      format: "TEXT_CSV", # accepts TEXT_CSV, APPLICATION_JSON
      use_event_variables: false, # required
      json_input_template: "string",
      csv_input_template: "string",
    }

@!attribute [rw] event_type_name

The event type name.
@return [String]

@!attribute [rw] format

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.
@return [String]

@!attribute [rw] use_event_variables

The event variables.
@return [Boolean]

@!attribute [rw] json_input_template

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.
@return [String]

@!attribute [rw] csv_input_template

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/ModelInputConfiguration AWS API Documentation

Constants

SENSITIVE