Class: Google::Cloud::DataLabeling::V1beta1::GcsSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb

Overview

Source of the Cloud Storage file to be imported.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uri::String

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

Returns:

  • (::String)

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



114
115
116
117
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 114

class GcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mime_type::String

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

Returns:

  • (::String)

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



114
115
116
117
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 114

class GcsSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end