AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.GuardrailAutomatedReasoningTranslation

Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class GuardrailAutomatedReasoningTranslation

The GuardrailAutomatedReasoningTranslation type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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