Class: Aws::SageMaker::Types::CreateCompilationJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateCompilationJobResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compilation_job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the action is successful, the service sends back an HTTP 200 response.
 
Instance Attribute Details
#compilation_job_arn ⇒ String
If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker AI returns the following data in JSON format:
- 
‘CompilationJobArn`: The Amazon Resource Name (ARN) of the compiled job.
 
^
      6400 6401 6402 6403 6404  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6400 class CreateCompilationJobResponse < Struct.new( :compilation_job_arn) SENSITIVE = [] include Aws::Structure end  |