Learn R Programming

vetiver (version 0.2.7)

vetiver_endpoint_sagemaker: Create a SageMaker model API endpoint object for prediction

Description

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.

Usage

vetiver_endpoint_sagemaker(model_endpoint)

Value

A new vetiver_endpoint_sagemaker object

Arguments

model_endpoint

The name of the Amazon SageMaker model endpoint.

Examples

Run this code
if (FALSE) { # rlang::is_installed("smdocker")
vetiver_endpoint_sagemaker("vetiver-sagemaker-demo-model")
}

Run the code above in your browser using DataLab