1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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)
respondido hace 2 meses
Contenido relevante
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace un mes
- OFICIAL DE AWSActualizada hace 4 años