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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


22316
22317
22318
22319
22320
# File 'lib/aws-sdk-sagemaker/types.rb', line 22316

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