LabelingJobResponse

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
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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentId: String? = null

ARM resource ID of the component resource.

Link copied to clipboard
val computeId: String? = null

ARM resource ID of the compute resource.

Link copied to clipboard

Created time of the job in UTC timezone.

Link copied to clipboard

Configuration of data used in the job.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val displayName: String? = null

Display name of job.

Link copied to clipboard
val experimentName: String? = null

The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.

Link copied to clipboard
val identity: Any? = null

Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.

Link copied to clipboard
val isArchived: Boolean? = null

Is the asset archived?

Link copied to clipboard

Labeling instructions of the job.

Link copied to clipboard

Enum to determine the type of job. Expected value is 'Labeling'.

Link copied to clipboard

Label categories of the job.

Link copied to clipboard

Media type specific properties in the job.

Link copied to clipboard

Configuration of MLAssist feature in the job.

Link copied to clipboard

Notification setting 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 asset property dictionary.

Link copied to clipboard

Specifies the labeling job provisioning state.

Link copied to clipboard

Configuration for secrets to be made available during runtime.

Link copied to clipboard

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

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

Tag dictionary. Tags can be added, removed, and updated.