Class: Aws::SageMaker::Types::ListDeviceFleetsRequest

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

#creation_time_afterTime

Filter fleets where packaging job was created after specified time.

Returns:

  • (Time)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_beforeTime

Filter fleets where the edge packaging job was created before specified time.

Returns:

  • (Time)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_afterTime

Select fleets where the job was updated after X

Returns:

  • (Time)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_beforeTime

Select fleets where the job was updated before X

Returns:

  • (Time)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_resultsInteger

The maximum number of results to select.

Returns:

  • (Integer)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_containsString

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

Returns:

  • (String)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_tokenString

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

Returns:

  • (String)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_byString

The column to sort by.

Returns:

  • (String)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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_orderString

What direction to sort in.

Returns:

  • (String)


25737
25738
25739
25740
25741
25742
25743
25744
25745
25746
25747
25748
25749
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25737

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