-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Python: Add Bedrock list_foundation_models example #5633
Python: Add Bedrock list_foundation_models example #5633
Conversation
01f5bee
to
99218f7
Compare
b9c714c
to
f2a6fba
Compare
@@ -0,0 +1,18 @@ | |||
# zexi 0.4.0 | |||
bedrock-ListFoundationModels: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be bedrock_ListFoundationModels
(underscore, not -)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -0,0 +1,18 @@ | |||
# zexi 0.4.0 | |||
bedrock-ListFoundationModels: | |||
title: List the available foundation models using an &AWS; SDK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
List the available &BRlong; foundation models using an &AWS; SDK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
# zexi 0.4.0 | ||
bedrock-ListFoundationModels: | ||
title: List the available foundation models using an &AWS; SDK | ||
title_abbrev: List available foundation models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
List the available &BR; foundation models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
bedrock-ListFoundationModels: | ||
title: List the available foundation models using an &AWS; SDK | ||
title_abbrev: List available foundation models | ||
synopsis: list available foundation models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
list available &BR; foundation models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
github: python/example_code/bedrock | ||
sdkguide: | ||
excerpts: | ||
- description: List the available Bedrock foundation models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Bedrock/&BRlong;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…nnisTraub/aws-doc-sdk-examples into python-bedrock-list-foundation-models
Closing, consolidated into #5649 |
Closing, consolidated into #5649 |
This pull request introduces a code sample with tests, demonstrating how to list available Amazon Bedrock foundation models.
This contribution addresses the first item in issue #5540 (ListFoundationModels)
_By submitting this pull request, I confirm that my contributions are compliant with the Apache 2.0 license terms.