Class: Aws::BedrockAgent::Types::StartIngestionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::StartIngestionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Client specified token used for idempotency checks.
-
#data_source_id ⇒ String
Identifier for a resource.
-
#description ⇒ String
Description of the Resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
Instance Attribute Details
#client_token ⇒ String
Client specified token used for idempotency checks
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2870 class StartIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :client_token, :description) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
Identifier for a resource.
2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2870 class StartIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :client_token, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2870 class StartIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :client_token, :description) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2870 class StartIngestionJobRequest < Struct.new( :knowledge_base_id, :data_source_id, :client_token, :description) SENSITIVE = [] include Aws::Structure end |