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

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

#experiment_summariesArray<Types::ExperimentSummary>

A list of the summaries of your experiments.

Returns:



26305
26306
26307
26308
26309
26310
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26305

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)


26305
26306
26307
26308
26309
26310
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26305

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