Class: Aws::BedrockAgentRuntime::Types::CodeInterpreterInvocationOutput

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

Overview

Contains the JSON-formatted string returned by the API invoked by the code interpreter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_errorString

Contains the error returned from code execution.

Returns:

  • (String)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 436

class CodeInterpreterInvocationOutput < Struct.new(
  :execution_error,
  :execution_output,
  :execution_timeout,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#execution_outputString

Contains the successful output returned from code execution

Returns:

  • (String)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 436

class CodeInterpreterInvocationOutput < Struct.new(
  :execution_error,
  :execution_output,
  :execution_timeout,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeoutBoolean

Indicates if the execution of the code timed out.

Returns:

  • (Boolean)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 436

class CodeInterpreterInvocationOutput < Struct.new(
  :execution_error,
  :execution_output,
  :execution_timeout,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#filesArray<String>

Contains output files, if generated by code execution.

Returns:

  • (Array<String>)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 436

class CodeInterpreterInvocationOutput < Struct.new(
  :execution_error,
  :execution_output,
  :execution_timeout,
  :files)
  SENSITIVE = []
  include Aws::Structure
end