Labeling Job Args
data class LabelingJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val dataConfiguration: Output<LabelingDataConfigurationArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val isArchived: Output<Boolean>? = null, val jobInstructions: Output<LabelingJobInstructionsArgs>? = null, val jobType: Output<String>, val labelCategories: Output<Map<String, LabelCategoryArgs>>? = null, val labelingJobMediaProperties: Output<Either<LabelingJobImagePropertiesArgs, LabelingJobTextPropertiesArgs>>? = null, val mlAssistConfiguration: Output<Either<MLAssistConfigurationDisabledArgs, MLAssistConfigurationEnabledArgs>>? = null, val notificationSetting: Output<NotificationSettingArgs>? = null, val properties: Output<Map<String, String>>? = null, val secretsConfiguration: Output<Map<String, SecretConfigurationArgs>>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LabelingJobArgs>
Labeling job definition
Constructors
Link copied to clipboard
constructor(componentId: Output<String>? = null, computeId: Output<String>? = null, dataConfiguration: Output<LabelingDataConfigurationArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, isArchived: Output<Boolean>? = null, jobInstructions: Output<LabelingJobInstructionsArgs>? = null, jobType: Output<String>, labelCategories: Output<Map<String, LabelCategoryArgs>>? = null, labelingJobMediaProperties: Output<Either<LabelingJobImagePropertiesArgs, LabelingJobTextPropertiesArgs>>? = null, mlAssistConfiguration: Output<Either<MLAssistConfigurationDisabledArgs, MLAssistConfigurationEnabledArgs>>? = null, notificationSetting: Output<NotificationSettingArgs>? = null, properties: Output<Map<String, String>>? = null, secretsConfiguration: Output<Map<String, SecretConfigurationArgs>>? = null, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
ARM resource ID of the component resource.
Link copied to clipboard
Configuration of data used in the job.
Link copied to clipboard
The asset description text.
Link copied to clipboard
Display name of job.
Link copied to clipboard
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
Labeling instructions of the job.
Link copied to clipboard
Label categories of the job.
Link copied to clipboard
val labelingJobMediaProperties: Output<Either<LabelingJobImagePropertiesArgs, LabelingJobTextPropertiesArgs>>? = null
Media type specific properties in the job.
Link copied to clipboard
val mlAssistConfiguration: Output<Either<MLAssistConfigurationDisabledArgs, MLAssistConfigurationEnabledArgs>>? = null
Configuration of MLAssist feature in the job.
Link copied to clipboard
Notification setting for the job
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Configuration for secrets to be made available during runtime.
Link copied to clipboard
List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.