Class: Aws::SageMaker::Types::DescribeHyperParameterTuningJobRequest

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

#hyper_parameter_tuning_job_nameString

The name of the tuning job.

Returns:

  • (String)


13810
13811
13812
13813
13814
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13810

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