Class: Aws::SageMaker::Types::CreateTrainingPlanRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateTrainingPlanRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of key-value pairs to apply to this training plan.
 - 
  
    
      #training_plan_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the training plan to create.
 - 
  
    
      #training_plan_offering_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the training plan offering to use for creating this plan.
 
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
An array of key-value pairs to apply to this training plan.
      10432 10433 10434 10435 10436 10437 10438  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10432 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#training_plan_name ⇒ String
The name of the training plan to create.
      10432 10433 10434 10435 10436 10437 10438  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10432 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#training_plan_offering_id ⇒ String
The unique identifier of the training plan offering to use for creating this plan.
      10432 10433 10434 10435 10436 10437 10438  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 10432 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :tags) SENSITIVE = [] include Aws::Structure end  |