Class: Google::Cloud::AutoML::V1beta1::GcsSource

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/io.rb

Overview

The Google Cloud Storage location for the input content.

Instance Attribute Summary collapse

Instance Attribute Details

#input_urisArray<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.

Returns:

  • (Array<String>)

    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


1063
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/io.rb', line 1063

class GcsSource; end