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
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
-
#data_source_id ⇒ String
The unique identifier of the data source to ingest.
-
#description ⇒ String
A description of the ingestion job.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which to add the data source.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency].
**A suitable default value is auto-generated.** You should normally not need to pass this option.
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
6787 6788 6789 6790 6791 6792 6793 6794 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787 class StartIngestionJobRequest < Struct.new( :client_token, :data_source_id, :description, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The unique identifier of the data source to ingest.
6787 6788 6789 6790 6791 6792 6793 6794 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787 class StartIngestionJobRequest < Struct.new( :client_token, :data_source_id, :description, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the ingestion job.
6787 6788 6789 6790 6791 6792 6793 6794 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787 class StartIngestionJobRequest < Struct.new( :client_token, :data_source_id, :description, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which to add the data source.
6787 6788 6789 6790 6791 6792 6793 6794 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787 class StartIngestionJobRequest < Struct.new( :client_token, :data_source_id, :description, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |