Class: Aws::SageMaker::Types::EdgePresetDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgePresetDeploymentOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The output of a SageMaker Edge Manager deployable resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact ⇒ String
The Amazon Resource Name (ARN) of the generated deployable resource.
-
#status ⇒ String
The status of the deployable resource.
-
#status_message ⇒ String
Returns a message describing the status of the deployed resource.
-
#type ⇒ String
The deployment type created by SageMaker Edge Manager.
Instance Attribute Details
#artifact ⇒ String
The Amazon Resource Name (ARN) of the generated deployable resource.
19547 19548 19549 19550 19551 19552 19553 19554 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19547 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployable resource.
19547 19548 19549 19550 19551 19552 19553 19554 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19547 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Returns a message describing the status of the deployed resource.
19547 19548 19549 19550 19551 19552 19553 19554 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19547 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
19547 19548 19549 19550 19551 19552 19553 19554 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19547 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |