Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildLogEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Represents a single entry in the policy build log, containing information about a specific step or event in the build process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationTypes::AutomatedReasoningPolicyAnnotation

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



827
828
829
830
831
832
833
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 827

class AutomatedReasoningPolicyBuildLogEntry < Struct.new(
  :annotation,
  :status,
  :build_steps)
  SENSITIVE = []
  include Aws::Structure
end

#build_stepsArray<Types::AutomatedReasoningPolicyBuildStep>

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



827
828
829
830
831
832
833
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 827

class AutomatedReasoningPolicyBuildLogEntry < Struct.new(
  :annotation,
  :status,
  :build_steps)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


827
828
829
830
831
832
833
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 827

class AutomatedReasoningPolicyBuildLogEntry < Struct.new(
  :annotation,
  :status,
  :build_steps)
  SENSITIVE = []
  include Aws::Structure
end