machinelearning_create_realtime_endpoint {paws.machine.learning} | R Documentation |
Creates a real-time endpoint for the MLModel
Description
Creates a real-time endpoint for the MLModel
. The endpoint contains the URI of the MLModel
; that is, the location to send real-time prediction requests for the specified MLModel
.
See https://www.paws-r-sdk.com/docs/machinelearning_create_realtime_endpoint/ for full documentation.
Usage
machinelearning_create_realtime_endpoint(MLModelId)
Arguments
MLModelId |
[required] The ID assigned to the |
[Package paws.machine.learning version 0.7.0 Index]