Vector Search v1 API - Class BatchSearchDataObjectsRequest.Types.CombineResultsOptions (1.0.0-beta01)

public sealed class BatchSearchDataObjectsRequest.Types.CombineResultsOptions : IMessage<BatchSearchDataObjectsRequest.Types.CombineResultsOptions>, IEquatable<BatchSearchDataObjectsRequest.Types.CombineResultsOptions>, IDeepCloneable<BatchSearchDataObjectsRequest.Types.CombineResultsOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Vector Search v1 API class BatchSearchDataObjectsRequest.Types.CombineResultsOptions.

Options for combining the results of the batch search operations.

Inheritance

object > BatchSearchDataObjectsRequest.Types.CombineResultsOptions

Namespace

Google.Cloud.VectorSearch.V1

Assembly

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