Class: Aws::SageMaker::Types::ListTrialComponentsResponse

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

#next_tokenString

A token for getting the next set of components, if there are any.

Returns:

  • (String)


29810
29811
29812
29813
29814
29815
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29810

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

#trial_component_summariesArray<Types::TrialComponentSummary>

A list of the summaries of your trial components.

Returns:



29810
29811
29812
29813
29814
29815
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29810

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