Class GoogleCloudAiplatformV1beta1ImportIndexRequest
Request message for IndexService.ImportIndex.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ImportIndexRequest : IDirectResponseSchema
Properties
Config
Required. Configuration for importing data from an external source.
Declaration
[JsonProperty("config")]
public virtual GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig Config { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsCompleteOverwrite
Optional. If true, completely replace existing index data. Must be true for streaming update indexes.
Declaration
[JsonProperty("isCompleteOverwrite")]
public virtual bool? IsCompleteOverwrite { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |