-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into deprecate_credential-provider-cognito-identity
- Loading branch information
Showing
149 changed files
with
2,904 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [ | ||
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent"> | ||
%phrases-shared; | ||
]> | ||
<block> | ||
<para> | ||
The Java Foundation Model (FM) Playground is a Spring Boot sample application that showcases how to use &BRlong; with Java. This example shows how Java developers can use &BR; to build generative AI-enabled applications. You can test and interact with &BR; foundation models by using the following three playgrounds: | ||
</para> | ||
<itemizedlist> | ||
<listitem> | ||
<para>A text playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>A chat playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>An image playground.</para> | ||
</listitem> | ||
</itemizedlist> | ||
<para>The example also lists and displays the foundation models you have access to, along with their characteristics. For source code and deployment instructions, see the project in <ulink url="https://github.com/build-on-aws/java-fm-playground">GitHub</ulink>. | ||
</para> | ||
</block> |
23 changes: 23 additions & 0 deletions
23
.doc_gen/cross-content/cross_FMPlayground_Python_block.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [ | ||
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent"> | ||
%phrases-shared; | ||
]> | ||
<block> | ||
<para> | ||
The Python Foundation Model (FM) Playground is a Python/FastAPI sample application that showcases how to use &BRlong; with Python. This example shows how Python developers can use &BR; to build generative AI-enabled applications. You can test and interact with &BR; foundation models by using the following three playgrounds: | ||
</para> | ||
<itemizedlist> | ||
<listitem> | ||
<para>A text playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>A chat playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>An image playground.</para> | ||
</listitem> | ||
</itemizedlist> | ||
<para>The example also lists and displays the foundation models you have access to, along with their characteristics. For source code and deployment instructions, see the project in <ulink url="https://github.com/build-on-aws/python-fm-playground">GitHub</ulink>. | ||
</para> | ||
</block> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# zexi 0.4.0 | ||
bedrock_Hello: | ||
title: Hello &BR; | ||
title_abbrev: Hello &BR; | ||
synopsis: get started using &BR;. | ||
category: Hello | ||
languages: | ||
Go: | ||
versions: | ||
- sdk_version: 2 | ||
github: gov2/bedrock | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- gov2.bedrock.Hello | ||
services: | ||
bedrock: {ListFoundationModels} | ||
|
||
bedrock_ListFoundationModels: | ||
title: List the available &BRlong; foundation models using an &AWS; SDK | ||
title_abbrev: List available &BR; foundation models | ||
synopsis: list available &BR; foundation models. | ||
category: | ||
languages: | ||
Go: | ||
versions: | ||
- sdk_version: 2 | ||
github: gov2/bedrock | ||
excerpts: | ||
- description: List the available Bedrock foundation models. | ||
snippet_tags: | ||
- gov2.bedrock.FoundationModelWrapper.struct | ||
- gov2.bedrock.ListFoundationModels | ||
Java: | ||
versions: | ||
- sdk_version: 2 | ||
github: javav2/example_code/bedrock | ||
excerpts: | ||
- description: List the available &BRlong; foundation models. | ||
snippet_tags: | ||
- bedrock.java2.list_foundation_models.main | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/bedrock | ||
excerpts: | ||
- description: List the available &BRlong; foundation models. | ||
snippet_tags: | ||
- python.example_code.bedrock.ListFoundationModels | ||
services: | ||
bedrock: {ListFoundationModels} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,4 @@ jobs: | |
VALIDATE_RUBY: true | ||
VALIDATE_KOTLIN: true | ||
VALIDATE_EDITORCONFIG: true | ||
VALIDATE_BASH: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.DS_Store | ||
._* | ||
.idea | ||
*.iml | ||
.metadata | ||
.phpunit.result.cache | ||
.recommenders | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Look for 'source'd files relative to the checked script. | ||
source-path=SCRIPTDIR | ||
source-path=SCRIPTDIR/.. | ||
source-path=aws-cli/bash-linux/s3/bucket-lifecycle-operations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.