File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
javav2/usecases/video_generation_bedrock_nova_reel/src/main/java/com/example/novareel Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -1632,3 +1632,20 @@ bedrock-runtime_Scenario_InvokeModels:
1632
1632
- php.example_code.bedrock-runtime.basics.scenario
1633
1633
services :
1634
1634
bedrock-runtime : {InvokeModel, InvokeModelWithResponseStream}
1635
+
1636
+ bedrock-runtime_Scenario_GenerateVideos_NovaReel :
1637
+ title : Generate videos from text prompts using &BR; and Nova-Reel
1638
+ title_abbrev : " Generate videos from text prompts using &BR;"
1639
+ synopsis : a Spring Boot app that generates videos from text prompts using &BR; and the Nova-Reel model
1640
+ category : Scenarios
1641
+ languages :
1642
+ Java :
1643
+ versions :
1644
+ - sdk_version : 2
1645
+ github : javav2/example_code/bedrock-runtime
1646
+ excerpts :
1647
+ - description : Generate videos from text prompts using &BR; and Nova-Reel
1648
+ snippet_tags :
1649
+ - bedrock-runtime.java2.NovaReel.VideoGeneration
1650
+ services :
1651
+ bedrock-runtime : {StartAsyncInvoke, GetAsyncInvoke}
Original file line number Diff line number Diff line change 3
3
4
4
package com .example .novareel ;
5
5
6
+ // snippet-start:[bedrock-runtime.java2.NovaReel.VideoGeneration]
6
7
import org .springframework .stereotype .Service ;
7
8
import software .amazon .awssdk .auth .credentials .ProfileCredentialsProvider ;
8
9
import software .amazon .awssdk .core .document .Document ;
@@ -101,5 +102,5 @@ private static Document prepareDocument(String prompt) {
101
102
.build ();
102
103
return novaRequest ;
103
104
}
104
-
105
105
}
106
+ // snippet-end:[bedrock-runtime.java2.NovaReel.VideoGeneration]
You can’t perform that action at this time.
0 commit comments