Labeling Job Properties Response
data class LabelingJobPropertiesResponse(val createdTimeUtc: String, val datasetConfiguration: LabelingDatasetConfigurationResponse, val jobInstructions: LabelingJobInstructionsResponse, val labelCategories: Map<String, LabelCategoryResponse>, val labelingJobMediaProperties: LabelingJobImagePropertiesResponse, val mlAssistConfiguration: MLAssistConfigurationResponse? = null, val progressMetrics: ProgressMetricsResponse, val projectId: String, val properties: Map<String, String>? = null, val status: String, val statusMessages: List<StatusMessageResponse>, val tags: Map<String, String>? = null)
Definition of a labeling job.
Constructors
Link copied to clipboard
fun LabelingJobPropertiesResponse(createdTimeUtc: String, datasetConfiguration: LabelingDatasetConfigurationResponse, jobInstructions: LabelingJobInstructionsResponse, labelCategories: Map<String, LabelCategoryResponse>, labelingJobMediaProperties: LabelingJobImagePropertiesResponse, mlAssistConfiguration: MLAssistConfigurationResponse? = null, progressMetrics: ProgressMetricsResponse, projectId: String, properties: Map<String, String>? = null, status: String, statusMessages: List<StatusMessageResponse>, tags: Map<String, String>? = null)