Class: Aws::BedrockAgentRuntime::Types::NodeOutputEvent

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

Overview

Contains information about the outputs produced by a specific node during a flow execution.

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Constant Summary collapse

SENSITIVE =
[:fields]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::NodeOutputField>

A list of output fields produced by the node.

Returns:



5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5563

class NodeOutputEvent < Struct.new(
  :fields,
  :node_name,
  :timestamp)
  SENSITIVE = [:fields]
  include Aws::Structure
end

#node_nameString

The name of the node that produced the outputs.

Returns:

  • (String)


5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5563

class NodeOutputEvent < Struct.new(
  :fields,
  :node_name,
  :timestamp)
  SENSITIVE = [:fields]
  include Aws::Structure
end

#timestampTime

The timestamp when the outputs were produced by the node.

Returns:

  • (Time)


5563
5564
5565
5566
5567
5568
5569
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5563

class NodeOutputEvent < Struct.new(
  :fields,
  :node_name,
  :timestamp)
  SENSITIVE = [:fields]
  include Aws::Structure
end