Class: Aws::SageMaker::Types::DescribeAlgorithmInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeAlgorithmInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #algorithm_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the algorithm to describe.
 
Instance Attribute Details
#algorithm_name ⇒ String
The name of the algorithm to describe.
      13007 13008 13009 13010 13011  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 13007 class DescribeAlgorithmInput < Struct.new( :algorithm_name) SENSITIVE = [] include Aws::Structure end  |