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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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)


27660
27661
27662
27663
27664
27665
27666
27667
27668
27669
27670
27671
27672
27673
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660

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