Class: Aws::SageMaker::Types::ListTrialComponentsRequest

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 components created after the specified time.

Returns:

  • (Time)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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

#created_beforeTime

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

Returns:

  • (Time)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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

#experiment_nameString

A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can't filter by SourceArn or TrialName.

Returns:

  • (String)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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

#max_resultsInteger

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

Returns:

  • (Integer)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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

#next_tokenString

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

Returns:

  • (String)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

class ListTrialComponentsRequest < Struct.new(
  :experiment_name,
  :trial_name,
  :source_arn,
  :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)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

class ListTrialComponentsRequest < Struct.new(
  :experiment_name,
  :trial_name,
  :source_arn,
  :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)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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

#source_arnString

A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can't filter by ExperimentName or TrialName.

Returns:

  • (String)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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

#trial_nameString

A filter that returns only components that are part of the specified trial. If you specify TrialName, you can't filter by ExperimentName or SourceArn.

Returns:

  • (String)


29776
29777
29778
29779
29780
29781
29782
29783
29784
29785
29786
29787
29788
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29776

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