Skip to content

Commit

Permalink
Regenerate Readmes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTraub authored and ford-at-aws committed Dec 7, 2023
1 parent 5b4a84a commit 6c1c217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions javav2/example_code/bedrock-runtime/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--Generated by WRITEME on 2023-11-30 13:51:04.712954 (UTC)-->
<!--Generated by WRITEME on 2023-12-06 16:52:24.629768 (UTC)-->
# Amazon Bedrock Runtime code examples for the SDK for Java 2.x

## Overview
Expand Down Expand Up @@ -39,13 +39,13 @@ Code excerpts that show you how to call individual service functions.
* [Asynchronously invoke AI21 Labs Jurassic-2 on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModelAsync.java#L99) (`InvokeModel`)
* [Asynchronously invoke Anthropic Claude on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModelAsync.java#L38) (`InvokeModel`)
* [Asynchronously invoke Meta Llama 2 on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModelAsync.java#L161) (`InvokeModel`)
* [Asynchronously invoke Stability.ai Stable Diffusion XL on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModelAsync.java#L220) (`InvokeModel`)
* [Image generation with Amazon Titan](src/main/java/com/example/bedrockruntime/InvokeModel.java#L232) (`InvokeModel`)
* [Image generation with Stable Diffusion](src/main/java/com/example/bedrockruntime/InvokeModel.java#L179) (`InvokeModel`)
* [Image generation with Stable Diffusion using the async client](src/main/java/com/example/bedrockruntime/InvokeModelAsync.java#L220) (`InvokeModel`)
* [Invoke AI21 Labs Jurassic-2 on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModel.java#L86) (`InvokeModel`)
* [Invoke Anthropic Claude on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModel.java#L37) (`InvokeModel`)
* [Invoke Anthropic Claude on Amazon Bedrock and process the response stream](src/main/java/com/example/bedrockruntime/InvokeModelWithResponseStream.java#L34) (`InvokeModelWithResponseStream`)
* [Invoke Meta Llama 2 on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModel.java#L134) (`InvokeModel`)
* [Invoke Stability.ai Stable Diffusion XL on Amazon Bedrock](src/main/java/com/example/bedrockruntime/InvokeModel.java#L179) (`InvokeModel`)

## Run the examples

Expand Down

0 comments on commit 6c1c217

Please sign in to comment.