MachinelearningFunctions

Functions

Link copied to clipboard

Retrieve an Azure ML commitment plan by its subscription, resource group and name. Uses Azure REST 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. Uses Azure REST API version 2017-01-01. Other available API versions: 2016-05-01-preview.

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

Gets the properties of the specified machine learning workspace. Uses Azure REST API version 2019-10-01.

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

List the authorization keys associated with this workspace. Uses Azure REST API version 2019-10-01.

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