Class: Aws::Bedrock::Types::ListModelCopyJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListModelCopyJobsRequest
- 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
Filters for model copy jobs created after the specified time.
-
#creation_time_before ⇒ Time
Filters for model copy jobs created before the specified time.
-
#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 ⇒ String
The field to sort by in the returned list of model copy jobs.
-
#sort_order ⇒ String
Specifies whether to sort the results in ascending or descending order.
-
#source_account_equals ⇒ String
Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.
-
#source_model_arn_equals ⇒ String
Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source model to is equal to the value that you specify.
-
#status_equals ⇒ String
Filters for model copy jobs whose status matches the value that you specify.
-
#target_model_name_contains ⇒ String
Filters for model copy jobs in which the name of the copied model contains the string that you specify.
Instance Attribute Details
#creation_time_after ⇒ Time
Filters for model copy jobs created after the specified time.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Filters for model copy jobs created before the specified time.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_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.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_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.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_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 model copy jobs.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_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.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#source_account_equals ⇒ String
Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#source_model_arn_equals ⇒ String
Filters for model copy jobs in which the Amazon Resource Name (ARN) of the source model to is equal to the value that you specify.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
Filters for model copy jobs whose status matches the value that you specify.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#target_model_name_contains ⇒ String
Filters for model copy jobs in which the name of the copied model contains the string that you specify.
6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6218 class ListModelCopyJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :source_account_equals, :source_model_arn_equals, :target_model_name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |