GetLabelingJobPlainArgs

data class GetLabelingJobPlainArgs(val id: String, val includeJobInstructions: Boolean? = null, val includeLabelCategories: Boolean? = null, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetLabelingJobPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String, includeJobInstructions: Boolean? = null, includeLabelCategories: Boolean? = null, resourceGroupName: String, workspaceName: String)

Properties

Link copied to clipboard
val id: String

The name and identifier for the LabelingJob.

Link copied to clipboard

Boolean value to indicate whether to include JobInstructions in response.

Link copied to clipboard

Boolean value to indicate Whether to include LabelCategories in response.

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(): GetLabelingJobPlainArgs