Uses of Enum Class
dev.langchain4j.model.bedrock.BedrockSystemContentType
Packages that use BedrockSystemContentType
-
Uses of BedrockSystemContentType in dev.langchain4j.model.bedrock
Subclasses with type arguments of type BedrockSystemContentType in dev.langchain4j.model.bedrockModifier and TypeClassDescriptionenumTypes of content that can be included in aBedrockSystemMessage.Methods in dev.langchain4j.model.bedrock that return BedrockSystemContentTypeModifier and TypeMethodDescriptionBedrockSystemContent.type()Returns the content type.BedrockSystemTextContent.type()static BedrockSystemContentTypeReturns the enum constant of this class with the specified name.static BedrockSystemContentType[]BedrockSystemContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.