Class: Aws::SagemakerEdgeManager::Types::DeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::DeploymentResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_end_time ⇒ Time
The timestamp of when the deployment was ended, and the agent got the deployment results.
-
#deployment_models ⇒ Array<Types::DeploymentModel>
Returns a list of models deployed on the agent.
-
#deployment_name ⇒ String
The name and unique ID of the deployment.
-
#deployment_start_time ⇒ Time
The timestamp of when the deployment was started on the agent.
-
#deployment_status ⇒ String
Returns the bucket error code.
-
#deployment_status_message ⇒ String
Returns the detailed error message.
Instance Attribute Details
#deployment_end_time ⇒ Time
The timestamp of when the deployment was ended, and the agent got the deployment results.
136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 136 class DeploymentResult < Struct.new( :deployment_name, :deployment_status, :deployment_status_message, :deployment_start_time, :deployment_end_time, :deployment_models) SENSITIVE = [] include Aws::Structure end |
#deployment_models ⇒ Array<Types::DeploymentModel>
Returns a list of models deployed on the agent.
136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 136 class DeploymentResult < Struct.new( :deployment_name, :deployment_status, :deployment_status_message, :deployment_start_time, :deployment_end_time, :deployment_models) SENSITIVE = [] include Aws::Structure end |
#deployment_name ⇒ String
The name and unique ID of the deployment.
136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 136 class DeploymentResult < Struct.new( :deployment_name, :deployment_status, :deployment_status_message, :deployment_start_time, :deployment_end_time, :deployment_models) SENSITIVE = [] include Aws::Structure end |
#deployment_start_time ⇒ Time
The timestamp of when the deployment was started on the agent.
136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 136 class DeploymentResult < Struct.new( :deployment_name, :deployment_status, :deployment_status_message, :deployment_start_time, :deployment_end_time, :deployment_models) SENSITIVE = [] include Aws::Structure end |
#deployment_status ⇒ String
Returns the bucket error code.
136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 136 class DeploymentResult < Struct.new( :deployment_name, :deployment_status, :deployment_status_message, :deployment_start_time, :deployment_end_time, :deployment_models) SENSITIVE = [] include Aws::Structure end |
#deployment_status_message ⇒ String
Returns the detailed error message.
136 137 138 139 140 141 142 143 144 145 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 136 class DeploymentResult < Struct.new( :deployment_name, :deployment_status, :deployment_status_message, :deployment_start_time, :deployment_end_time, :deployment_models) SENSITIVE = [] include Aws::Structure end |