Class: Aws::BedrockAgentRuntime::Types::CodeInterpreterInvocationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The code for the code interpreter to use.

Returns:

  • (String)


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

#filesArray<String>

Files that are uploaded for code interpreter to use.

Returns:

  • (Array<String>)


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