vetiver_endpoint_sagemaker | R Documentation |
This function creates a model API endpoint for prediction from a Sagemaker Model.
No HTTP calls are made until you actually
predict()
with your endpoint.
vetiver_endpoint_sagemaker(model_endpoint)
model_endpoint |
The name of the Amazon SageMaker model endpoint. |
A new vetiver_endpoint_sagemaker
object
vetiver_endpoint_sagemaker("vetiver-sagemaker-demo-model")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.