Package dev.langchain4j.model.bedrock
Class BedrockAnthropicStreamingChatModel
java.lang.Object
dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
dev.langchain4j.model.bedrock.internal.AbstractBedrockStreamingChatModel
dev.langchain4j.model.bedrock.BedrockAnthropicStreamingChatModel
- All Implemented Interfaces:
StreamingChatModel
@Deprecated(forRemoval=true,
since="1.0.0-beta4")
public class BedrockAnthropicStreamingChatModel
extends AbstractBedrockStreamingChatModel
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
BedrockAnthropicStreamingChatModel.BedrockAnthropicStreamingChatModelBuilder<C extends BedrockAnthropicStreamingChatModel,
B extends BedrockAnthropicStreamingChatModel.BedrockAnthropicStreamingChatModelBuilder<C, B>> Deprecated, for removal: This API element is subject to removal in a future version.static enum
Deprecated, for removal: This API element is subject to removal in a future version.Bedrock Anthropic model idsNested classes/interfaces inherited from class dev.langchain4j.model.bedrock.internal.AbstractBedrockStreamingChatModel
AbstractBedrockStreamingChatModel.AbstractBedrockStreamingChatModelBuilder<C extends AbstractBedrockStreamingChatModel,
B extends AbstractBedrockStreamingChatModel.AbstractBedrockStreamingChatModelBuilder<C, B>> Nested classes/interfaces inherited from class dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
AbstractSharedBedrockChatModel.AbstractSharedBedrockChatModelBuilder<C extends AbstractSharedBedrockChatModel,
B extends AbstractSharedBedrockChatModel.AbstractSharedBedrockChatModelBuilder<C, B>> -
Field Summary
Fields inherited from class dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
anthropicVersion, ASSISTANT_PROMPT, assistantPrompt, credentialsProvider, DEFAULT_ANTHROPIC_VERSION, DEFAULT_CREDENTIALS_PROVIDER, DEFAULT_LISTENERS, DEFAULT_MAX_RETRIES, DEFAULT_MAX_TOKENS, DEFAULT_REGION, DEFAULT_STOP_SEQUENCES, DEFAULT_TEMPERATURE, DEFAULT_TIMEOUT, DEFAULT_TOP_K, DEFAULT_TOP_P, HUMAN_PROMPT, humanPrompt, listeners, maxRetries, maxTokens, region, stopSequences, temperature, timeout, topK, topP
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BedrockAnthropicStreamingChatModel
(BedrockAnthropicStreamingChatModel.BedrockAnthropicStreamingChatModelBuilder<?, ?> builder) 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.getModel()
Deprecated, for removal: This API element is subject to removal in a future version.protected String
Deprecated, for removal: This API element is subject to removal in a future version.Get model idMethods inherited from class dev.langchain4j.model.bedrock.internal.AbstractBedrockStreamingChatModel
chat, getAsyncClient, listeners, provider
Methods inherited from class dev.langchain4j.model.bedrock.internal.AbstractSharedBedrockChatModel
chatMessageToString, convertMessagesToAwsBody, createListenerRequest, createListenerRequest, createListenerResponse, getAnthropicVersion, getAssistantPrompt, getCredentialsProvider, getHumanPrompt, getListeners, getMaxRetries, getMaxTokens, getRegion, getRequestParameters, getStopSequences, getTemperature, getTimeout, getTopK, getTopP, listenerErrorResponse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.model.chat.StreamingChatModel
chat, chat, defaultRequestParameters, doChat, supportedCapabilities
-
Constructor Details
-
BedrockAnthropicStreamingChatModel
protected BedrockAnthropicStreamingChatModel(BedrockAnthropicStreamingChatModel.BedrockAnthropicStreamingChatModelBuilder<?, ?> builder) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getModelId
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractSharedBedrockChatModel
Get model id- Specified by:
getModelId
in classAbstractSharedBedrockChatModel
- Returns:
- model id
-
getModel
Deprecated, for removal: This API element is subject to removal in a future version. -
builder
public static BedrockAnthropicStreamingChatModel.BedrockAnthropicStreamingChatModelBuilder<?,?> builder()Deprecated, for removal: This API element is subject to removal in a future version.
-
BedrockStreamingChatModel
instead