Get Project Plain Args
data class GetProjectPlainArgs(val accountName: String, val projectName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetProjectPlainArgs>
Properties
Link copied to clipboard
The name of the machine learning team account.
Link copied to clipboard
The name of the machine learning project under a team account workspace.
Link copied to clipboard
The name of the resource group to which the machine learning team account belongs.
Link copied to clipboard
The name of the machine learning team account workspace.