LabelingJobImagePropertiesArgs

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

Constructors

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

Properties

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

Annotation type of image labeling tasks.

Link copied to clipboard
val mediaType: Output<Either<String, MediaType>>

Media type of data asset.

Functions

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