| 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.MachineLearning.DeleteRealtimeEndpoint
Description
Deletes a real time endpoint of an MLModel.
Synopsis
- data DeleteRealtimeEndpoint = DeleteRealtimeEndpoint' {}
- newDeleteRealtimeEndpoint :: Text -> DeleteRealtimeEndpoint
- deleteRealtimeEndpoint_mLModelId :: Lens' DeleteRealtimeEndpoint Text
- data DeleteRealtimeEndpointResponse = DeleteRealtimeEndpointResponse' {}
- newDeleteRealtimeEndpointResponse :: Int -> DeleteRealtimeEndpointResponse
- deleteRealtimeEndpointResponse_mLModelId :: Lens' DeleteRealtimeEndpointResponse (Maybe Text)
- deleteRealtimeEndpointResponse_realtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo)
- deleteRealtimeEndpointResponse_httpStatus :: Lens' DeleteRealtimeEndpointResponse Int
Creating a Request
data DeleteRealtimeEndpoint Source #
See: newDeleteRealtimeEndpoint smart constructor.
Constructors
| DeleteRealtimeEndpoint' | |
Instances
newDeleteRealtimeEndpoint Source #
Arguments
| :: Text | |
| -> DeleteRealtimeEndpoint |
Create a value of DeleteRealtimeEndpoint 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:
DeleteRealtimeEndpoint, deleteRealtimeEndpoint_mLModelId - The ID assigned to the MLModel during creation.
Request Lenses
deleteRealtimeEndpoint_mLModelId :: Lens' DeleteRealtimeEndpoint Text Source #
The ID assigned to the MLModel during creation.
Destructuring the Response
data DeleteRealtimeEndpointResponse Source #
Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information for the
MLModel.
See: newDeleteRealtimeEndpointResponse smart constructor.
Constructors
| DeleteRealtimeEndpointResponse' | |
Fields
| |
Instances
newDeleteRealtimeEndpointResponse Source #
Create a value of DeleteRealtimeEndpointResponse 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:
DeleteRealtimeEndpoint, deleteRealtimeEndpointResponse_mLModelId - A user-supplied ID that uniquely identifies the MLModel. This value
should be identical to the value of the MLModelId in the request.
$sel:realtimeEndpointInfo:DeleteRealtimeEndpointResponse', deleteRealtimeEndpointResponse_realtimeEndpointInfo - The endpoint information of the MLModel
$sel:httpStatus:DeleteRealtimeEndpointResponse', deleteRealtimeEndpointResponse_httpStatus - The response's http status code.
Response Lenses
deleteRealtimeEndpointResponse_mLModelId :: Lens' DeleteRealtimeEndpointResponse (Maybe Text) Source #
A user-supplied ID that uniquely identifies the MLModel. This value
should be identical to the value of the MLModelId in the request.
deleteRealtimeEndpointResponse_realtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo) Source #
The endpoint information of the MLModel
deleteRealtimeEndpointResponse_httpStatus :: Lens' DeleteRealtimeEndpointResponse Int Source #
The response's http status code.