class Aws::FraudDetector::Types::CreateModelRequest
@note When making an API call, you may pass CreateModelRequest
data as a hash: { model_id: "modelIdentifier", # required model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS description: "description", event_type_name: "string", # required tags: [ { key: "tagKey", # required value: "tagValue", # required }, ], }
@!attribute [rw] model_id
The model ID. @return [String]
@!attribute [rw] model_type
The model type. @return [String]
@!attribute [rw] description
The model description. @return [String]
@!attribute [rw] event_type_name
The name of the event type. @return [String]
@!attribute [rw] tags
A collection of key and value pairs. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/CreateModelRequest AWS API Documentation
Constants
- SENSITIVE