Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteExternalModel' | |
|
Instances
newDeleteExternalModel Source #
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:
$sel:modelEndpoint: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.
DeleteExternalModelResponse' | |
|
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.