You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`allowed_models`|`list[str \| None`| No || List of models that should be registered with the model registry. If None, all models are allowed. |
18
18
|`refresh_models`|`<class 'bool'>`| No | False | Whether to refresh models periodically from the provider |
19
-
|`aws_access_key_id`|`str \| None`| No || The AWS access key to use. Default use environment variable: AWS_ACCESS_KEY_ID |
20
-
|`aws_secret_access_key`|`str \| None`| No || The AWS secret access key to use. Default use environment variable: AWS_SECRET_ACCESS_KEY |
21
-
|`aws_session_token`|`str \| None`| No || The AWS session token to use. Default use environment variable: AWS_SESSION_TOKEN |
22
-
|`region_name`|`str \| None`| No || The default AWS Region to use, for example, us-west-1 or us-west-2.Default use environment variable: AWS_DEFAULT_REGION |
23
-
|`profile_name`|`str \| None`| No || The profile name that contains credentials to use.Default use environment variable: AWS_PROFILE |
24
-
|`total_max_attempts`|`int \| None`| No || An integer representing the maximum number of attempts that will be made for a single request, including the initial attempt. Default use environment variable: AWS_MAX_ATTEMPTS |
25
-
|`retry_mode`|`str \| None`| No || A string representing the type of retries Boto3 will perform.Default use environment variable: AWS_RETRY_MODE |
26
-
|`connect_timeout`|`float \| None`| No | 60.0 | The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds. |
27
-
|`read_timeout`|`float \| None`| No | 60.0 | The time in seconds till a timeout exception is thrown when attempting to read from a connection.The default is 60 seconds. |
28
-
|`session_ttl`|`int \| None`| No | 3600 | The time in seconds till a session expires. The default is 3600 seconds (1 hour). |
19
+
|`api_key`|`str \| None`| No || Amazon Bedrock API key |
20
+
|`region_name`|`<class 'str'>`| No | us-east-2 | AWS Region for the Bedrock Runtime endpoint |
0 commit comments