public sealed class ImportIndexRequest : IMessage<ImportIndexRequest>, IEquatable<ImportIndexRequest>, IDeepCloneable<ImportIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ImportIndexRequest.
Request message for [IndexService.ImportIndex][google.cloud.aiplatform.v1beta1.IndexService.ImportIndex].
Implements
IMessageImportIndexRequest, IEquatableImportIndexRequest, IDeepCloneableImportIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ImportIndexRequest()
public ImportIndexRequest()ImportIndexRequest(ImportIndexRequest)
public ImportIndexRequest(ImportIndexRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportIndexRequest |
Properties
Config
public ImportIndexRequest.Types.ConnectorConfig Config { get; set; }Required. Configuration for importing data from an external source.
| Property Value | |
|---|---|
| Type | Description |
ImportIndexRequestTypesConnectorConfig |
|
IndexName
public IndexName IndexName { get; set; }| Property Value | |
|---|---|
| Type | Description |
IndexName |
|
IsCompleteOverwrite
public bool IsCompleteOverwrite { get; set; }Optional. If true, completely replace existing index data. Must be true for streaming update indexes.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. The name of the Index resource to import data to.
Format:
projects/{project}/locations/{location}/indexes/{index}
| Property Value | |
|---|---|
| Type | Description |
string |
|