Class GoogleCloudAiplatformV1beta1ImportRagFilesRequest
Request message for VertexRagDataService.ImportRagFiles.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ImportRagFilesRequest : 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 GoogleCloudAiplatformV1beta1ImportRagFilesConfig ImportRagFilesConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ImportRagFilesConfig |