ModelInputConfiguration - Amazon Fraud Detector

Amazon Fraud Detector will no longer be open to new customers starting November 7, 2025. If you would like to use Amazon Fraud Detector, sign up prior to that date. For capabilities similar to Amazon Fraud Detector, explore Amazon SageMaker AI, AutoGluon, and AWS WAF.

ModelInputConfiguration

The Amazon SageMaker model input configuration.

Contents

useEventVariables

The event variables.

Type: Boolean

Required: Yes

csvInputTemplate

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.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2000.

Required: No

eventTypeName

The event type name.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[0-9a-z_-]+$

Required: No

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.

Type: String

Valid Values: TEXT_CSV | APPLICATION_JSON

Required: No

jsonInputTemplate

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.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2000.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: