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

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

#training_job_arnString

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

Returns:

  • (String)


9083
9084
9085
9086
9087
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9083

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