Labeling Job Properties Args
data class LabelingJobPropertiesArgs(val datasetConfiguration: Output<LabelingDatasetConfigurationArgs>, val jobInstructions: Output<LabelingJobInstructionsArgs>, val labelCategories: Output<Map<String, LabelCategoryArgs>>, val labelingJobMediaProperties: Output<LabelingJobImagePropertiesArgs>, val mlAssistConfiguration: Output<MLAssistConfigurationArgs>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LabelingJobPropertiesArgs>
Definition of a labeling job.
Constructors
Link copied to clipboard
constructor(datasetConfiguration: Output<LabelingDatasetConfigurationArgs>, jobInstructions: Output<LabelingJobInstructionsArgs>, labelCategories: Output<Map<String, LabelCategoryArgs>>, labelingJobMediaProperties: Output<LabelingJobImagePropertiesArgs>, mlAssistConfiguration: Output<MLAssistConfigurationArgs>? = null, properties: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Dataset configuration for the job.
Link copied to clipboard
Instructions for the job.
Link copied to clipboard
Label categories of the job.
Link copied to clipboard
Media specific properties in a labeling job.
Link copied to clipboard
Machine learning assisted configuration for the job.
Link copied to clipboard
The job property dictionary. Properties can be added, but not removed or altered.