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