Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.ChunkingStrategy
Packages that use ChunkingStrategy
-
Uses of ChunkingStrategy in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ChunkingStrategyModifier and TypeMethodDescriptionfinal ChunkingStrategyChunkingConfiguration.chunkingStrategy()Knowledge base can split your source data into chunks.static ChunkingStrategyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChunkingStrategyReturns the enum constant of this type with the specified name.static ChunkingStrategy[]ChunkingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ChunkingStrategyMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ChunkingStrategyModifier and TypeMethodDescriptionChunkingConfiguration.Builder.chunkingStrategy(ChunkingStrategy chunkingStrategy) Knowledge base can split your source data into chunks.