Package dev.langchain4j.model.bedrock
Class BedrockStabilityAIChatModelResponse
java.lang.Object
dev.langchain4j.model.bedrock.BedrockStabilityAIChatModelResponse
- All Implemented Interfaces:
BedrockChatModelResponse
@Deprecated(forRemoval=true,
since="1.0.0-beta2")
public class BedrockStabilityAIChatModelResponse
extends Object
implements BedrockChatModelResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed in the next release, this functionality will not be supported anymore.
Please reach out (via GitHub issues) if you use it.
-
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.Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BedrockStabilityAIChatModelResponse
public BedrockStabilityAIChatModelResponse()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
-