Class: Aws::SageMaker::Types::SearchTrainingPlanOfferingsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::SearchTrainingPlanOfferingsResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #training_plan_offerings  ⇒ Array<Types::TrainingPlanOffering> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of training plan offerings that match the search criteria.
 
Instance Attribute Details
#training_plan_offerings ⇒ Array<Types::TrainingPlanOffering>
A list of training plan offerings that match the search criteria.
      42761 42762 42763 42764 42765  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 42761 class SearchTrainingPlanOfferingsResponse < Struct.new( :training_plan_offerings) SENSITIVE = [] include Aws::Structure end  |