| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.DeleteExternalModel
Description
Removes a SageMaker model from Amazon Fraud Detector.
You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.
Synopsis
- data DeleteExternalModel = DeleteExternalModel' {}
- newDeleteExternalModel :: Text -> DeleteExternalModel
- deleteExternalModel_modelEndpoint :: Lens' DeleteExternalModel Text
- data DeleteExternalModelResponse = DeleteExternalModelResponse' {
- httpStatus :: Int
- newDeleteExternalModelResponse :: Int -> DeleteExternalModelResponse
- deleteExternalModelResponse_httpStatus :: Lens' DeleteExternalModelResponse Int
Creating a Request
data DeleteExternalModel Source #
See: newDeleteExternalModel smart constructor.
Constructors
| DeleteExternalModel' | |
Fields
| |
Instances
newDeleteExternalModel Source #
Arguments
| :: Text | |
| -> DeleteExternalModel |
Create a value of DeleteExternalModel with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteExternalModel, deleteExternalModel_modelEndpoint - The endpoint of the Amazon Sagemaker model to delete.
Request Lenses
deleteExternalModel_modelEndpoint :: Lens' DeleteExternalModel Text Source #
The endpoint of the Amazon Sagemaker model to delete.
Destructuring the Response
data DeleteExternalModelResponse Source #
See: newDeleteExternalModelResponse smart constructor.
Constructors
| DeleteExternalModelResponse' | |
Fields
| |
Instances
newDeleteExternalModelResponse Source #
Create a value of DeleteExternalModelResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteExternalModelResponse', deleteExternalModelResponse_httpStatus - The response's http status code.
Response Lenses
deleteExternalModelResponse_httpStatus :: Lens' DeleteExternalModelResponse Int Source #
The response's http status code.