Class: Aws::Bedrock::Types::AutomatedReasoningPolicyReportSourceDocument

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

Overview

Represents a source document that was analyzed during fidelity report generation, including the document’s metadata and its content broken down into atomic statements.

Constant Summary collapse

SENSITIVE =
[:document_name]

Instance Attribute Summary collapse

Instance Attribute Details

#atomic_statementsArray<Types::AutomatedReasoningPolicyAtomicStatement>

The list of atomic statements extracted from this document, representing the fundamental units of meaning used for grounding.



2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-bedrock/types.rb', line 2061

class AutomatedReasoningPolicyReportSourceDocument < Struct.new(
  :document_name,
  :document_hash,
  :document_id,
  :atomic_statements,
  :document_content)
  SENSITIVE = [:document_name]
  include Aws::Structure
end

#document_contentArray<Types::AutomatedReasoningPolicyAnnotatedChunk>

The document’s content organized into annotated chunks with line number information for precise referencing.



2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-bedrock/types.rb', line 2061

class AutomatedReasoningPolicyReportSourceDocument < Struct.new(
  :document_name,
  :document_hash,
  :document_id,
  :atomic_statements,
  :document_content)
  SENSITIVE = [:document_name]
  include Aws::Structure
end

#document_hashString

A SHA-256 hash of the document content, used for verification and ensuring the document hasn’t changed since analysis.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-bedrock/types.rb', line 2061

class AutomatedReasoningPolicyReportSourceDocument < Struct.new(
  :document_name,
  :document_hash,
  :document_id,
  :atomic_statements,
  :document_content)
  SENSITIVE = [:document_name]
  include Aws::Structure
end

#document_idString

A unique identifier for this document within the fidelity report.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-bedrock/types.rb', line 2061

class AutomatedReasoningPolicyReportSourceDocument < Struct.new(
  :document_name,
  :document_hash,
  :document_id,
  :atomic_statements,
  :document_content)
  SENSITIVE = [:document_name]
  include Aws::Structure
end

#document_nameString

The name of the source document that was analyzed.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-bedrock/types.rb', line 2061

class AutomatedReasoningPolicyReportSourceDocument < Struct.new(
  :document_name,
  :document_hash,
  :document_id,
  :atomic_statements,
  :document_content)
  SENSITIVE = [:document_name]
  include Aws::Structure
end