Class: Aws::SageMaker::Types::EdgeDeploymentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgeDeploymentStatus
- Defined in:
- gems/aws-sdk-sagemaker/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.
19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19343 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.
19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19343 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.
19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19343 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.
19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19343 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.
19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19343 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.
19343 19344 19345 19346 19347 19348 19349 19350 19351 19352 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19343 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 |