Skip to content

Commit 5c59a53

Browse files
committed
Add Nova examples to Readme
1 parent 8843315 commit 5c59a53

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

kotlin/services/bedrock-runtime/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,19 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `kotli
3030
<!--custom.prerequisites.start-->
3131
> ⚠ You must request access to a model before you can use it. If you try to use the model (with the API or console) before you have requested access to it, you will receive an error message. For more information, see [Model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html).
3232
<!--custom.prerequisites.end-->
33+
34+
### Amazon Nova
35+
36+
- [Converse](src/main/kotlin/com/example/bedrockruntime/models/amazon/nova/text/Converse.kt#L6)
37+
- [ConverseStream](src/main/kotlin/com/example/bedrockruntime/models/amazon/nova/text/ConverseStream.kt#L6)
38+
39+
### Amazon Nova Canvas
40+
41+
- [InvokeModel](src/main/kotlin/com/example/bedrockruntime/models/amazon/nova/canvas/InvokeModel.kt#L6)
42+
3343
### Amazon Titan Text
3444

35-
- [InvokeModel](src/main/kotlin/com/example/bedrockruntime/InvokeModel.kt#L6)
45+
- [InvokeModel](src/main/kotlin/com/example/bedrockruntime/models/amazon/titan/text/InvokeModel.kt#L6)
3646

3747

3848
<!--custom.examples.start-->

0 commit comments

Comments
 (0)