getLabelingJob

Azure Resource Manager resource envelope. Uses Azure REST API version 2023-04-01-preview. Other available API versions: 2020-09-01-preview, 2021-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-04-01-preview.

Return

Azure Resource Manager resource envelope.

Parameters

argument

null


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

Return

Azure Resource Manager resource envelope.

Parameters

id

The name and identifier for the LabelingJob.

includeJobInstructions

Boolean value to indicate whether to include JobInstructions in response.

includeLabelCategories

Boolean value to indicate Whether to include LabelCategories in response.

resourceGroupName

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

workspaceName

Name of Azure Machine Learning workspace.

See also


Return

Azure Resource Manager resource envelope.

Parameters

argument

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

See also