Class: Aws::SageMaker::Types::AutoMLJobArtifacts
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AutoMLJobArtifacts
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The artifacts that are generated during an AutoML job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #candidate_definition_notebook_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL of the notebook location.
 - 
  
    
      #data_exploration_notebook_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL of the notebook location.
 
Instance Attribute Details
#candidate_definition_notebook_location ⇒ String
The URL of the notebook location.
      2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2252 class AutoMLJobArtifacts < Struct.new( :candidate_definition_notebook_location, :data_exploration_notebook_location) SENSITIVE = [] include Aws::Structure end  | 
  
#data_exploration_notebook_location ⇒ String
The URL of the notebook location.
      2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 2252 class AutoMLJobArtifacts < Struct.new( :candidate_definition_notebook_location, :data_exploration_notebook_location) SENSITIVE = [] include Aws::Structure end  |