Class: Aws::SageMaker::Types::ListModelCardExportJobsRequest

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 export jobs that were created after the time specified.

Returns:

  • (Time)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#creation_time_beforeTime

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

Returns:

  • (Time)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#max_resultsInteger

The maximum number of model card export jobs to list.

Returns:

  • (Integer)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#model_card_export_job_name_containsString

Only list model card export jobs with names that contain the specified string.

Returns:

  • (String)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#model_card_nameString

List export jobs for the model card with the specified name.

Returns:

  • (String)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#model_card_versionInteger

List export jobs for the model card with the specified version.

Returns:

  • (Integer)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#next_tokenString

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

Returns:

  • (String)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#sort_byString

Sort model card export jobs by either name or creation time. Sorts by creation time by default.

Returns:

  • (String)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#sort_orderString

Sort model card export jobs by ascending or descending order.

Returns:

  • (String)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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

#status_equalsString

Only list model card export jobs with the specified status.

Returns:

  • (String)


25757
25758
25759
25760
25761
25762
25763
25764
25765
25766
25767
25768
25769
25770
# File 'lib/aws-sdk-sagemaker/types.rb', line 25757

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