| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIngestionJobsResult> |
AbstractAWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsyncClient.listIngestionJobsAsync(ListIngestionJobsRequest request,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler) |
Future<ListIngestionJobsResult> |
AWSBedrockAgentAsync.listIngestionJobsAsync(ListIngestionJobsRequest listIngestionJobsRequest,
AsyncHandler<ListIngestionJobsRequest,ListIngestionJobsResult> asyncHandler)
Lists the ingestion jobs for a data source and information about each of them.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionJobsRequest |
ListIngestionJobsRequest.clone() |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withDataSourceId(String dataSourceId)
The unique identifier of the data source for which to return ingestion jobs.
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withFilters(IngestionJobFilter... filters)
Contains a definition of a filter for which to filter the results.
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return ingestion jobs.
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListIngestionJobsRequest |
ListIngestionJobsRequest.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
ListIngestionJobsRequest |
ListIngestionJobsRequest.withSortBy(IngestionJobSortBy sortBy)
Contains details about how to sort the results.
|
Copyright © 2024. All rights reserved.