GetProjectPlainArgs

data class GetProjectPlainArgs(val accountName: String, val projectName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetProjectPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, projectName: String, resourceGroupName: String, workspaceName: String)

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.

Functions

Link copied to clipboard
open override fun toJava(): GetProjectPlainArgs