Class: Aws::SageMaker::Types::ListExperimentsResponse

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

#experiment_summariesArray<Types::ExperimentSummary>

A list of the summaries of your experiments.

Returns:



24502
24503
24504
24505
24506
24507
# File 'lib/aws-sdk-sagemaker/types.rb', line 24502

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

#next_tokenString

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

Returns:

  • (String)


24502
24503
24504
24505
24506
24507
# File 'lib/aws-sdk-sagemaker/types.rb', line 24502

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