Vertex AI v1beta1 API - Class ImportIndexRequest (1.0.0-beta39)

public sealed class ImportIndexRequest : IMessage<ImportIndexRequest>, IEquatable<ImportIndexRequest>, IDeepCloneable<ImportIndexRequest>, IBufferMessage, IMessage

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

Request message for [IndexService.ImportIndex][google.cloud.aiplatform.v1beta1.IndexService.ImportIndex].

Inheritance

object > ImportIndexRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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; }

IndexName-typed view over the Name resource name property.

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