Class: Aws::BedrockAgentRuntime::Types::InputFile

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

Overview

Contains details of the source files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the source file.

Returns:

  • (String)


4932
4933
4934
4935
4936
4937
4938
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4932

class InputFile < Struct.new(
  :name,
  :source,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::FileSource

Specifies where the files are located.

Returns:



4932
4933
4934
4935
4936
4937
4938
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4932

class InputFile < Struct.new(
  :name,
  :source,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end

#use_caseString

Specifies how the source files will be used by the code interpreter.

Returns:

  • (String)


4932
4933
4934
4935
4936
4937
4938
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4932

class InputFile < Struct.new(
  :name,
  :source,
  :use_case)
  SENSITIVE = []
  include Aws::Structure
end