GoogleCloudDatalabelingV1beta1PdfInstructionArgs

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

Instruction from a PDF file.

Constructors

constructor(gcsFileUri: Output<String>? = null)

Properties

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

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

Functions

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