LabelingJobInstructionsArgs

data class LabelingJobInstructionsArgs(val uri: Output<String>? = null) : ConvertibleToJava<LabelingJobInstructionsArgs>

Instructions for a labeling job.

Constructors

Link copied to clipboard
constructor(uri: Output<String>? = null)

Properties

Link copied to clipboard
val uri: Output<String>? = null

The link to a page with detailed labeling instructions for labelers.

Functions

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