public sealed class BigQuerySource : IMessage<BigQuerySource>, IEquatable<BigQuerySource>, IDeepCloneable<BigQuerySource>, IBufferMessage, IMessage
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 webpage provides documentation for the `BigQuerySource` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, specifically version 1.0.0-beta03, and it's latest beta version, 2.0.0-beta05."],["The `BigQuerySource` class is used to specify the BigQuery location for input data, particularly for use with `EvaluationJob` to store sampled model version prediction input and output."],["The `BigQuerySource` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class provides two constructors, a default one and another that accepts another instance of the `BigQuerySource` class, and it also has a `InputUri` property used for defining the BigQuery URI of the input data."]]],[]]