Class: Aws::Bedrock::Types::ListModelImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListModelImportJobsRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Return import jobs that were created after the specified time.
-
#creation_time_before ⇒ Time
Return import jobs that were created before the specified time.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#name_contains ⇒ String
Return imported jobs only if the job name contains these characters.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results. -
#sort_by ⇒ String
The field to sort by in the returned list of imported jobs.
-
#sort_order ⇒ String
Specifies whether to sort the results in ascending or descending order.
-
#status_equals ⇒ String
Return imported jobs with the specified status.
Instance Attribute Details
#creation_time_after ⇒ Time
Return import jobs that were created after the specified time.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Return import jobs that were created before the specified time.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) 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.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Return imported jobs only if the job name contains these characters.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) 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.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field to sort by in the returned list of imported jobs.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Specifies whether to sort the results in ascending or descending order.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
Return imported jobs with the specified status.
10085 10086 10087 10088 10089 10090 10091 10092 10093 10094 10095 10096 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10085 class ListModelImportJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |