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
constructor(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)
Properties
Link copied to clipboard
Created time of the job in UTC timezone.
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
Progress metrics of the job.
Link copied to clipboard
The job property dictionary. Properties can be added, but not removed or altered.
Link copied to clipboard
Status messages of the job.