You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
"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.",
Copy file name to clipboardExpand all lines: sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
7
[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.")]
9
9
[assembly:AssemblyConfiguration("")]
10
10
[assembly:AssemblyProduct("Amazon Web Services SDK for .NET")]
Copy file name to clipboardExpand all lines: sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@
8
8
// associated with an assembly.
9
9
[assembly:AssemblyTitle("AWSSDK.BedrockRuntime")]
10
10
#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.")]
12
12
#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.")]
14
14
#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.")]
16
16
#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.")]
18
18
#else
19
19
#error Unknown platform constant - unable to set correct AssemblyDescription
0 commit comments