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 entry in the policy build log, containing information about a specific step or event in the build process.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildLogEntry

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

Syntax

C#
public class AutomatedReasoningPolicyBuildLogEntry

The AutomatedReasoningPolicyBuildLogEntry type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Annotation Amazon.Bedrock.Model.AutomatedReasoningPolicyAnnotation

Gets and sets the property Annotation.

The annotation or operation that was being processed when this log entry was created.

Public Property BuildSteps System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningPolicyBuildStep>

Gets and sets the property BuildSteps.

Detailed information about the specific build steps that were executed, including any sub-operations or transformations.

Public Property Status Amazon.Bedrock.AutomatedReasoningPolicyAnnotationStatus

Gets and sets the property Status.

The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).

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