Class: Aws::SageMaker::Types::ListOptimizationJobsRequest

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

Filters the results to only those optimization jobs that were created after the specified time.

Returns:

  • (Time)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#creation_time_beforeTime

Filters the results to only those optimization jobs that were created before the specified time.

Returns:

  • (Time)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#last_modified_time_afterTime

Filters the results to only those optimization jobs that were updated after the specified time.

Returns:

  • (Time)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#last_modified_time_beforeTime

Filters the results to only those optimization jobs that were updated before the specified time.

Returns:

  • (Time)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#max_resultsInteger

The maximum number of optimization jobs to return in the response. The default is 50.

Returns:

  • (Integer)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#name_containsString

Filters the results to only those optimization jobs with a name that contains the specified string.

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#next_tokenString

A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#optimization_containsString

Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either ‘Quantization` or `Compilation`.

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#sort_byString

The field by which to sort the optimization jobs in the response. The default is ‘CreationTime`

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#sort_orderString

The sort order for results. The default is ‘Ascending`

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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

#status_equalsString

Filters the results to only those optimization jobs with the specified status.

Returns:

  • (String)


31647
31648
31649
31650
31651
31652
31653
31654
31655
31656
31657
31658
31659
31660
31661
# File 'lib/aws-sdk-sagemaker/types.rb', line 31647

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