Labeling Job Image Properties Args
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>)