Package dev.langchain4j.model.bedrock
Class BedrockAnthropicContent
java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicContent
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockAnthropicContent
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.BedrockAnthropicContent
(String type, BedrockAnthropicImageSource source) Deprecated, for removal: This API element is subject to removal in a future version.BedrockAnthropicContent
(String type, String text) 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. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getId()
Deprecated, for removal: This API element is subject to removal in a future version.getInput()
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getText()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getType()
Deprecated, for removal: This API element is subject to removal in a future version.void
setContent
(String content) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setSource
(BedrockAnthropicImageSource source) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setTool_use_id
(String tool_use_id) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BedrockAnthropicContent
public BedrockAnthropicContent()Deprecated, for removal: This API element is subject to removal in a future version. -
BedrockAnthropicContent
public 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. -
BedrockAnthropicContent
Deprecated, for removal: This API element is subject to removal in a future version. -
BedrockAnthropicContent
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getType
Deprecated, for removal: This API element is subject to removal in a future version. -
setType
Deprecated, for removal: This API element is subject to removal in a future version. -
getText
Deprecated, for removal: This API element is subject to removal in a future version. -
setText
Deprecated, for removal: This API element is subject to removal in a future version. -
getId
Deprecated, for removal: This API element is subject to removal in a future version. -
setId
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getTool_use_id
Deprecated, for removal: This API element is subject to removal in a future version. -
setTool_use_id
Deprecated, for removal: This API element is subject to removal in a future version. -
getContent
Deprecated, for removal: This API element is subject to removal in a future version. -
setContent
Deprecated, for removal: This API element is subject to removal in a future version. -
getSource
Deprecated, for removal: This API element is subject to removal in a future version. -
setSource
Deprecated, for removal: This API element is subject to removal in a future version. -
getInput
Deprecated, for removal: This API element is subject to removal in a future version. -
setInput
Deprecated, for removal: This API element is subject to removal in a future version. -
builder
Deprecated, for removal: This API element is subject to removal in a future version.
-
BedrockChatModel