Discovery Engine v1beta API - Class RankResponse (1.0.0-beta13)

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

Reference documentation and code samples for the Discovery Engine v1beta API class RankResponse.

Response message for [RankService.Rank][google.cloud.discoveryengine.v1beta.RankService.Rank] method.

Inheritance

object > RankResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

RankResponse()

public RankResponse()

RankResponse(RankResponse)

public RankResponse(RankResponse other)
Parameter
Name Description
other RankResponse

Properties

Records

public RepeatedField<RankingRecord> Records { get; }

A list of records sorted by descending score.

Property Value
Type Description
RepeatedFieldRankingRecord