Class: Aws::SageMaker::Types::ListTrialsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListTrialsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token for getting the next set of trials, if there are any.
-
#trial_summaries ⇒ Array<Types::TrialSummary>
A list of the summaries of your trials.
Instance Attribute Details
#next_token ⇒ String
A token for getting the next set of trials, if there are any.
31486 31487 31488 31489 31490 31491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31486 class ListTrialsResponse < Struct.new( :trial_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#trial_summaries ⇒ Array<Types::TrialSummary>
A list of the summaries of your trials.
31486 31487 31488 31489 31490 31491 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31486 class ListTrialsResponse < Struct.new( :trial_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |