Class GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker
Config for LlmRanker.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelName
Optional. The model name used for ranking. Format: gemini-1.5-pro
Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type | Description |
---|---|
string |