GoogleCloudDatalabelingV1beta1GcsSourceArgs

data class GoogleCloudDatalabelingV1beta1GcsSourceArgs(val inputUri: Output<String>, val mimeType: Output<String>) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1GcsSourceArgs>

Source of the Cloud Storage file to be imported.

Constructors

constructor(inputUri: Output<String>, mimeType: Output<String>)

Properties

Link copied to clipboard
val inputUri: Output<String>

The input URI of source file. This must be a Cloud Storage path (gs://...).

Link copied to clipboard
val mimeType: Output<String>

The format of the source file. Only "text/csv" is supported.

Functions

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