Class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig
Configuration for importing data from a BigQuery table.
Inheritance
GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig : IDirectResponseSchema
Properties
DatapointFieldMapping
Required. Mapping of datapoint fields to BigQuery column names.
Declaration
[JsonProperty("datapointFieldMapping")]
public virtual GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping DatapointFieldMapping { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TablePath
Required. The path to the BigQuery table containing the index data, in the format of bq://...
Declaration
[JsonProperty("tablePath")]
public virtual string TablePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |