LabelingJobPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

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

Internal id of the job(Previously called project).

Link copied to clipboard
val properties: Map<String, String>? = null

The job property dictionary. Properties can be added, but not removed or altered.

Link copied to clipboard

Status of the job.

Link copied to clipboard

Status messages of the job.

Link copied to clipboard
val tags: Map<String, String>? = null

The job tag dictionary. Tags can be added, removed, and updated.