Skip to content

Commit

Permalink
Add supported customizations to model output (awsdocs#5664)
Browse files Browse the repository at this point in the history
Reintroduce supported customizations
  • Loading branch information
DennisTraub authored and max-webster committed Mar 15, 2024
1 parent d8075df commit 37b16b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/example_code/bedrock/bedrock_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def usage_demo():
print(f' Provider: {model["providerName"]}')
print(f' Input modalities: {model["inputModalities"]}')
print(f' Output modalities: {model["outputModalities"]}')
print(f' Supported customizations: {model["customizationsSupported"]}')
print(f' Supported inference types: {model["inferenceTypesSupported"]}')
print("=" * 42)
except ClientError:
Expand Down

0 comments on commit 37b16b1

Please sign in to comment.