Class: Aws::SageMaker::Types::ListTrialComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListTrialComponentsResponse
- 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 components, if there are any.
-
#trial_component_summaries ⇒ Array<Types::TrialComponentSummary>
A list of the summaries of your trial components.
Instance Attribute Details
#next_token ⇒ String
A token for getting the next set of components, if there are any.
31439 31440 31441 31442 31443 31444 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31439 class ListTrialComponentsResponse < Struct.new( :trial_component_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#trial_component_summaries ⇒ Array<Types::TrialComponentSummary>
A list of the summaries of your trial components.
31439 31440 31441 31442 31443 31444 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31439 class ListTrialComponentsResponse < Struct.new( :trial_component_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |