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:



29310
29311
29312
29313
29314
29315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29310

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)


29310
29311
29312
29313
29314
29315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29310

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