MachinelearningexperimentationFunctions

Functions

Link copied to clipboard

An object that represents a 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

An object that represents a 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

An object that represents a machine learning team account workspace. API Version: 2017-05-01-preview.

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