get Labeling Job
Azure Resource Manager resource envelope. 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.
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.
See also
Parameters
id
The name and identifier for the LabelingJob.
include Job Instructions
Boolean value to indicate whether to include JobInstructions in response.
include Label Categories
Boolean value to indicate Whether to include LabelCategories in response.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
Name of Azure Machine Learning workspace.
suspend fun getLabelingJob(argument: suspend GetLabelingJobPlainArgsBuilder.() -> Unit): GetLabelingJobResult
Return
Azure Resource Manager resource envelope.
See also
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetLabelingJobPlainArgs.