Class: Aws::SageMaker::Types::ListHyperParameterTuningJobsRequest

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

A filter that returns only tuning jobs that were created after the specified time.

Returns:

  • (Time)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#creation_time_beforeTime

A filter that returns only tuning jobs that were created before the specified time.

Returns:

  • (Time)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#last_modified_time_afterTime

A filter that returns only tuning jobs that were modified after the specified time.

Returns:

  • (Time)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#last_modified_time_beforeTime

A filter that returns only tuning jobs that were modified before the specified time.

Returns:

  • (Time)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#max_resultsInteger

The maximum number of tuning jobs to return. The default value is 10.

Returns:

  • (Integer)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#name_containsString

A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.

Returns:

  • (String)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#next_tokenString

If the result of the previous ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

Returns:

  • (String)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#sort_byString

The field to sort results by. The default is Name.

Returns:

  • (String)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#sort_orderString

The sort order for results. The default is Ascending.

Returns:

  • (String)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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

#status_equalsString

A filter that returns only tuning jobs with the specified status.

Returns:

  • (String)


26755
26756
26757
26758
26759
26760
26761
26762
26763
26764
26765
26766
26767
26768
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26755

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