Class: Aws::BedrockAgent::Types::ListIngestionJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ListIngestionJobsRequest
- Defined in:
- gems/aws-sdk-bedrockagent/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 for the list of data ingestion jobs.
-
#filters ⇒ Array<Types::IngestionJobFilter>
Contains information about the filters for filtering the data.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the list of data ingestion jobs.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResults
value provided in the request, enter the token returned in thenextToken
field in the response in this field to return the next batch of results. -
#sort_by ⇒ Types::IngestionJobSortBy
Contains details about how to sort the data.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source for the list of data ingestion jobs.
6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6896 class ListIngestionJobsRequest < Struct.new( :data_source_id, :filters, :knowledge_base_id, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::IngestionJobFilter>
Contains information about the filters for filtering the data.
6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6896 class ListIngestionJobsRequest < Struct.new( :data_source_id, :filters, :knowledge_base_id, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the list of data ingestion jobs.
6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6896 class ListIngestionJobsRequest < Struct.new( :data_source_id, :filters, :knowledge_base_id, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response. If the
total number of results is greater than this value, use the token
returned in the response in the nextToken
field when making
another request to return the next batch of results.
6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6896 class ListIngestionJobsRequest < Struct.new( :data_source_id, :filters, :knowledge_base_id, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6896 class ListIngestionJobsRequest < Struct.new( :data_source_id, :filters, :knowledge_base_id, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ Types::IngestionJobSortBy
Contains details about how to sort the data.
6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6896 class ListIngestionJobsRequest < Struct.new( :data_source_id, :filters, :knowledge_base_id, :max_results, :next_token, :sort_by) SENSITIVE = [] include Aws::Structure end |