Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::GcsSource.
Source of the Cloud Storage file to be imported.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_uri
def input_uri() -> ::String
Returns
-
(::String) — Required. The input URI of source file. This must be a Cloud Storage path
(
gs://...
).
#input_uri=
def input_uri=(value) -> ::String
Parameter
-
value (::String) — 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://...
).
#mime_type
def mime_type() -> ::String
Returns
- (::String) — Required. The format of the source file. Only "text/csv" is supported.
#mime_type=
def mime_type=(value) -> ::String
Parameter
- value (::String) — 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.