Class: Aws::SageMaker::Types::CandidateProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CandidateProperties
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The properties of an AutoML candidate job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #candidate_artifact_locations  ⇒ Types::CandidateArtifactLocations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
 - 
  
    
      #candidate_metrics  ⇒ Array<Types::MetricDatum> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the candidate metrics for an AutoML job.
 
Instance Attribute Details
#candidate_artifact_locations ⇒ Types::CandidateArtifactLocations
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
      3439 3440 3441 3442 3443 3444  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3439 class CandidateProperties < Struct.new( :candidate_artifact_locations, :candidate_metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#candidate_metrics ⇒ Array<Types::MetricDatum>
Information about the candidate metrics for an AutoML job.
      3439 3440 3441 3442 3443 3444  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3439 class CandidateProperties < Struct.new( :candidate_artifact_locations, :candidate_metrics) SENSITIVE = [] include Aws::Structure end  |