Class: Aws::BedrockAgentCore::Types::InvokeCodeInterpreterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The identifier of the code interpreter session.

Returns:

  • (String)


2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2663

class InvokeCodeInterpreterResponse < Struct.new(
  :session_id,
  :stream)
  SENSITIVE = []
  include Aws::Structure
end

#streamTypes::CodeInterpreterStreamOutput

The stream containing the results of the code execution. This includes output, errors, and execution status.



2663
2664
2665
2666
2667
2668
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2663

class InvokeCodeInterpreterResponse < Struct.new(
  :session_id,
  :stream)
  SENSITIVE = []
  include Aws::Structure
end