LabelingJobResponse

constructor(componentId: String? = null, computeId: String? = null, createdDateTime: String, dataConfiguration: LabelingDataConfigurationResponse? = null, description: String? = null, displayName: String? = null, experimentName: String? = null, identity: Any? = null, isArchived: Boolean? = null, jobInstructions: LabelingJobInstructionsResponse? = null, jobType: String, labelCategories: Map<String, LabelCategoryResponse>? = null, labelingJobMediaProperties: Either<LabelingJobImagePropertiesResponse, LabelingJobTextPropertiesResponse>? = null, mlAssistConfiguration: Either<MLAssistConfigurationDisabledResponse, MLAssistConfigurationEnabledResponse>? = null, notificationSetting: NotificationSettingResponse? = null, progressMetrics: ProgressMetricsResponse, projectId: String, properties: Map<String, String>? = null, provisioningState: String, secretsConfiguration: Map<String, SecretConfigurationResponse>? = null, services: Map<String, JobServiceResponse>? = null, status: String, statusMessages: List<StatusMessageResponse>, tags: Map<String, String>? = null)