Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentBlock
Packages that use DocumentBlock
-
Uses of DocumentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentBlockModifier and TypeMethodDescriptionfinal DocumentBlockContentBlock.document()A document to include in the message.final DocumentBlockToolResultContentBlock.document()A tool result that is a document.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentBlockModifier and TypeMethodDescriptionContentBlock.Builder.document(DocumentBlock document) A document to include in the message.ToolResultContentBlock.Builder.document(DocumentBlock document) A tool result that is a document.static ContentBlockContentBlock.fromDocument(DocumentBlock document) Create an instance of this class withContentBlock.document()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromDocument(DocumentBlock document) Create an instance of this class withToolResultContentBlock.document()initialized to the given value.