get Labeling Job
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
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.
labeling Job Id
Name and identifier for LabelingJob.
resource Group Name
Name of the resource group in which workspace is located.
workspace Name
Name of Azure Machine Learning workspace.
See also
suspend fun getLabelingJob(argument: suspend GetLabelingJobPlainArgsBuilder.() -> Unit): GetLabelingJobResult
Return
Machine Learning labeling job object wrapped into ARM resource envelope.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearningservices.kotlin.inputs.GetLabelingJobPlainArgs.