Utility functions and helpers for Bedrock integration.
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?