Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentSource
Packages that use DocumentSource
-
Uses of DocumentSource in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentSourceModifier and TypeMethodDescriptionstatic DocumentSourceCreate an instance of this class withbytes()initialized to the given value.static DocumentSourceDocumentSource.fromContent(List<DocumentContentBlock> content) Create an instance of this class withcontent()initialized to the given value.static DocumentSourceDocumentSource.fromS3Location(Consumer<S3Location.Builder> s3Location) Create an instance of this class withs3Location()initialized to the given value.static DocumentSourceDocumentSource.fromS3Location(S3Location s3Location) Create an instance of this class withs3Location()initialized to the given value.static DocumentSourceCreate an instance of this class withtext()initialized to the given value.final DocumentSourceDocumentBlock.source()Contains the content of the document.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentSourceModifier and TypeMethodDescriptionDocumentBlock.Builder.source(DocumentSource source) Contains the content of the document.