public sealed class BatchSearchDataObjectsRequest.Types.CombineResultsOptions : IMessage<BatchSearchDataObjectsRequest.Types.CombineResultsOptions>, IEquatable<BatchSearchDataObjectsRequest.Types.CombineResultsOptions>, IDeepCloneable<BatchSearchDataObjectsRequest.Types.CombineResultsOptions>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class BatchSearchDataObjectsRequest.Types.CombineResultsOptions.
Options for combining the results of the batch search operations.
Implements
IMessageBatchSearchDataObjectsRequestTypesCombineResultsOptions, IEquatableBatchSearchDataObjectsRequestTypesCombineResultsOptions, IDeepCloneableBatchSearchDataObjectsRequestTypesCombineResultsOptions, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
CombineResultsOptions()
public CombineResultsOptions()CombineResultsOptions(CombineResultsOptions)
public CombineResultsOptions(BatchSearchDataObjectsRequest.Types.CombineResultsOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchSearchDataObjectsRequestTypesCombineResultsOptions |
Properties
OutputFields
public OutputFields OutputFields { get; set; }Optional. Mask specifying which fields to return.
| Property Value | |
|---|---|
| Type | Description |
OutputFields |
|
Ranker
public Ranker Ranker { get; set; }Required. The ranker to use for combining the results.
| Property Value | |
|---|---|
| Type | Description |
Ranker |
|
TopK
public int TopK { get; set; }Optional. The number of results to return. If not set, a default value will be used.
| Property Value | |
|---|---|
| Type | Description |
int |
|