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, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ImportIndexRequest.Types.ConnectorConfig.Types.BigQuerySourceConfig.
Configuration for importing data from a BigQuery table.
Implements
IMessageImportIndexRequestTypesConnectorConfigTypesBigQuerySourceConfig, IEquatableImportIndexRequestTypesConnectorConfigTypesBigQuerySourceConfig, IDeepCloneableImportIndexRequestTypesConnectorConfigTypesBigQuerySourceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|