Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeInputField

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

Overview

Contains information about a field in the input into a node. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.

Constant Summary collapse

SENSITIVE =
[:content, :execution_chain, :source]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of the input field.

Returns:

  • (String)


2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468

class FlowTraceNodeInputField < Struct.new(
  :category,
  :content,
  :execution_chain,
  :node_input_name,
  :source,
  :type)
  SENSITIVE = [:content, :execution_chain, :source]
  include Aws::Structure
end

#contentTypes::FlowTraceNodeInputContent

The content of the node input.



2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468

class FlowTraceNodeInputField < Struct.new(
  :category,
  :content,
  :execution_chain,
  :node_input_name,
  :source,
  :type)
  SENSITIVE = [:content, :execution_chain, :source]
  include Aws::Structure
end

#execution_chainArray<Types::FlowTraceNodeInputExecutionChainItem>

The execution path through nested nodes like iterators and loops.



2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468

class FlowTraceNodeInputField < Struct.new(
  :category,
  :content,
  :execution_chain,
  :node_input_name,
  :source,
  :type)
  SENSITIVE = [:content, :execution_chain, :source]
  include Aws::Structure
end

#node_input_nameString

The name of the node input.

Returns:

  • (String)


2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468

class FlowTraceNodeInputField < Struct.new(
  :category,
  :content,
  :execution_chain,
  :node_input_name,
  :source,
  :type)
  SENSITIVE = [:content, :execution_chain, :source]
  include Aws::Structure
end

#sourceTypes::FlowTraceNodeInputSource

The source node that provides input data to this field.



2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468

class FlowTraceNodeInputField < Struct.new(
  :category,
  :content,
  :execution_chain,
  :node_input_name,
  :source,
  :type)
  SENSITIVE = [:content, :execution_chain, :source]
  include Aws::Structure
end

#typeString

The data type of the input field for compatibility validation.

Returns:

  • (String)


2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2468

class FlowTraceNodeInputField < Struct.new(
  :category,
  :content,
  :execution_chain,
  :node_input_name,
  :source,
  :type)
  SENSITIVE = [:content, :execution_chain, :source]
  include Aws::Structure
end