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

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

Overview

The BigQuery location for the input content.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uri::String

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


1136
1137
1138
1139
# File 'proto_docs/google/cloud/automl/v1beta1/io.rb', line 1136

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