Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolResultBlockDelta
-
Packages that use ToolResultBlockDelta Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolResultBlockDelta in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolResultBlockDelta Modifier and Type Method Description static ToolResultBlockDeltaToolResultBlockDelta. fromJson(Document json)Create an instance of this class withjson()initialized to the given value.static ToolResultBlockDeltaToolResultBlockDelta. fromText(String text)Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolResultBlockDelta Modifier and Type Method Description List<ToolResultBlockDelta>ContentBlockDelta. toolResult()An incremental update that contains the results from a tool call.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolResultBlockDelta Modifier and Type Method Description ContentBlockDelta.BuilderContentBlockDelta.Builder. toolResult(ToolResultBlockDelta... toolResult)An incremental update that contains the results from a tool call.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolResultBlockDelta Modifier and Type Method Description static ContentBlockDeltaContentBlockDelta. fromToolResult(List<ToolResultBlockDelta> toolResult)Create an instance of this class withContentBlockDelta.toolResult()initialized to the given value.ContentBlockDelta.BuilderContentBlockDelta.Builder. toolResult(Collection<ToolResultBlockDelta> toolResult)An incremental update that contains the results from a tool call.
-