Cloud AI Platform v1beta1 API - Class RagRetrievalConfig.Types.Ranking.Types.RankService (1.0.0-beta11)

public sealed class RagRetrievalConfig.Types.Ranking.Types.RankService : IMessage<RagRetrievalConfig.Types.Ranking.Types.RankService>, IEquatable<RagRetrievalConfig.Types.Ranking.Types.RankService>, IDeepCloneable<RagRetrievalConfig.Types.Ranking.Types.RankService>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RagRetrievalConfig.Types.Ranking.Types.RankService.

Config for Rank Service.

Inheritance

object > RagRetrievalConfig.Types.Ranking.Types.RankService

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

RankService()

public RankService()

RankService(RankService)

public RankService(RagRetrievalConfig.Types.Ranking.Types.RankService other)
Parameter
Name Description
other RagRetrievalConfigTypesRankingTypesRankService

Properties

HasModelName

public bool HasModelName { get; }

Gets whether the "model_name" field is set

Property Value
Type Description
bool

ModelName

public string ModelName { get; set; }

Optional. The model name of the rank service. Format: semantic-ranker-512@latest

Property Value
Type Description
string