Class: Aws::BedrockAgent::Types::GetIngestionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetIngestionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The unique identifier of the data source in the ingestion job.
-
#ingestion_job_id ⇒ String
The unique identifier of the ingestion job.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for which the ingestion job applies.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source in the ingestion job.
2109 2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2109 class GetIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#ingestion_job_id ⇒ String
The unique identifier of the ingestion job.
2109 2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2109 class GetIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for which the ingestion job applies.
2109 2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2109 class GetIngestionJobRequest < Struct.new( :data_source_id, :ingestion_job_id, :knowledge_base_id) SENSITIVE = [] include Aws::Structure end |