Delete Realtime Endpoint
machinelearning_delete_realtime_endpoint | R Documentation |
Deletes a real time endpoint of an MLModel¶
Description¶
Deletes a real time endpoint of an MLModel
.
Usage¶
Arguments¶
MLModelId
[required] The ID assigned to the
MLModel
during creation.
Value¶
A list with the following syntax:
list(
MLModelId = "string",
RealtimeEndpointInfo = list(
PeakRequestsPerSecond = 123,
CreatedAt = as.POSIXct(
"2015-01-01"
),
EndpointUrl = "string",
EndpointStatus = "NONE"|"READY"|"UPDATING"|"FAILED"
)
)