| 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.SageMaker.DeleteInferenceExperiment
Description
Deletes an inference experiment.
This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.
Synopsis
- data DeleteInferenceExperiment = DeleteInferenceExperiment' {}
 - newDeleteInferenceExperiment :: Text -> DeleteInferenceExperiment
 - deleteInferenceExperiment_name :: Lens' DeleteInferenceExperiment Text
 - data DeleteInferenceExperimentResponse = DeleteInferenceExperimentResponse' {}
 - newDeleteInferenceExperimentResponse :: Int -> Text -> DeleteInferenceExperimentResponse
 - deleteInferenceExperimentResponse_httpStatus :: Lens' DeleteInferenceExperimentResponse Int
 - deleteInferenceExperimentResponse_inferenceExperimentArn :: Lens' DeleteInferenceExperimentResponse Text
 
Creating a Request
data DeleteInferenceExperiment Source #
See: newDeleteInferenceExperiment smart constructor.
Constructors
| DeleteInferenceExperiment' | |
Instances
newDeleteInferenceExperiment Source #
Arguments
| :: Text | |
| -> DeleteInferenceExperiment | 
Create a value of DeleteInferenceExperiment 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:
DeleteInferenceExperiment, deleteInferenceExperiment_name - The name of the inference experiment you want to delete.
Request Lenses
deleteInferenceExperiment_name :: Lens' DeleteInferenceExperiment Text Source #
The name of the inference experiment you want to delete.
Destructuring the Response
data DeleteInferenceExperimentResponse Source #
See: newDeleteInferenceExperimentResponse smart constructor.
Constructors
| DeleteInferenceExperimentResponse' | |
Fields 
  | |
Instances
newDeleteInferenceExperimentResponse Source #
Arguments
| :: Int | |
| -> Text | 
  | 
| -> DeleteInferenceExperimentResponse | 
Create a value of DeleteInferenceExperimentResponse 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:DeleteInferenceExperimentResponse', deleteInferenceExperimentResponse_httpStatus - The response's http status code.
$sel:inferenceExperimentArn:DeleteInferenceExperimentResponse', deleteInferenceExperimentResponse_inferenceExperimentArn - The ARN of the deleted inference experiment.
Response Lenses
deleteInferenceExperimentResponse_httpStatus :: Lens' DeleteInferenceExperimentResponse Int Source #
The response's http status code.
deleteInferenceExperimentResponse_inferenceExperimentArn :: Lens' DeleteInferenceExperimentResponse Text Source #
The ARN of the deleted inference experiment.