Class: Aws::SagemakerEdgeManager::Types::EdgeDeployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::EdgeDeployment
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Information about a deployment on an edge device that is registered with SageMaker Edge Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definitions ⇒ Array<Types::Definition>
Returns a list of Definition objects.
-
#deployment_name ⇒ String
The name and unique ID of the deployment.
-
#failure_handling_policy ⇒ String
Determines whether to rollback to previous configuration if deployment fails.
-
#type ⇒ String
The type of the deployment.
Instance Attribute Details
#definitions ⇒ Array<Types::Definition>
Returns a list of Definition objects.
169 170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 169 class EdgeDeployment < Struct.new( :deployment_name, :type, :failure_handling_policy, :definitions) SENSITIVE = [] include Aws::Structure end |
#deployment_name ⇒ String
The name and unique ID of the deployment.
169 170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 169 class EdgeDeployment < Struct.new( :deployment_name, :type, :failure_handling_policy, :definitions) SENSITIVE = [] include Aws::Structure end |
#failure_handling_policy ⇒ String
Determines whether to rollback to previous configuration if deployment fails.
169 170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 169 class EdgeDeployment < Struct.new( :deployment_name, :type, :failure_handling_policy, :definitions) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the deployment.
169 170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 169 class EdgeDeployment < Struct.new( :deployment_name, :type, :failure_handling_policy, :definitions) SENSITIVE = [] include Aws::Structure end |