Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1VertexRagStoreRagResource

The definition of the Rag resource.

Inheritance
object
GoogleCloudAiplatformV1beta1VertexRagStoreRagResource
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.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1VertexRagStoreRagResource : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX