Class: Aws::Bedrock::Types::ListModelCopyJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Filters for model copy jobs created after the specified time.

Returns:

  • (Time)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_beforeTime

Filters for model copy jobs created before the specified time.

Returns:

  • (Time)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_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)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_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)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_byString

The field to sort by in the returned list of model copy jobs.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_orderString

Specifies whether to sort the results in ascending or descending order.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_equalsString

Filters for model copy jobs in which the account that the source model belongs to is equal to the value that you specify.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_equalsString

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.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_equalsString

Filters for model copy jobs whose status matches the value that you specify.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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_containsString

Filters for model copy jobs in which the name of the copied model contains the string that you specify.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
# File 'lib/aws-sdk-bedrock/types.rb', line 9836

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