Class: Aws::BedrockAgentCore::Types::InvokeCodeInterpreterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::InvokeCodeInterpreterResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The identifier of the code interpreter session.
-
#stream ⇒ Types::CodeInterpreterStreamOutput
The stream containing the results of the code execution.
Instance Attribute Details
#session_id ⇒ String
The identifier of the code interpreter session.
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 |
#stream ⇒ Types::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 |