Package dev.langchain4j.model.bedrock
Class BedrockAnthropicMessage
java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicMessage
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockAnthropicMessage
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionBedrockAnthropicMessage
(String role, List<BedrockAnthropicContent> content) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getRole()
Deprecated, for removal: This API element is subject to removal in a future version.void
setContent
(List<BedrockAnthropicContent> 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.
-
Constructor Details
-
BedrockAnthropicMessage
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRole
Deprecated, for removal: This API element is subject to removal in a future version. -
setRole
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.
-
BedrockChatModel