Class: Google::Cloud::AIPlatform::V1::BigQuerySource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/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. For example: bq://projectId.bqDatasetId.bqTableId.

Returns:

  • (::String)

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

    • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.


72
73
74
75
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 72

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