Class: Aws::SageMaker::Types::CreateEdgeDeploymentPlanRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateEdgeDeploymentPlanRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The device fleet used for this edge deployment plan.
 - 
  
    
      #edge_deployment_plan_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the edge deployment plan.
 - 
  
    
      #model_configs  ⇒ Array<Types::EdgeDeploymentModelConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of models associated with the edge deployment plan.
 - 
  
    
      #stages  ⇒ Array<Types::DeploymentStage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of stages of the edge deployment plan.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of tags with which to tag the edge deployment plan.
 
Instance Attribute Details
#device_fleet_name ⇒ String
The device fleet used for this edge deployment plan.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6823 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6823 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#model_configs ⇒ Array<Types::EdgeDeploymentModelConfig>
List of models associated with the edge deployment plan.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6823 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#stages ⇒ Array<Types::DeploymentStage>
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6823 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
List of tags with which to tag the edge deployment plan.
      6823 6824 6825 6826 6827 6828 6829 6830 6831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 6823 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end  |