MachinelearningexperimentationFunctions

Functions

Link copied to clipboard

Gets the properties of the specified machine learning team account. API Version: 2017-05-01-preview.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Gets the properties of the specified machine learning project. API Version: 2017-05-01-preview.

suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult
suspend fun getProject(accountName: String, projectName: String, resourceGroupName: String, workspaceName: String): GetProjectResult
Link copied to clipboard

Gets the properties of the specified machine learning workspace. API Version: 2017-05-01-preview.

suspend fun getWorkspace(accountName: String, resourceGroupName: String, workspaceName: String): GetWorkspaceResult