GetLabelingJobResult

data class GetLabelingJobResult(val id: String, val name: String, val properties: LabelingJobPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Machine Learning labeling job object wrapped into ARM resource envelope.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource URL of the entity (not URL encoded).

Link copied to clipboard

The name of the resource entity.

Link copied to clipboard

Definition of a labeling job.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The resource provider and type.