Class: Aws::SageMaker::Types::ListTrialsResponse

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

#next_tokenString

A token for getting the next set of trials, if there are any.

Returns:

  • (String)


29879
29880
29881
29882
29883
29884
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29879

class ListTrialsResponse < Struct.new(
  :trial_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#trial_summariesArray<Types::TrialSummary>

A list of the summaries of your trials.

Returns:



29879
29880
29881
29882
29883
29884
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29879

class ListTrialsResponse < Struct.new(
  :trial_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end