Vertex AI v1beta1 API - Class ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig (1.0.0-beta72)

public sealed class ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig : IMessage<ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig>, IEquatable<ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig>, IDeepCloneable<ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig.

Configuration for importing data from a BigQuery table.

Inheritance

object > ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

BigQuerySourceConfig()

public BigQuerySourceConfig()

BigQuerySourceConfig(BigQuerySourceConfig)

public BigQuerySourceConfig(ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig other)
Parameter
Name Description
other ImportIndexRequestTypesConnectorConfigTypesBigQuerySourceConfig

Properties

DatapointFieldMapping

public ImportIndexRequest.Types.ConnectorConfig.Types.DatapointFieldMapping DatapointFieldMapping { get; set; }

Required. Mapping of datapoint fields to BigQuery column names.

Property Value
Type Description
ImportIndexRequestTypesConnectorConfigTypesDatapointFieldMapping

TablePath

public string TablePath { get; set; }

Required. The path to the BigQuery table containing the index data, in the format of bq://<project_id>.<dataset_id>.<table>.

Property Value
Type Description
string