GoogleCloudDatalabelingV1beta1BoundingPolyConfigArgs

data class GoogleCloudDatalabelingV1beta1BoundingPolyConfigArgs(val annotationSpecSet: Output<String>, val instructionMessage: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1BoundingPolyConfigArgs>

Config for image bounding poly (and bounding box) human labeling task.

Constructors

fun GoogleCloudDatalabelingV1beta1BoundingPolyConfigArgs(annotationSpecSet: Output<String>, instructionMessage: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Annotation spec set resource name.

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

Optional. Instruction message showed on contributors UI.