getLabelingJob

Gets a labeling job by id. API Version: 2020-09-01-preview.

Return

Machine Learning labeling job object wrapped into ARM resource envelope.

Parameters

argument

null


suspend fun getLabelingJob(includeJobInstructions: Boolean? = null, includeLabelCategories: Boolean? = null, labelingJobId: String, resourceGroupName: String, workspaceName: String): GetLabelingJobResult

Return

Machine Learning labeling job object wrapped into ARM resource envelope.

Parameters

includeJobInstructions

Boolean value to indicate whether to include JobInstructions in response.

includeLabelCategories

Boolean value to indicate whether to include LabelCategories in response.

labelingJobId

Name and identifier for LabelingJob.

resourceGroupName

Name of the resource group in which workspace is located.

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Machine Learning labeling job object wrapped into ARM resource envelope.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetLabelingJobPlainArgs.

See also