Class: Aws::FraudDetector::Types::DescribeModelVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DescribeModelVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#model_version_number ⇒ String
The model version number.
-
#next_token ⇒ String
The next token from the previous results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1404 class DescribeModelVersionsRequest < Struct.new( :model_id, :model_version_number, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1404 class DescribeModelVersionsRequest < Struct.new( :model_id, :model_version_number, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1404 class DescribeModelVersionsRequest < Struct.new( :model_id, :model_version_number, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number.
1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1404 class DescribeModelVersionsRequest < Struct.new( :model_id, :model_version_number, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token from the previous results.
1404 1405 1406 1407 1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1404 class DescribeModelVersionsRequest < Struct.new( :model_id, :model_version_number, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |