Class: Aws::SageMaker::Types::EdgeDeploymentPlanSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EdgeDeploymentPlanSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Contains information summarizing an edge deployment plan.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the edge deployment plan was created.
 - 
  
    
      #device_fleet_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the device fleet used for the deployment.
 - 
  
    
      #edge_deployment_failed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of edge devices that failed the deployment.
 - 
  
    
      #edge_deployment_pending  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of edge devices yet to pick up the deployment, or in progress.
 - 
  
    
      #edge_deployment_plan_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the edge deployment plan.
 - 
  
    
      #edge_deployment_plan_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the edge deployment plan.
 - 
  
    
      #edge_deployment_success  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of edge devices with the successful deployment.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the edge deployment plan was last updated.
 
Instance Attribute Details
#creation_time ⇒ Time
The time when the edge deployment plan was created.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#device_fleet_name ⇒ String
The name of the device fleet used for the deployment.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_failed ⇒ Integer
The number of edge devices that failed the deployment.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_pending ⇒ Integer
The number of edge devices yet to pick up the deployment, or in progress.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_plan_arn ⇒ String
The ARN of the edge deployment plan.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_success ⇒ Integer
The number of edge devices with the successful deployment.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The time when the edge deployment plan was last updated.
      20311 20312 20313 20314 20315 20316 20317 20318 20319 20320 20321 20322  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20311 class EdgeDeploymentPlanSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :device_fleet_name, :edge_deployment_success, :edge_deployment_pending, :edge_deployment_failed, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |