Class: Aws::SageMaker::Types::ListTrialsRequest

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

#created_afterTime

A filter that returns only trials created after the specified time.

Returns:

  • (Time)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

A filter that returns only trials created before the specified time.

Returns:

  • (Time)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_nameString

A filter that returns only trials that are part of the specified experiment.

Returns:

  • (String)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of trials to return in the response. The default value is 10.

Returns:

  • (Integer)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous call to ListTrials didn't return the full set of trials, the call returns a token for getting the next set of trials.

Returns:

  • (String)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The property used to sort results. The default value is CreationTime.

Returns:

  • (String)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order. The default value is Descending.

Returns:

  • (String)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#trial_component_nameString

A filter that returns only trials that are associated with the specified trial component.

Returns:

  • (String)


29880
29881
29882
29883
29884
29885
29886
29887
29888
29889
29890
29891
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29880

class ListTrialsRequest < Struct.new(
  :experiment_name,
  :trial_component_name,
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end