Class: Aws::SageMaker::Types::ListEdgeDeploymentPlansRequest

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

Selects edge deployment plans created after this time.

Returns:

  • (Time)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Selects edge deployment plans created before this time.

Returns:

  • (Time)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#device_fleet_name_containsString

Selects edge deployment plans with a device fleet name containing this name.

Returns:

  • (String)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_afterTime

Selects edge deployment plans that were last updated after this time.

Returns:

  • (Time)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_beforeTime

Selects edge deployment plans that were last updated before this time.

Returns:

  • (Time)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to select (50 by default).

Returns:

  • (Integer)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

Selects edge deployment plans with names containing this name.

Returns:

  • (String)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_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)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

Returns:

  • (String)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The direction of the sorting (ascending or descending).

Returns:

  • (String)


25955
25956
25957
25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25955

class ListEdgeDeploymentPlansRequest < Struct.new(
  :next_token,
  :max_results,
  :creation_time_after,
  :creation_time_before,
  :last_modified_time_after,
  :last_modified_time_before,
  :name_contains,
  :device_fleet_name_contains,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end