Skip to content

Use this function to delete the Amazon SageMaker components used in a vetiver_endpoint_sagemaker() object. This function does not delete any pinned model object in S3.

Usage

vetiver_sm_delete(object, delete_model = TRUE, delete_endpoint = TRUE)

Arguments

object

The model API endpoint object to be deleted, created with vetiver_endpoint_sagemaker().

delete_model

Delete the SageMaker model? Defaults to TRUE.

delete_endpoint

Delete both the endpoint and endpoint configuration? Defaults to TRUE.

Value

TRUE, invisibly