Class: Aws::SageMaker::Types::ListModelCardVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Only list model card versions that were created after the time specified.

Returns:

  • (Time)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Only list model card versions that were created before the time specified.

Returns:

  • (Time)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of model card versions to list.

Returns:

  • (Integer)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_nameString

List model card versions for the model card with the specified name or Amazon Resource Name (ARN).

Returns:

  • (String)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_statusString

Only list model card versions with the specified approval status.

Returns:

  • (String)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response to a previous ‘ListModelCardVersions` request was truncated, the response includes a `NextToken`. To retrieve the next set of model card versions, use the token in the next request.

Returns:

  • (String)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Sort listed model card versions by version. Sorts by version by default.

Returns:

  • (String)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Sort model card versions by ascending or descending order.

Returns:

  • (String)


27740
27741
27742
27743
27744
27745
27746
27747
27748
27749
27750
27751
# File 'lib/aws-sdk-sagemaker/types.rb', line 27740

class ListModelCardVersionsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :model_card_name,
  :model_card_status,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end