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

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

#creation_time_afterTime

Filter fleets where packaging job was created after specified time.

Returns:

  • (Time)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
25830
25831
25832
25833
25834
25835
25836
# File 'lib/aws-sdk-sagemaker/types.rb', line 25824

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