Uses of Class
com.alibaba.cloud.ai.dashscope.rag.DashScopeDocumentCloudReaderConfig
Packages that use DashScopeDocumentCloudReaderConfig
Package
Description
-
Uses of DashScopeDocumentCloudReaderConfig in com.alibaba.cloud.ai.dashscope.rag
Methods in com.alibaba.cloud.ai.dashscope.rag that return DashScopeDocumentCloudReaderConfigModifier and TypeMethodDescriptionDashScopeDocumentCloudReaderConfig.withInitialWaitMillis(long seconds) DashScopeDocumentCloudReaderConfig.withMaxFileSizeMB(int megabytes) DashScopeDocumentCloudReaderConfig.withMaxRetryAttempts(int maxRetryAttempts) DashScopeDocumentCloudReaderConfig.withMaxRetryIntervalSeconds(long seconds) DashScopeDocumentCloudReaderConfig.withMinFileSizeBytes(long bytes) DashScopeDocumentCloudReaderConfig.withoutFileSizeValidation()DashScopeDocumentCloudReaderConfig.withRetryIntervalSeconds(long seconds) Constructors in com.alibaba.cloud.ai.dashscope.rag with parameters of type DashScopeDocumentCloudReaderConfigModifierConstructorDescriptionDashScopeDocumentCloudReader(String filePath, DashScopeApi dashScopeApi, DashScopeDocumentCloudReaderOptions readerConfig, DashScopeDocumentCloudReaderConfig clientConfig) Constructor -
Uses of DashScopeDocumentCloudReaderConfig in com.alibaba.cloud.ai.dashscope.rag.validation
Constructors in com.alibaba.cloud.ai.dashscope.rag.validation with parameters of type DashScopeDocumentCloudReaderConfigModifierConstructorDescriptionFileValidator(DashScopeDocumentCloudReaderConfig clientConfig) Constructor