Package dev.langchain4j.model.bedrock
Class BedrockCohereChatModelResponse
java.lang.Object
dev.langchain4j.model.bedrock.BedrockCohereChatModelResponse
- All Implemented Interfaces:
BedrockChatModelResponse
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockCohereChatModelResponse
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.static 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.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.void
setGenerations
(List<BedrockCohereChatModelResponse.Generation> generations) 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
-
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. -
getGenerations
Deprecated, for removal: This API element is subject to removal in a future version. -
setGenerations
Deprecated, for removal: This API element is subject to removal in a future version. -
getPrompt
Deprecated, for removal: This API element is subject to removal in a future version. -
setPrompt
Deprecated, for removal: This API element is subject to removal in a future version.
-
BedrockChatModel