View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsSource (google_api_data_labeling v0.3.1)

Source of the Cloud Storage file to be imported.

Attributes

  • inputUri (type: String.t, default: nil) - Required. The input URI of source file. This must be a Cloud Storage path (gs://...).
  • mimeType (type: String.t, default: nil) - Required. The format of the source file. Only "text/csv" is supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1GcsSource{
    inputUri: String.t() | nil,
    mimeType: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.