Class: Aws::SageMaker::Types::CreateTrainingPlanRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::CreateTrainingPlanRequest
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #spare_instance_count_per_ultra_server  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of spare instances to reserve per UltraServer for enhanced resiliency. 
- 
  
    
      #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
#spare_instance_count_per_ultra_server ⇒ Integer
Number of spare instances to reserve per UltraServer for enhanced resiliency. Default is 1.
| 11825 11826 11827 11828 11829 11830 11831 11832 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11825 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :spare_instance_count_per_ultra_server, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
An array of key-value pairs to apply to this training plan.
| 11825 11826 11827 11828 11829 11830 11831 11832 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11825 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :spare_instance_count_per_ultra_server, :tags) SENSITIVE = [] include Aws::Structure end | 
#training_plan_name ⇒ String
The name of the training plan to create.
| 11825 11826 11827 11828 11829 11830 11831 11832 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11825 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :spare_instance_count_per_ultra_server, :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.
| 11825 11826 11827 11828 11829 11830 11831 11832 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11825 class CreateTrainingPlanRequest < Struct.new( :training_plan_name, :training_plan_offering_id, :spare_instance_count_per_ultra_server, :tags) SENSITIVE = [] include Aws::Structure end |