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, :source, :execution_chain]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category of the input field.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437

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

#contentTypes::FlowTraceNodeInputContent

The content of the node input.



2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437

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

#execution_chainArray<Types::FlowTraceNodeInputExecutionChainItem>

The execution path through nested nodes like iterators and loops.



2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437

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

#node_input_nameString

The name of the node input.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437

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

#sourceTypes::FlowTraceNodeInputSource

The source node that provides input data to this field.



2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437

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

#typeString

The data type of the input field for compatibility validation.

Returns:

  • (String)


2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2437

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