1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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)
beantwortet vor 2 Monaten
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren