Machinelearning Functions
object MachinelearningFunctions
Functions
Link copied to clipboard
Gets the properties of the specified machine learning workspace. Uses Azure REST API version 2019-10-01.
suspend fun getWorkspace(argument: suspend GetWorkspacePlainArgsBuilder.() -> Unit): GetWorkspaceResult
Link copied to clipboard
List the authorization keys associated with this workspace. Uses Azure REST API version 2019-10-01.
suspend fun listWorkspaceKeys(argument: suspend ListWorkspaceKeysPlainArgsBuilder.() -> Unit): ListWorkspaceKeysResult
suspend fun listWorkspaceKeys(resourceGroupName: String, workspaceName: String): ListWorkspaceKeysResult