Class: Aws::SageMaker::Types::ListExperimentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListExperimentsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_summaries ⇒ Array<Types::ExperimentSummary>
A list of the summaries of your experiments.
-
#next_token ⇒ String
A token for getting the next set of experiments, if there are any.
Instance Attribute Details
#experiment_summaries ⇒ Array<Types::ExperimentSummary>
A list of the summaries of your experiments.
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_token ⇒ String
A token for getting the next set of experiments, if there are any.
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 |