Skip to content

Commit 1669297

Browse files
Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
1 parent bcef7bf commit 1669297

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Unit tests can be found in the **AWSSDK.UnitTests** project.
175175
* [AWSSDK.Batch](https://www.nuget.org/packages/AWSSDK.Batch/)
176176
* AWS Batch enables developers, scientists, and engineers to easily and efficiently run hundreds of thousands of batch computing jobs on AWS.
177177
* [AWSSDK.BedrockRuntime](https://www.nuget.org/packages/AWSSDK.BedrockRuntime/)
178-
* New Service temporary synopsis, please replace it.
178+
* Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
179179
* [AWSSDK.BillingConductor](https://www.nuget.org/packages/AWSSDK.BillingConductor/)
180180
* This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure.
181181
* [AWSSDK.Braket](https://www.nuget.org/packages/AWSSDK.Braket/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"active": true,
3-
"synopsis": "New Service temporary synopsis, please replace it.",
3+
"synopsis": "Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.",
44
"generate-client-constructors": true
55
}

sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
[assembly: AssemblyTitle("AWSSDK.BedrockRuntime")]
8-
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (3.5) - Amazon Bedrock Runtime. New Service temporary synopsis, please replace it.")]
8+
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (3.5) - Amazon Bedrock Runtime. Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyProduct("Amazon Web Services SDK for .NET")]
1111
[assembly: AssemblyCompany("Amazon.com, Inc")]

sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
// associated with an assembly.
99
[assembly: AssemblyTitle("AWSSDK.BedrockRuntime")]
1010
#if BCL35
11-
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (3.5) - Amazon Bedrock Runtime. New Service temporary synopsis, please replace it.")]
11+
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (3.5) - Amazon Bedrock Runtime. Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.")]
1212
#elif BCL45
13-
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (4.5) - Amazon Bedrock Runtime. New Service temporary synopsis, please replace it.")]
13+
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (4.5) - Amazon Bedrock Runtime. Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.")]
1414
#elif NETSTANDARD20
15-
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (NetStandard 2.0) - Amazon Bedrock Runtime. New Service temporary synopsis, please replace it.")]
15+
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (NetStandard 2.0) - Amazon Bedrock Runtime. Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.")]
1616
#elif NETCOREAPP3_1
17-
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (.NET Core 3.1) - Amazon Bedrock Runtime. New Service temporary synopsis, please replace it.")]
17+
[assembly: AssemblyDescription("The Amazon Web Services SDK for .NET (.NET Core 3.1) - Amazon Bedrock Runtime. Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.")]
1818
#else
1919
#error Unknown platform constant - unable to set correct AssemblyDescription
2020
#endif

0 commit comments

Comments
 (0)