AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Updates the status of a model version.
You can perform the following status updates:
Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED.
Change the TRAINING_COMPLETE status to ACTIVE.
Change ACTIVE to INACTIVE.
For .NET Core this operation is only available in asynchronous form. Please refer to UpdateModelVersionStatusAsync.
Namespace: Amazon.FraudDetector
Assembly: AWSSDK.FraudDetector.dll
Version: 3.x.y.z
public virtual UpdateModelVersionStatusResponse UpdateModelVersionStatus( UpdateModelVersionStatusRequest request )
Container for the necessary parameters to execute the UpdateModelVersionStatus service method.
| Exception | Condition |
|---|---|
| AccessDeniedException | An exception indicating Amazon Fraud Detector does not have the needed permissions. This can occur if you submit a request, such as PutExternalModel, that specifies a role that is not in your account. |
| ConflictException | An exception indicating there was a conflict during a delete operation. |
| InternalServerException | An exception indicating an internal server error. |
| ResourceNotFoundException | An exception indicating the specified resource was not found. |
| ThrottlingException | An exception indicating a throttling error. |
| ValidationException | An exception indicating a specified value is not allowed. |
.NET Framework:
Supported in: 4.7.2 and newer