Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] AmazonBedrockConfig dataclass should accept instance_profile_arn #802

Open
malanEvans opened this issue Oct 24, 2024 · 0 comments

Comments

@malanEvans
Copy link

Problem Statement
Now we can use an instance profile to authenticate access to Amazon Bedrock foundational models when we create model serving endpoints. However, python-sdk has not updated the relevant dataclass (AmazonBedrockConfig in databricks.sdk.service.serving) to support this.

Proposed Solution
Just include 'instance_profile_arn' in the dataclass as an optional attribute.

Additional Context
None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant