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

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

#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)


5578
5579
5580
5581
5582
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5578

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