Package dev.langchain4j.model.bedrock
Class BedrockAnthropicMessageChatModelResponse
java.lang.Object
dev.langchain4j.model.bedrock.BedrockAnthropicMessageChatModelResponse
- All Implemented Interfaces:
BedrockChatModelResponse
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockAnthropicMessageChatModelResponse
extends Object
implements BedrockChatModelResponse
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. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.getModel()
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.getRole()
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.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.getUsage()
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.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
setStop_reason
(String stop_reason) Deprecated, for removal: This API element is subject to removal in a future version.void
setStop_sequence
(String stop_sequence) 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.
-
Constructor Details
-
BedrockAnthropicMessageChatModelResponse
public BedrockAnthropicMessageChatModelResponse()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getOutputText
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getOutputText
in interfaceBedrockChatModelResponse
-
getFinishReason
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFinishReason
in interfaceBedrockChatModelResponse
-
getTokenUsage
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTokenUsage
in interfaceBedrockChatModelResponse
-
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. -
getModel
Deprecated, for removal: This API element is subject to removal in a future version. -
setModel
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. -
setType
Deprecated, 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. -
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. -
getStop_reason
Deprecated, for removal: This API element is subject to removal in a future version. -
setStop_reason
Deprecated, for removal: This API element is subject to removal in a future version. -
getStop_sequence
Deprecated, for removal: This API element is subject to removal in a future version. -
setStop_sequence
Deprecated, for removal: This API element is subject to removal in a future version. -
getUsage
Deprecated, for removal: This API element is subject to removal in a future version. -
setUsage
Deprecated, for removal: This API element is subject to removal in a future version.
-
BedrockChatModel