You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::UpdateModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateModelRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateModelRequest 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
description: "description",
}
Instance Attribute Summary collapse
-
#description ⇒ String
The new model description.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
Instance Attribute Details
#description ⇒ String
The new model description.
#model_id ⇒ String
The model ID.
#model_type ⇒ String
The model type.
Possible values:
- ONLINE_FRAUD_INSIGHTS