Class: Google::Cloud::AutoML::V1::GcsSource
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::GcsSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/io.rb
Overview
The Google Cloud Storage location for the input content.
Instance Attribute Summary collapse
-
#input_uris ⇒ ::Array<::String>
Required.
Instance Attribute Details
#input_uris ⇒ ::Array<::String>
Returns Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms:
- Full object path, e.g. gs://bucket/directory/object.csv.
1336 1337 1338 1339 |
# File 'proto_docs/google/cloud/automl/v1/io.rb', line 1336 class GcsSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |