Class GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource
The definition of the Rag resource.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RetrieveContextsRequestVertexRagStoreRagResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RagCorpus
Optional. RagCorpora resource name. Format:
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}
Declaration
[JsonProperty("ragCorpus")]
public virtual string RagCorpus { get; set; }
Property Value
Type | Description |
---|---|
string |
RagFileIds
Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.
Declaration
[JsonProperty("ragFileIds")]
public virtual IList<string> RagFileIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |