View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UploadRagFileRequest (google_api_ai_platform v0.24.0)
Request message for VertexRagDataService.UploadRagFile.
Attributes
-
ragFile
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagFile.t
, default:nil
) - Required. The RagFile to upload. -
uploadRagFileConfig
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UploadRagFileConfig.t
, default:nil
) - Required. The config for the RagFiles to be uploaded into the RagCorpus. VertexRagDataService.UploadRagFile.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UploadRagFileRequest{ ragFile: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagFile.t() | nil, uploadRagFileConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UploadRagFileConfig.t() | nil }