vetiver_sm_delete | R Documentation |
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)
object |
The model API endpoint object to be deleted, created with
|
delete_model |
Delete the SageMaker model? Defaults to |
delete_endpoint |
Delete both the endpoint and endpoint configuration?
Defaults to |
TRUE
, invisibly
vetiver_deploy_sagemaker()
, vetiver_sm_build()
, vetiver_endpoint_sagemaker()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.