Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ImportRagFilesRequest

Request message for VertexRagDataService.ImportRagFiles.

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

Properties

ETag

The ETag of the item.

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

ImportRagFilesConfig

Required. The config for the RagFiles to be synced and imported into the RagCorpus. VertexRagDataService.ImportRagFiles.

Declaration
[JsonProperty("importRagFilesConfig")]
public virtual GoogleCloudAiplatformV1ImportRagFilesConfig ImportRagFilesConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ImportRagFilesConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX