get Project
Gets the properties of the specified machine learning project. Azure REST 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.
See also
Parameters
account Name
The name of the machine learning team account.
project Name
The name of the machine learning project under a team account workspace.
resource Group Name
The name of the resource group to which the machine learning team account belongs.
workspace Name
The name of the machine learning team account workspace.
Return
An object that represents a machine learning project.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningexperimentation.kotlin.inputs.GetProjectPlainArgs.