Class: Aws::FraudDetector::Types::ModelVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ModelVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The model version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The model version ARN.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#model_version_number ⇒ String
The model version number.
Instance Attribute Details
#arn ⇒ String
The model version ARN.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3560 class ModelVersion < Struct.new( :model_id, :model_type, :model_version_number, :arn) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3560 class ModelVersion < Struct.new( :model_id, :model_type, :model_version_number, :arn) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3560 class ModelVersion < Struct.new( :model_id, :model_type, :model_version_number, :arn) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number.
3560 3561 3562 3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3560 class ModelVersion < Struct.new( :model_id, :model_type, :model_version_number, :arn) SENSITIVE = [] include Aws::Structure end |