Class: Aws::SageMaker::Types::ListDeviceFleetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDeviceFleetsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Filter fleets where packaging job was created after specified time.
-
#creation_time_before ⇒ Time
Filter fleets where the edge packaging job was created before specified time.
-
#last_modified_time_after ⇒ Time
Select fleets where the job was updated after X.
-
#last_modified_time_before ⇒ Time
Select fleets where the job was updated before X.
-
#max_results ⇒ Integer
The maximum number of results to select.
-
#name_contains ⇒ String
Filter for fleets containing this name in their fleet device name.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
-
#sort_by ⇒ String
The column to sort by.
-
#sort_order ⇒ String
What direction to sort in.
Instance Attribute Details
#creation_time_after ⇒ Time
Filter fleets where packaging job was created after specified time.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Filter fleets where the edge packaging job was created before specified time.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
Select fleets where the job was updated after X
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
Select fleets where the job was updated before X
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to select.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Filter for fleets containing this name in their fleet device name.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :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.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The column to sort by.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
What direction to sort in.
27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27231 class ListDeviceFleetsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |