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.
      20598 20599 20600 20601 20602 20603 20604 20605  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20598 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the deployable resource.
      20598 20599 20600 20601 20602 20603 20604 20605  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20598 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.
      20598 20599 20600 20601 20602 20603 20604 20605  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20598 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.
      20598 20599 20600 20601 20602 20603 20604 20605  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20598 class EdgePresetDeploymentOutput < Struct.new( :type, :artifact, :status, :status_message) SENSITIVE = [] include Aws::Structure end  |