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
Add option in BraketProvider() for the user to pass their own AwsSession() as a variable.
Example:
>>> provider = BraketProvider(aws_session=my_session)
>>> backends = provider.backends()