public sealed class ImportDataObjectsRequest : IMessage<ImportDataObjectsRequest>, IEquatable<ImportDataObjectsRequest>, IDeepCloneable<ImportDataObjectsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class ImportDataObjectsRequest.
Request message for [VectorSearchService.ImportDataObjects][google.cloud.vectorsearch.v1.VectorSearchService.ImportDataObjects].
Implements
IMessageImportDataObjectsRequest, IEquatableImportDataObjectsRequest, IDeepCloneableImportDataObjectsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
ImportDataObjectsRequest()
public ImportDataObjectsRequest()ImportDataObjectsRequest(ImportDataObjectsRequest)
public ImportDataObjectsRequest(ImportDataObjectsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportDataObjectsRequest |
Properties
CollectionName
public CollectionName CollectionName { get; set; }CollectionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CollectionName |
|
ConfigCase
public ImportDataObjectsRequest.ConfigOneofCase ConfigCase { get; }| Property Value | |
|---|---|
| Type | Description |
ImportDataObjectsRequestConfigOneofCase |
|
GcsImport
public ImportDataObjectsRequest.Types.GcsImportConfig GcsImport { get; set; }The Cloud Storage location of the input content.
| Property Value | |
|---|---|
| Type | Description |
ImportDataObjectsRequestTypesGcsImportConfig |
|
Name
public string Name { get; set; }Required. The resource name of the Collection to import DataObjects into.
Format: projects/{project}/locations/{location}/collections/{collection}.
| Property Value | |
|---|---|
| Type | Description |
string |
|