Uses of Class
com.google.genai.types.ChunkingConfig
Packages that use ChunkingConfig
-
Uses of ChunkingConfig in com.google.genai.types
Methods in com.google.genai.types that return ChunkingConfigModifier and TypeMethodDescriptionabstract ChunkingConfigChunkingConfig.Builder.build()static ChunkingConfigDeserializes a JSON string to a ChunkingConfig object.Methods in com.google.genai.types that return types with arguments of type ChunkingConfigModifier and TypeMethodDescriptionabstract Optional<ChunkingConfig>ImportFileConfig.chunkingConfig()Config for telling the service how to chunk the file.abstract Optional<ChunkingConfig>UploadToFileSearchStoreConfig.chunkingConfig()Config for telling the service how to chunk the file.Methods in com.google.genai.types with parameters of type ChunkingConfigModifier and TypeMethodDescriptionabstract ImportFileConfig.BuilderImportFileConfig.Builder.chunkingConfig(ChunkingConfig chunkingConfig) Setter for chunkingConfig.UploadToFileSearchStoreConfig.Builder.chunkingConfig(ChunkingConfig chunkingConfig) Setter for chunkingConfig.