AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the logical translation of natural language input into formal logical statements, including premises, claims, and confidence scores.
Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z
public class GuardrailAutomatedReasoningTranslation
The GuardrailAutomatedReasoningTranslation type exposes the following members
Name | Description | |
---|---|---|
![]() |
GuardrailAutomatedReasoningTranslation() |
Name | Type | Description | |
---|---|---|---|
![]() |
Claims | System.Collections.Generic.List<Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningStatement> |
Gets and sets the property Claims. The logical statements that are being validated against the premises and policy rules. |
![]() |
Confidence | System.Double |
Gets and sets the property Confidence. A confidence score between 0 and 1 indicating how certain the system is about the logical translation. |
![]() |
Premises | System.Collections.Generic.List<Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningStatement> |
Gets and sets the property Premises. The logical statements that serve as the foundation or assumptions for the claims. |
![]() |
UntranslatedClaims | System.Collections.Generic.List<Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningInputTextReference> |
Gets and sets the property UntranslatedClaims. References to portions of the original input text that correspond to the claims but could not be fully translated. |
![]() |
UntranslatedPremises | System.Collections.Generic.List<Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningInputTextReference> |
Gets and sets the property UntranslatedPremises. References to portions of the original input text that correspond to the premises but could not be fully translated. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5