Class: Google::Cloud::DataLabeling::V1beta1::BigQuerySource

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

Overview

The BigQuery location for input data. If used in an EvaluationJob, this is where the service saves the prediction input and output sampled from the model version.

Instance Attribute Summary collapse

Instance Attribute Details

#input_uri::String

Returns Required. BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema.

Provide the table URI in the following format:

"bq://{your_project_id}/{your_dataset_name}/{your_table_name}"

Learn more.

Returns:

  • (::String)

    Required. BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema.

    Provide the table URI in the following format:

    "bq://{your_project_id}/{your_dataset_name}/{your_table_name}"

    Learn more.



138
139
140
141
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 138

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