GetJobPlainArgs

data class GetJobPlainArgs(val id: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetJobPlainArgs>

Constructors

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

Properties

Link copied to clipboard
val id: String

The name and identifier for the Job. This is case-sensitive.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Name of Azure Machine Learning workspace.

Functions

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