buildURL: Build an AzureML service URL from workspace info

Description Usage Arguments Value Examples

Description

Build an AzureML service URL from workspace info

Usage

1
buildURL(region, workspace, service, details = TRUE)

Arguments

region

The Azure region, such as ussouthcentral, europewest

workspace

The workspace ID

service

The service ID

details

Logical. Should be TRUE for now

Value

the url as a character

Examples

1
2
3
4
buildURL(region = "ussouthcentral",
         workspace = "8550bbba99572fc47e18e5fdd53e43e2",
         service = "4e7ebd7ad816cd9dd1cb1b17c4cdb0c7",
         details = TRUE)

MangoTheCat/azuremlweb documentation built on May 8, 2019, 4:37 p.m.