Class: Aws::SagemakerEdgeManager::Types::DeploymentModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::DeploymentModel
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#desired_state ⇒ String
The desired state of the model.
-
#model_handle ⇒ String
The unique handle of the model.
-
#model_name ⇒ String
The name of the model.
-
#model_version ⇒ String
The version of the model.
-
#rollback_failure_reason ⇒ String
Returns the error message if there is a rollback.
-
#state ⇒ String
Returns the current state of the model.
-
#status ⇒ String
Returns the deployment status of the model.
-
#status_reason ⇒ String
Returns the error message for the deployment status result.
Instance Attribute Details
#desired_state ⇒ String
The desired state of the model.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#model_handle ⇒ String
The unique handle of the model.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the model.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#rollback_failure_reason ⇒ String
Returns the error message if there is a rollback.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Returns the current state of the model.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Returns the deployment status of the model.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Returns the error message for the deployment status result.
93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 93 class DeploymentModel < Struct.new( :model_handle, :model_name, :model_version, :desired_state, :state, :status, :status_reason, :rollback_failure_reason) SENSITIVE = [] include Aws::Structure end |