getProject

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

Return

An object that represents a machine learning project.

Parameters

argument

null


suspend fun getProject(accountName: String, projectName: String, resourceGroupName: String, workspaceName: String): GetProjectResult

Return

An object that represents a machine learning project.

Parameters

accountName

The name of the machine learning team account.

projectName

The name of the machine learning project under a team account workspace.

resourceGroupName

The name of the resource group to which the machine learning team account belongs.

workspaceName

The name of the machine learning team account workspace.

See also


suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult

Return

An object that represents a machine learning project.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningexperimentation.kotlin.inputs.GetProjectPlainArgs.

See also