Description Usage Arguments Value Examples
Returns an AmlCompute or AksCompute object for an existing compute
resource. If the compute target doesn't exist, the function will return
NULL.
| 1 | get_compute(workspace, cluster_name)
 | 
| workspace | The  | 
| cluster_name | A string of the name of the cluster. | 
The AmlCompute or AksCompute object.
| 1 2 3 4 5 | ## Not run: 
ws <- load_workspace_from_config()
compute_target <- get_compute(ws, cluster_name = 'mycluster')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.