Class: Aws::SageMaker::Types::EdgeDeploymentStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EdgeDeploymentStatus
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Contains information summarizing the deployment stage results.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #edge_deployment_failed_in_stage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of edge devices that failed the deployment in current stage.
 - 
  
    
      #edge_deployment_pending_in_stage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of edge devices yet to pick up the deployment in current stage, or in progress.
 - 
  
    
      #edge_deployment_stage_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the deployment API started.
 - 
  
    
      #edge_deployment_status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed message about deployment status in current stage.
 - 
  
    
      #edge_deployment_success_in_stage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of edge devices with the successful deployment in the current stage.
 - 
  
    
      #stage_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The general status of the current stage.
 
Instance Attribute Details
#edge_deployment_failed_in_stage ⇒ Integer
The number of edge devices that failed the deployment in current stage.
      20355 20356 20357 20358 20359 20360 20361 20362 20363 20364  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20355 class EdgeDeploymentStatus < Struct.new( :stage_status, :edge_deployment_success_in_stage, :edge_deployment_pending_in_stage, :edge_deployment_failed_in_stage, :edge_deployment_status_message, :edge_deployment_stage_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_pending_in_stage ⇒ Integer
The number of edge devices yet to pick up the deployment in current stage, or in progress.
      20355 20356 20357 20358 20359 20360 20361 20362 20363 20364  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20355 class EdgeDeploymentStatus < Struct.new( :stage_status, :edge_deployment_success_in_stage, :edge_deployment_pending_in_stage, :edge_deployment_failed_in_stage, :edge_deployment_status_message, :edge_deployment_stage_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_stage_start_time ⇒ Time
The time when the deployment API started.
      20355 20356 20357 20358 20359 20360 20361 20362 20363 20364  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20355 class EdgeDeploymentStatus < Struct.new( :stage_status, :edge_deployment_success_in_stage, :edge_deployment_pending_in_stage, :edge_deployment_failed_in_stage, :edge_deployment_status_message, :edge_deployment_stage_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_status_message ⇒ String
A detailed message about deployment status in current stage.
      20355 20356 20357 20358 20359 20360 20361 20362 20363 20364  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20355 class EdgeDeploymentStatus < Struct.new( :stage_status, :edge_deployment_success_in_stage, :edge_deployment_pending_in_stage, :edge_deployment_failed_in_stage, :edge_deployment_status_message, :edge_deployment_stage_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#edge_deployment_success_in_stage ⇒ Integer
The number of edge devices with the successful deployment in the current stage.
      20355 20356 20357 20358 20359 20360 20361 20362 20363 20364  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20355 class EdgeDeploymentStatus < Struct.new( :stage_status, :edge_deployment_success_in_stage, :edge_deployment_pending_in_stage, :edge_deployment_failed_in_stage, :edge_deployment_status_message, :edge_deployment_stage_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#stage_status ⇒ String
The general status of the current stage.
      20355 20356 20357 20358 20359 20360 20361 20362 20363 20364  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20355 class EdgeDeploymentStatus < Struct.new( :stage_status, :edge_deployment_success_in_stage, :edge_deployment_pending_in_stage, :edge_deployment_failed_in_stage, :edge_deployment_status_message, :edge_deployment_stage_start_time) SENSITIVE = [] include Aws::Structure end  |