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:
16321632 - php.example_code.bedrock-runtime.basics.scenario
16331633 services :
16341634 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 33
44package com .example .novareel ;
55
6+ // snippet-start:[bedrock-runtime.java2.NovaReel.VideoGeneration]
67import org .springframework .stereotype .Service ;
78import software .amazon .awssdk .auth .credentials .ProfileCredentialsProvider ;
89import software .amazon .awssdk .core .document .Document ;
@@ -101,5 +102,5 @@ private static Document prepareDocument(String prompt) {
101102 .build ();
102103 return novaRequest ;
103104 }
104-
105105}
106+ // snippet-end:[bedrock-runtime.java2.NovaReel.VideoGeneration]
You can’t perform that action at this time.
0 commit comments