Class: Aws::SageMaker::Types::DescribeTrialComponentRequest

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

#trial_component_nameString

The name of the trial component to describe.

Returns:

  • (String)


16914
16915
16916
16917
16918
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16914

class DescribeTrialComponentRequest < Struct.new(
  :trial_component_name)
  SENSITIVE = []
  include Aws::Structure
end