Class: Aws::SageMaker::Types::ListModelCardExportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelCardExportJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Only list model card export jobs that were created after the time specified.
-
#creation_time_before ⇒ Time
Only list model card export jobs that were created before the time specified.
-
#max_results ⇒ Integer
The maximum number of model card export jobs to list.
-
#model_card_export_job_name_contains ⇒ String
Only list model card export jobs with names that contain the specified string.
-
#model_card_name ⇒ String
List export jobs for the model card with the specified name.
-
#model_card_version ⇒ Integer
List export jobs for the model card with the specified version.
-
#next_token ⇒ String
If the response to a previous ‘ListModelCardExportJobs` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
Sort model card export jobs by either name or creation time.
-
#sort_order ⇒ String
Sort model card export jobs by ascending or descending order.
-
#status_equals ⇒ String
Only list model card export jobs with the specified status.
Instance Attribute Details
#creation_time_after ⇒ Time
Only list model card export jobs that were created after the time specified.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_before ⇒ Time
Only list model card export jobs that were created before the time specified.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_results ⇒ Integer
The maximum number of model card export jobs to list.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_contains ⇒ String
Only list model card export jobs with names that contain the specified string.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_name ⇒ String
List export jobs for the model card with the specified name.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_version ⇒ Integer
List export jobs for the model card with the specified version.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_token ⇒ String
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.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_by ⇒ String
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_order ⇒ String
Sort model card export jobs by ascending or descending order.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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_equals ⇒ String
Only list model card export jobs with the specified status.
31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31132 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 |