get_rec_service | R Documentation |
Method for the AzureRMR::az_resource_group and AzureRMR::az_subscription classes.
get_rec_service(name, data_container = "inputdata")
name
: The name of the recommender service.
data_container
: The name of the blob container within the storage account to use for storing datasets.
An object of class az_rec_service
representing the deployed recommender service.
create_rec_service, delete_rec_service
## Not run:
rg <- AzureRMR::az_rm$
new(tenant="myaadtenant.onmicrosoft.com", app="app_id", password="password")$
get_subscription("subscription_id")$
get_resource_group("rgname")
# get a recommender service
rg$get_rec_service("myrec")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.