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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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.
29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29161 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 |