Class: Aws::BedrockAgentRuntime::Types::NodeInputSource

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

Overview

Represents the source of input data for a node field.

Constant Summary collapse

SENSITIVE =
[:expression]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionString

The expression used to extract data from the source.

Returns:

  • (String)


5821
5822
5823
5824
5825
5826
5827
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5821

class NodeInputSource < Struct.new(
  :node_name,
  :output_field_name,
  :expression)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#node_nameString

The name of the source node that provides the input data.

Returns:

  • (String)


5821
5822
5823
5824
5825
5826
5827
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5821

class NodeInputSource < Struct.new(
  :node_name,
  :output_field_name,
  :expression)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#output_field_nameString

The name of the output field from the source node.

Returns:

  • (String)


5821
5822
5823
5824
5825
5826
5827
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5821

class NodeInputSource < Struct.new(
  :node_name,
  :output_field_name,
  :expression)
  SENSITIVE = [:expression]
  include Aws::Structure
end