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.
vetiver_sm_delete(object, delete_model = TRUE, delete_endpoint = TRUE)TRUE, invisibly
The model API endpoint object to be deleted, created with
vetiver_endpoint_sagemaker().
Delete the SageMaker model? Defaults to TRUE.
Delete both the endpoint and endpoint configuration?
Defaults to TRUE.
vetiver_deploy_sagemaker(), vetiver_sm_build(), vetiver_endpoint_sagemaker()