public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `BigQueryDestination` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET development."],["`BigQueryDestination` is a class designed to manage the BigQuery location for output content, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `BigQueryDestination()` and a copy constructor `BigQueryDestination(BigQueryDestination other)`."],["It includes a property named `OutputUri` which is a required string that holds the BigQuery URI, with options to specify a project, dataset, or full table reference."],["The latest version available for this API is `1.0.0-beta21`, with `1.0.0-beta20` also being documented."]]],[]]