Class: Aws::SageMaker::Types::ListEdgePackagingJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEdgePackagingJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Select jobs where the job was created after specified time.
-
#creation_time_before ⇒ Time
Select jobs where the job was created before specified time.
-
#last_modified_time_after ⇒ Time
Select jobs where the job was updated after specified time.
-
#last_modified_time_before ⇒ Time
Select jobs where the job was updated before specified time.
-
#max_results ⇒ Integer
Maximum number of results to select.
-
#model_name_contains ⇒ String
Filter for jobs where the model name contains this string.
-
#name_contains ⇒ String
Filter for jobs containing this name in their packaging job name.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
-
#sort_by ⇒ String
Use to specify what column to sort by.
-
#sort_order ⇒ String
What direction to sort by.
-
#status_equals ⇒ String
The job status to filter for.
Instance Attribute Details
#creation_time_after ⇒ Time
Select jobs where the job was created after specified time.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Select jobs where the job was created before specified time.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
Select jobs where the job was updated after specified time.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
Select jobs where the job was updated before specified time.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to select.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#model_name_contains ⇒ String
Filter for jobs where the model name contains this string.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Filter for jobs containing this name in their packaging job name.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Use to specify what column to sort by.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
What direction to sort by.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
The job status to filter for.
27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27483 class ListEdgePackagingJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :model_name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |