Class: Aws::BedrockAgent::Types::ListIngestionJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The unique identifier of the data source for which to return ingestion jobs.

Returns:

  • (String)


2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2894

class ListIngestionJobsRequest < Struct.new(
  :data_source_id,
  :filters,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::IngestionJobFilter>

Contains a definition of a filter for which to filter the results.

Returns:



2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2894

class ListIngestionJobsRequest < Struct.new(
  :data_source_id,
  :filters,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base for which to return ingestion jobs.

Returns:

  • (String)


2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2894

class ListIngestionJobsRequest < Struct.new(
  :data_source_id,
  :filters,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2894

class ListIngestionJobsRequest < Struct.new(
  :data_source_id,
  :filters,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2894

class ListIngestionJobsRequest < Struct.new(
  :data_source_id,
  :filters,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byTypes::IngestionJobSortBy

Contains details about how to sort the results.



2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2894

class ListIngestionJobsRequest < Struct.new(
  :data_source_id,
  :filters,
  :knowledge_base_id,
  :max_results,
  :next_token,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end