Class: Aws::SageMaker::Types::CandidateArtifactLocations
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CandidateArtifactLocations
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The location of artifacts for an AutoML candidate job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #backtest_results  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.
 - 
  
    
      #explainability  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
 - 
  
    
      #model_insights  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
 
Instance Attribute Details
#backtest_results ⇒ String
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.
      3355 3356 3357 3358 3359 3360 3361  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3355 class CandidateArtifactLocations < Struct.new( :explainability, :model_insights, :backtest_results) SENSITIVE = [] include Aws::Structure end  | 
  
#explainability ⇒ String
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
      3355 3356 3357 3358 3359 3360 3361  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3355 class CandidateArtifactLocations < Struct.new( :explainability, :model_insights, :backtest_results) SENSITIVE = [] include Aws::Structure end  | 
  
#model_insights ⇒ String
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
      3355 3356 3357 3358 3359 3360 3361  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3355 class CandidateArtifactLocations < Struct.new( :explainability, :model_insights, :backtest_results) SENSITIVE = [] include Aws::Structure end  |