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.
19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19304 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.
19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19304 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.
19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19304 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.
19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19304 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.
19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19304 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.
19304 19305 19306 19307 19308 19309 19310 19311 19312 19313 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19304 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 |