Class: Aws::SageMaker::Types::EdgePresetDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EdgePresetDeploymentOutput
- Defined in:
- gems/aws-sdk-sagemaker/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.
20694 20695 20696 20697 20698 20699 20700 20701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20694 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployable resource.
20694 20695 20696 20697 20698 20699 20700 20701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20694 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.
20694 20695 20696 20697 20698 20699 20700 20701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20694 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.
20694 20695 20696 20697 20698 20699 20700 20701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20694 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end |