Cloud AI Platform v1 API - Class BigQueryDestination (2.27.0)

public sealed class BigQueryDestination : IMessage<BigQueryDestination>, IEquatable<BigQueryDestination>, IDeepCloneable<BigQueryDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class BigQueryDestination.

The BigQuery location for the output content.

Inheritance

object > BigQueryDestination

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BigQueryDestination()

public BigQueryDestination()

BigQueryDestination(BigQueryDestination)

public BigQueryDestination(BigQueryDestination other)
Parameter
NameDescription
otherBigQueryDestination

Properties

OutputUri

public string OutputUri { get; set; }

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.
Property Value
TypeDescription
string