Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentContentBlock
Packages that use DocumentContentBlock
-
Uses of DocumentContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentContentBlockModifier and TypeMethodDescriptionstatic DocumentContentBlockCreate 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 DocumentContentBlockModifier and TypeMethodDescriptionfinal List<DocumentContentBlock>DocumentSource.content()The structured content of the document source, which may include various content blocks such as text, images, or other document elements.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentContentBlockModifier and TypeMethodDescriptionDocumentSource.Builder.content(DocumentContentBlock... content) The structured content of the document source, which may include various content blocks such as text, images, or other document elements.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentContentBlockModifier and TypeMethodDescriptionDocumentSource.Builder.content(Collection<DocumentContentBlock> content) The structured content of the document source, which may include various content blocks such as text, images, or other document elements.static DocumentSourceDocumentSource.fromContent(List<DocumentContentBlock> content) Create an instance of this class withDocumentSource.content()initialized to the given value.