Cloud AI Platform v1 API - Class BigQuerySource (2.27.0)

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

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

The BigQuery location for the input content.

Inheritance

object > BigQuerySource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BigQuerySource()

public BigQuerySource()

BigQuerySource(BigQuerySource)

public BigQuerySource(BigQuerySource other)
Parameter
NameDescription
otherBigQuerySource

Properties

InputUri

public string InputUri { get; set; }

Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
Property Value
TypeDescription
string