Deploys a real-time Sagemaker web endpoint.
This process takes a few minutes. Interface to
sagemaker$estimator$Estimator$deploy
1 2 3 4 5 6 7 8 9 10 11 | sagemaker_deploy_endpoint(
object,
instance_count = 1L,
instance_type = "ml.t2.medium",
wait = TRUE,
...
)
sagemaker_has_endpoint(object)
sagemaker_delete_endpoint(object)
|
object |
The |
instance_count |
The number of instances to run. |
instance_type |
Type of EC2 instance to run. See here for a list of options and pricing. |
wait |
Boolean that indicates if function should wait to return until the Sagemaker process is complete. |
... |
Additional named arguments sent to the underlying API. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.