Class: Aws::FraudDetector::Types::GetModelVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetModelVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#model_version_number ⇒ String
The model version number.
Instance Attribute Details
#model_id ⇒ String
The model ID.
2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2793 class GetModelVersionRequest < Struct.new( :model_id, :model_type, :model_version_number) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2793 class GetModelVersionRequest < Struct.new( :model_id, :model_type, :model_version_number) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number.
2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2793 class GetModelVersionRequest < Struct.new( :model_id, :model_type, :model_version_number) SENSITIVE = [] include Aws::Structure end |