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)


29834
29835
29836
29837
29838
29839
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29834

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:



29834
29835
29836
29837
29838
29839
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29834

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