Class: Aws::SageMaker::Types::ListDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDevicesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ String
Filter for fleets containing this name in their device fleet name.
-
#latest_heartbeat_after ⇒ Time
Select fleets where the job was updated after X.
-
#max_results ⇒ Integer
Maximum number of results to select.
-
#model_name ⇒ String
A filter that searches devices that contains this name in any of their models.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
Instance Attribute Details
#device_fleet_name ⇒ String
Filter for fleets containing this name in their device fleet name.
27265 27266 27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27265 class ListDevicesRequest < Struct.new( :next_token, :max_results, :latest_heartbeat_after, :model_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#latest_heartbeat_after ⇒ Time
Select fleets where the job was updated after X
27265 27266 27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27265 class ListDevicesRequest < Struct.new( :next_token, :max_results, :latest_heartbeat_after, :model_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to select.
27265 27266 27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27265 class ListDevicesRequest < Struct.new( :next_token, :max_results, :latest_heartbeat_after, :model_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
A filter that searches devices that contains this name in any of their models.
27265 27266 27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27265 class ListDevicesRequest < Struct.new( :next_token, :max_results, :latest_heartbeat_after, :model_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
27265 27266 27267 27268 27269 27270 27271 27272 27273 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27265 class ListDevicesRequest < Struct.new( :next_token, :max_results, :latest_heartbeat_after, :model_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |