You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::UpdateModelVersionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateModelVersionStatusRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateModelVersionStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
model_id: "modelIdentifier", # required
model_type: "ONLINE_FRAUD_INSIGHTS", # required, accepts ONLINE_FRAUD_INSIGHTS
model_version_number: "floatVersionString", # required
status: "ACTIVE", # required, accepts ACTIVE, INACTIVE
}
Instance Attribute Summary collapse
-
#model_id ⇒ String
The model ID of the model version to update.
-
#model_type ⇒ String
The model type.
-
#model_version_number ⇒ String
The model version number.
-
#status ⇒ String
The model version status.
Instance Attribute Details
#model_id ⇒ String
The model ID of the model version to update.
#model_type ⇒ String
The model type.
Possible values:
- ONLINE_FRAUD_INSIGHTS
#model_version_number ⇒ String
The model version number.
#status ⇒ String
The model version status.
Possible values:
- ACTIVE
- INACTIVE