GoogleCloudDatalabelingV1beta1PdfInstructionArgs

data class GoogleCloudDatalabelingV1beta1PdfInstructionArgs(val gcsFileUri: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1PdfInstructionArgs>

Instruction from a PDF file.

Constructors

Functions

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

Properties

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

PDF file for the instruction. Only gcs path is allowed.