Class VertexAiAnthropicStreamingChatModel

java.lang.Object
dev.langchain4j.model.vertexai.anthropic.VertexAiAnthropicStreamingChatModel
All Implemented Interfaces:
StreamingChatModel, Closeable, AutoCloseable

public class VertexAiAnthropicStreamingChatModel extends Object implements StreamingChatModel, Closeable
Represents a Google Vertex AI Anthropic language model with a streaming chat completion interface. Supports Claude models through Vertex AI's Model Garden.