class Aws::BedrockAgent::Client
def list_ingestion_jobs(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_ingestion_jobs(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/ListIngestionJobs - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ListIngestionJobsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:next_token
(String
) -- -
:max_results
(Integer
) -- -
:sort_by
(Types::IngestionJobSortBy
) -- -
:filters
(Array
) -- -
:data_source_id
(required, String
) -- -
:knowledge_base_id
(required, String
) --
def list_ingestion_jobs(params = {}, options = {}) req = build_request(:list_ingestion_jobs, params) req.send_request(options) end