GoogleCloudDatalabelingV1beta1CsvInstructionArgs

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

Deprecated: this instruction format is not supported any more. Instruction from a CSV file.

Constructors

Functions

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

Properties

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

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