public sealed class BigQuerySource : IMessage<BigQuerySource>, IEquatable<BigQuerySource>, IDeepCloneable<BigQuerySource>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class BigQuerySource.
The BigQuery location for input data. If used in an [EvaluationJob][google.cloud.datalabeling.v1beta1.EvaluationJob], this
is where the service saves the prediction input and output sampled from the
model version.
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][google.cloud.datalabeling.v1beta1.EvaluationJob]. If you specify the URI of a table that already exists,
it must have the
correct
schema.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `BigQuerySource` class within the Google Cloud Data Labeling v1beta1 API, specifically for version 2.0.0-beta04."],["`BigQuerySource` is used to specify the location of input data within BigQuery, and it is essential for defining data sources for tasks like evaluation jobs."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one that is empty and one that accepts another `BigQuerySource` as a parameter, and a property `InputUri`, which allows users to input the BigQuery URI, and should be provided in the specified format, and it also can create a table if it doesn't already exist."],["The latest version available is `2.0.0-beta05`, and this documentation also provides references for versions `2.0.0-beta04` and `1.0.0-beta03`."]]],[]]