Class: Aws::SageMaker::Types::CreateTrainingJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#training_job_arnString

The Amazon Resource Name (ARN) of the training job.

Returns:

  • (String)


2645
2646
2647
2648
# File 'lib/aws-sdk-sagemaker/types.rb', line 2645

class CreateTrainingJobResponse < Struct.new(
  :training_job_arn)
  include Aws::Structure
end