Class: Aws::SageMaker::Types::CreateHyperParameterTuningJobResponse

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_arnString

The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning job when you create it.

Returns:

  • (String)


6754
6755
6756
6757
6758
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6754

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