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.
27287 27288 27289 27290 27291 27292 27293 27294 27295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27287 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
27287 27288 27289 27290 27291 27292 27293 27294 27295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27287 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.
27287 27288 27289 27290 27291 27292 27293 27294 27295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27287 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.
27287 27288 27289 27290 27291 27292 27293 27294 27295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27287 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.
27287 27288 27289 27290 27291 27292 27293 27294 27295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27287 class ListDevicesRequest < Struct.new( :next_token, :max_results, :latest_heartbeat_after, :model_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |