View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Utility functions and helpers for Bedrock integration.
View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
class BedrockUtils()
@staticmethod
def parse_message_param(
messages: Iterable[BedrockMessageParam]
) -> List[GenerationRequestMessage]
@staticmethod
def get_model_parameters(**kwargs: Any) -> Dict[str, Any]
@staticmethod
def parse_message(response: BedrockMessage) -> Dict[str, Any]
@staticmethod
def get_model_name(model_id: str) -> str
Was this page helpful?