Class: Aws::SageMaker::Types::CreateJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

The Amazon Resource Name (ARN) of the job.

Returns:

  • (String)


11993
11994
11995
11996
11997
# File 'lib/aws-sdk-sagemaker/types.rb', line 11993

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