Get Labeling Job Result
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
constructor(id: String, name: String, properties: LabelingJobPropertiesResponse, systemData: SystemDataResponse, type: String)