Class: Aws::BedrockAgentRuntime::Types::InputFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::InputFile
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains details of the source files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the source file.
-
#source ⇒ Types::FileSource
Specifies where the files are located.
-
#use_case ⇒ String
Specifies how the source files will be used by the code interpreter.
Instance Attribute Details
#name ⇒ String
The name of the source file.
2158 2159 2160 2161 2162 2163 2164 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2158 class InputFile < Struct.new( :name, :source, :use_case) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::FileSource
Specifies where the files are located.
2158 2159 2160 2161 2162 2163 2164 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2158 class InputFile < Struct.new( :name, :source, :use_case) SENSITIVE = [] include Aws::Structure end |
#use_case ⇒ String
Specifies how the source files will be used by the code interpreter.
2158 2159 2160 2161 2162 2163 2164 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2158 class InputFile < Struct.new( :name, :source, :use_case) SENSITIVE = [] include Aws::Structure end |