| 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 |
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_realtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo)
- deleteRealtimeEndpointResponse_mLModelId :: Lens' DeleteRealtimeEndpointResponse (Maybe Text)
- deleteRealtimeEndpointResponse_httpStatus :: Lens' DeleteRealtimeEndpointResponse Int
Creating a Request
data DeleteRealtimeEndpoint Source #
See: newDeleteRealtimeEndpoint smart constructor.
Constructors
| DeleteRealtimeEndpoint' | |
Instances
newDeleteRealtimeEndpoint Source #
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:
$sel:mLModelId: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:
$sel:realtimeEndpointInfo:DeleteRealtimeEndpointResponse', deleteRealtimeEndpointResponse_realtimeEndpointInfo - The endpoint information of the MLModel
$sel:mLModelId: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:httpStatus:DeleteRealtimeEndpointResponse', deleteRealtimeEndpointResponse_httpStatus - The response's http status code.
Response Lenses
deleteRealtimeEndpointResponse_realtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo) Source #
The endpoint information of the MLModel
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_httpStatus :: Lens' DeleteRealtimeEndpointResponse Int Source #
The response's http status code.