Class: Aws::SageMaker::Types::DescribeTrialRequest

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_nameString

The name of the trial to describe.

Returns:

  • (String)


15889
15890
15891
15892
15893
# File 'lib/aws-sdk-sagemaker/types.rb', line 15889

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