Class: Aws::SagemakerEdgeManager::Types::EdgeDeployment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakeredgemanager/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

Instance Attribute Details

#definitionsArray<Types::Definition>

Returns a list of Definition objects.

Returns:



169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-sagemakeredgemanager/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_nameString

The name and unique ID of the deployment.

Returns:

  • (String)


169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-sagemakeredgemanager/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_policyString

Determines whether to rollback to previous configuration if deployment fails.

Returns:

  • (String)


169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 169

class EdgeDeployment < Struct.new(
  :deployment_name,
  :type,
  :failure_handling_policy,
  :definitions)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the deployment.

Returns:

  • (String)


169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 169

class EdgeDeployment < Struct.new(
  :deployment_name,
  :type,
  :failure_handling_policy,
  :definitions)
  SENSITIVE = []
  include Aws::Structure
end