Labeling Job Response
data class LabelingJobResponse(val componentId: String? = null, val computeId: String? = null, val createdDateTime: String, val dataConfiguration: LabelingDataConfigurationResponse? = null, val description: String? = null, val displayName: String? = null, val experimentName: String? = null, val identity: Any? = null, val isArchived: Boolean? = null, val jobInstructions: LabelingJobInstructionsResponse? = null, val jobType: String, val labelCategories: Map<String, LabelCategoryResponse>? = null, val labelingJobMediaProperties: Either<LabelingJobImagePropertiesResponse, LabelingJobTextPropertiesResponse>? = null, val mlAssistConfiguration: Either<MLAssistConfigurationDisabledResponse, MLAssistConfigurationEnabledResponse>? = null, val notificationSetting: NotificationSettingResponse? = null, val progressMetrics: ProgressMetricsResponse, val projectId: String, val properties: Map<String, String>? = null, val provisioningState: String, val secretsConfiguration: Map<String, SecretConfigurationResponse>? = null, val services: Map<String, JobServiceResponse>? = null, val status: String, val statusMessages: List<StatusMessageResponse>, val tags: Map<String, String>? = null)
Labeling job definition
Constructors
Link copied to clipboard
fun LabelingJobResponse(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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val labelingJobMediaProperties: Either<LabelingJobImagePropertiesResponse, LabelingJobTextPropertiesResponse>? = null
Link copied to clipboard
val mlAssistConfiguration: Either<MLAssistConfigurationDisabledResponse, MLAssistConfigurationEnabledResponse>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard