Class: Aws::SageMaker::Types::CreateCompilationJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_arnString

If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format:

  • ‘CompilationJobArn`: The Amazon Resource Name (ARN) of the compiled job.

^

Returns:

  • (String)


1340
1341
1342
1343
# File 'lib/aws-sdk-sagemaker/types.rb', line 1340

class CreateCompilationJobResponse < Struct.new(
  :compilation_job_arn)
  include Aws::Structure
end