| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.MachineLearning.DeleteRealtimeEndpoint
Description
Deletes a real time endpoint of an MLModel.
- data DeleteRealtimeEndpoint
- deleteRealtimeEndpoint :: Text -> DeleteRealtimeEndpoint
- dreMLModelId :: Lens' DeleteRealtimeEndpoint Text
- data DeleteRealtimeEndpointResponse
- deleteRealtimeEndpointResponse :: DeleteRealtimeEndpointResponse
- drerMLModelId :: Lens' DeleteRealtimeEndpointResponse (Maybe Text)
- drerRealtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo)
Request
data DeleteRealtimeEndpoint Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DeleteRealtimeEndpoint |
DeleteRealtimeEndpoint constructor.
The fields accessible through corresponding lenses are:
dreMLModelId::Text
Request lenses
dreMLModelId :: Lens' DeleteRealtimeEndpoint Text Source
The ID assigned to the MLModel during creation.
Response
Response constructor
deleteRealtimeEndpointResponse :: DeleteRealtimeEndpointResponse Source
DeleteRealtimeEndpointResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
drerMLModelId :: 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.
drerRealtimeEndpointInfo :: Lens' DeleteRealtimeEndpointResponse (Maybe RealtimeEndpointInfo) Source
The endpoint information of the MLModel