
Delete Amazon SageMaker model, endpoint, and endpoint configuration
Source:R/sagemaker.R
vetiver_sm_delete.RdUse 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.
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.