Class: Aws::BedrockAgentRuntime::Types::CodeInterpreterInvocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::CodeInterpreterInvocationInput
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the code interpreter being invoked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The code for the code interpreter to use.
-
#files ⇒ Array<String>
Files that are uploaded for code interpreter to use.
Instance Attribute Details
#code ⇒ String
The code for the code interpreter to use.
562 563 564 565 566 567 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 562 class CodeInterpreterInvocationInput < Struct.new( :code, :files) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<String>
Files that are uploaded for code interpreter to use.
562 563 564 565 566 567 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 562 class CodeInterpreterInvocationInput < Struct.new( :code, :files) SENSITIVE = [] include Aws::Structure end |