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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


23830
23831
23832
23833
23834
23835
23836
23837
23838
# File 'lib/aws-sdk-sagemaker/types.rb', line 23830

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)


23830
23831
23832
23833
23834
23835
23836
23837
23838
# File 'lib/aws-sdk-sagemaker/types.rb', line 23830

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)


23830
23831
23832
23833
23834
23835
23836
23837
23838
# File 'lib/aws-sdk-sagemaker/types.rb', line 23830

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)


23830
23831
23832
23833
23834
23835
23836
23837
23838
# File 'lib/aws-sdk-sagemaker/types.rb', line 23830

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)


23830
23831
23832
23833
23834
23835
23836
23837
23838
# File 'lib/aws-sdk-sagemaker/types.rb', line 23830

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