You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javav2/example_code/bedrock-runtime/README.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,15 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav
34
34
> see [Model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html).
35
35
>
36
36
<!--custom.prerequisites.end-->
37
+
38
+
### Scenarios
39
+
40
+
Code examples that show you how to accomplish a specific task by calling multiple
41
+
functions within the same service.
42
+
43
+
-[Generate videos from text prompts using Amazon Bedrock](../../usecases/video_generation_bedrock_nova_reel/src/main/java/com/example/novareel/VideoGenerationService.java)
44
+
-[Tool use with the Converse API](src/main/java/com/example/bedrockruntime/scenario/BedrockScenario.java)
0 commit comments