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

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_nameString

The name of the trial to describe.

Returns:

  • (String)


17113
17114
17115
17116
17117
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17113

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