Class: Aws::FraudDetector::Types::UpdateModelVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateModelVersionResult
- 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 of the model version updated.
-
#status ⇒ String
The status of the updated model version.
Instance Attribute Details
#model_id ⇒ String
The model ID.
4814 4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4814 class UpdateModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :status) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
4814 4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4814 class UpdateModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :status) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number of the model version updated.
4814 4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4814 class UpdateModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the updated model version.
4814 4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4814 class UpdateModelVersionResult < Struct.new( :model_id, :model_type, :model_version_number, :status) SENSITIVE = [] include Aws::Structure end |