You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::DeleteModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteModelRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteModelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
model_id: "modelIdentifier", # required
model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS
}
Instance Attribute Summary collapse
-
#model_id ⇒ String
The model ID of the model to delete.
-
#model_type ⇒ String
The model type of the model to delete.
Instance Attribute Details
#model_id ⇒ String
The model ID of the model to delete.
#model_type ⇒ String
The model type of the model to delete.
Possible values:
- ONLINE_FRAUD_INSIGHTS