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.

Represents a single step in the policy build process, containing context about what was being processed and any messages or results.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildStep

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

Syntax

C#
public class AutomatedReasoningPolicyBuildStep

The AutomatedReasoningPolicyBuildStep type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Context Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildStepContext

Gets and sets the property Context.

Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.

Public Property Messages System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildStepMessage>

Gets and sets the property Messages.

A list of messages generated during this build step, including informational messages, warnings, and error details.

Public Property PriorElement Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionElement

Gets and sets the property PriorElement.

Reference to the previous element or step in the build process, helping to trace the sequence of operations.

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