MachinelearningFunctions

Functions

Link copied to clipboard

Retrieve an Azure ML commitment plan by its subscription, resource group and name. API Version: 2016-05-01-preview.

suspend fun getCommitmentPlan(commitmentPlanName: String, resourceGroupName: String): GetCommitmentPlanResult
Link copied to clipboard

Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys. API Version: 2017-01-01.

suspend fun getWebService(region: String? = null, resourceGroupName: String, webServiceName: String): GetWebServiceResult
Link copied to clipboard

Gets the properties of the specified machine learning workspace. API Version: 2016-04-01.

suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult
Link copied to clipboard

List the authorization keys associated with this workspace. API Version: 2016-04-01.

suspend fun listWorkspaceKeys(resourceGroupName: String, workspaceName: String): ListWorkspaceKeysResult