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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DescribeTrialComponentRequest data as a hash:

{
  trial_component_name: "ExperimentEntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_nameString

The name of the trial component to describe.

Returns:

  • (String)


8356
8357
8358
8359
# File 'lib/aws-sdk-sagemaker/types.rb', line 8356

class DescribeTrialComponentRequest < Struct.new(
  :trial_component_name)
  include Aws::Structure
end