Class: Aws::BedrockAgentRuntime::Types::FlowTraceNodeActionEvent

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

Overview

Contains information about an action (operation) called by a node in an Amazon Bedrock flow. The service generates action events for calls made by prompt nodes, agent nodes, and Amazon Web Services Lambda nodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_nameString

The name of the node that called the operation.

Returns:

  • (String)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end

#operation_nameString

The name of the operation that the node called.

Returns:

  • (String)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end

#operation_requestHash, ...

The request payload sent to the downstream service.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end

#operation_responseHash, ...

The response payload received from the downstream service.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The ID of the request that the node made to the operation.

Returns:

  • (String)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service that the node called.

Returns:

  • (String)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The date and time that the operation was called.

Returns:

  • (Time)


2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2307

class FlowTraceNodeActionEvent < Struct.new(
  :node_name,
  :timestamp,
  :request_id,
  :service_name,
  :operation_name,
  :operation_request,
  :operation_response)
  SENSITIVE = []
  include Aws::Structure
end