public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class BigQueryDestination.
Required. BigQuery URI to a project or table, up to 2000 characters long.
When only the project is specified, the Dataset and Table is created.
When the full table reference is specified, the Dataset must exist and
table must not exist.
Accepted forms:
BigQuery path. For example:
bq://projectId or bq://projectId.bqDatasetId or
bq://projectId.bqDatasetId.bqTableId.
[[["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-25 UTC."],[[["This documentation is for the `BigQueryDestination` class within the Vertex AI v1beta1 API, which is used to specify the location of output content within BigQuery."],["The `BigQueryDestination` class, found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that takes another `BigQueryDestination` object as a parameter."],["The `OutputUri` property, a string type, is required and specifies the BigQuery URI, which can be a project, dataset, or table path, with the length up to 2000 characters."],["The latest version is `1.0.0-beta21` with `1.0.0-beta20` being the other version."]]],[]]