LabelingJobImagePropertiesArgs

data class LabelingJobImagePropertiesArgs(val annotationType: Output<Either<String, ImageAnnotationType>>? = null, val mediaType: Output<String>) : ConvertibleToJava<LabelingJobImagePropertiesArgs>

Properties of a labeling job for image data

Constructors

Link copied to clipboard
constructor(annotationType: Output<Either<String, ImageAnnotationType>>? = null, mediaType: Output<String>)

Properties

Link copied to clipboard
val annotationType: Output<Either<String, ImageAnnotationType>>? = null

Annotation type of image labeling job.

Link copied to clipboard
val mediaType: Output<String>

Media type of data asset. Expected value is 'Image'.

Functions

Link copied to clipboard
open override fun toJava(): LabelingJobImagePropertiesArgs