Class: Aws::SageMaker::Types::DeviceDeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeviceDeploymentSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Contains information summarizing device details and deployment status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployed_stage_name ⇒ String
The name of the deployed stage.
-
#deployment_start_time ⇒ Time
The time when the deployment on the device started.
-
#description ⇒ String
The description of the device.
-
#device_arn ⇒ String
The ARN of the device.
-
#device_deployment_status ⇒ String
The deployment status of the device.
-
#device_deployment_status_message ⇒ String
The detailed error message for the deployoment status result.
-
#device_fleet_name ⇒ String
The name of the fleet to which the device belongs to.
-
#device_name ⇒ String
The name of the device.
-
#edge_deployment_plan_arn ⇒ String
The ARN of the edge deployment plan.
-
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
-
#stage_name ⇒ String
The name of the stage in the edge deployment plan.
Instance Attribute Details
#deployed_stage_name ⇒ String
The name of the deployed stage.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#deployment_start_time ⇒ Time
The time when the deployment on the device started.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the device.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of the device.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#device_deployment_status ⇒ String
The deployment status of the device.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#device_deployment_status_message ⇒ String
The detailed error message for the deployoment status result.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#device_fleet_name ⇒ String
The name of the fleet to which the device belongs to.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#edge_deployment_plan_arn ⇒ String
The ARN of the edge deployment plan.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage in the edge deployment plan.
18585 18586 18587 18588 18589 18590 18591 18592 18593 18594 18595 18596 18597 18598 18599 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18585 class DeviceDeploymentSummary < Struct.new( :edge_deployment_plan_arn, :edge_deployment_plan_name, :stage_name, :deployed_stage_name, :device_fleet_name, :device_name, :device_arn, :device_deployment_status, :device_deployment_status_message, :description, :deployment_start_time) SENSITIVE = [] include Aws::Structure end |