Show / Hide Table of Contents

Class GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore

The data source for Vertex RagStore.

Inheritance
object
GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore
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 GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RagResources

Optional. The representation of the rag source. It can be used to specify corpus only or ragfiles. Currently only support one corpus or multiple files from one corpus. In the future we may open up multiple corpora support.

Declaration
[JsonProperty("ragResources")]
public virtual IList<GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStoreRagResource> RagResources { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStoreRagResource>

VectorDistanceThreshold

Optional. Only return contexts with vector distance smaller than the threshold.

Declaration
[JsonProperty("vectorDistanceThreshold")]
public virtual double? VectorDistanceThreshold { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX