GoogleCloudDatalabelingV1beta1GcsSourceResponse

data class GoogleCloudDatalabelingV1beta1GcsSourceResponse(val inputUri: String, val mimeType: String)

Source of the Cloud Storage file to be imported.

Constructors

constructor(inputUri: String, mimeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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