Class: Google::Cloud::AutoML::V1beta1::BigQuerySource

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

Overview

The BigQuery location for the input content.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uriString

Returns Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms:

  • BigQuery path e.g. bq://projectId.bqDatasetId.bqTableId.

Returns:

  • (String)

    Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms:

    • BigQuery path e.g. bq://projectId.bqDatasetId.bqTableId


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

class BigQuerySource; end