Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RagRetrievalConfig

Specifies the context retrieval config.

Inheritance
object
GoogleCloudAiplatformV1RagRetrievalConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RagRetrievalConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Optional. Config for filters.

Declaration
[JsonProperty("filter")]
public virtual GoogleCloudAiplatformV1RagRetrievalConfigFilter Filter { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1RagRetrievalConfigFilter

Ranking

Optional. Config for ranking and reranking.

Declaration
[JsonProperty("ranking")]
public virtual GoogleCloudAiplatformV1RagRetrievalConfigRanking Ranking { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1RagRetrievalConfigRanking

TopK

Optional. The number of contexts to retrieve.

Declaration
[JsonProperty("topK")]
public virtual int? TopK { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX