Uses of Class
dev.langchain4j.model.bedrock.BedrockAnthropicImageSource
Packages that use BedrockAnthropicImageSource
-
Uses of BedrockAnthropicImageSource in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return BedrockAnthropicImageSourceModifier and TypeMethodDescriptionBedrockAnthropicContent.getSource()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in dev.langchain4j.model.bedrock with parameters of type BedrockAnthropicImageSourceModifier and TypeMethodDescriptionvoid
BedrockAnthropicContent.setSource
(BedrockAnthropicImageSource source) Deprecated, for removal: This API element is subject to removal in a future version.BedrockAnthropicContent.BedrockAnthropicContentBuilder.source
(BedrockAnthropicImageSource source) Constructors in dev.langchain4j.model.bedrock with parameters of type BedrockAnthropicImageSourceModifierConstructorDescriptionBedrockAnthropicContent
(String type, BedrockAnthropicImageSource source) Deprecated, for removal: This API element is subject to removal in a future version.BedrockAnthropicContent
(String type, String text, String id, String name, String tool_use_id, String content, BedrockAnthropicImageSource source, Map<String, Object> input) Deprecated, for removal: This API element is subject to removal in a future version.