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달 전
관련 콘텐츠
- 질문됨 2달 전