We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3fbe6 commit c3dd2bbCopy full SHA for c3dd2bb
.doc_gen/metadata/bedrock-runtime_metadata.yaml
@@ -1500,5 +1500,3 @@ bedrock-runtime_InvokeModel_TitanText:
1500
- python.example_code.bedrock-runtime.InvokeModel_TitanText
1501
services:
1502
bedrock-runtime: {InvokeModel}
1503
-
1504
python/example_code/bedrock-runtime/README.md
@@ -64,6 +64,10 @@ functions within the same service.
64
65
- [InvokeModel](models/amazon_titan_image_generator/invoke_model.py#L4)
66
67
+### Amazon Titan Text
68
+
69
+- [InvokeModel](models/amazon_titan_text/invoke_model.py#L4)
70
71
### Amazon Titan Text Embeddings
72
73
- [InvokeModel](models/amazon_titan_text_embeddings/invoke_model.py#L4)
python/example_code/bedrock-runtime/models/amazon_titan_text/converse.py
0 commit comments