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.
19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19470 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployable resource.
19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19470 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.
19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19470 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.
19470 19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19470 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |