Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FixedSizeChunkingConfiguration
-
Packages that use FixedSizeChunkingConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FixedSizeChunkingConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FixedSizeChunkingConfiguration Modifier and Type Method Description FixedSizeChunkingConfigurationChunkingConfiguration. fixedSizeChunkingConfiguration()Returns the value of the FixedSizeChunkingConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FixedSizeChunkingConfiguration Modifier and Type Method Description ChunkingConfiguration.BuilderChunkingConfiguration.Builder. fixedSizeChunkingConfiguration(FixedSizeChunkingConfiguration fixedSizeChunkingConfiguration)Sets the value of the FixedSizeChunkingConfiguration property for this object.
-