GetLabelingJobPlainArgs

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

Constructors

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

Properties

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

Name and identifier for LabelingJob.

Link copied to clipboard

Name of the resource group in which workspace is located.

Link copied to clipboard

Name of Azure Machine Learning workspace.

Functions

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