1 個回答
- 最新
- 最多得票
- 最多評論
0
Try to add this. Note that it is client side timeout and not server-side.
config = Config(
connect_timeout=300,
read_timeout=300,
)
bedrock_client = boto3.client(service_name='bedrock-runtime', config=config)
已回答 2 個月前
相關內容
- AWS 官方已更新 4 年前
- AWS 官方已更新 2 年前