Class: Aws::SageMaker::Types::ListDevicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_nameString

Filter for fleets containing this name in their device fleet name.

Returns:

  • (String)


25874
25875
25876
25877
25878
25879
25880
25881
25882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25874

class ListDevicesRequest < Struct.new(
  :next_token,
  :max_results,
  :latest_heartbeat_after,
  :model_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_heartbeat_afterTime

Select fleets where the job was updated after X

Returns:

  • (Time)


25874
25875
25876
25877
25878
25879
25880
25881
25882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25874

class ListDevicesRequest < Struct.new(
  :next_token,
  :max_results,
  :latest_heartbeat_after,
  :model_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to select.

Returns:

  • (Integer)


25874
25875
25876
25877
25878
25879
25880
25881
25882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25874

class ListDevicesRequest < Struct.new(
  :next_token,
  :max_results,
  :latest_heartbeat_after,
  :model_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

A filter that searches devices that contains this name in any of their models.

Returns:

  • (String)


25874
25875
25876
25877
25878
25879
25880
25881
25882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25874

class ListDevicesRequest < Struct.new(
  :next_token,
  :max_results,
  :latest_heartbeat_after,
  :model_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The response from the last list when returning a list large enough to need tokening.

Returns:

  • (String)


25874
25875
25876
25877
25878
25879
25880
25881
25882
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25874

class ListDevicesRequest < Struct.new(
  :next_token,
  :max_results,
  :latest_heartbeat_after,
  :model_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end