Class: Aws::SageMaker::Types::EdgeDeploymentModelConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EdgeDeploymentModelConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Contains information about the configuration of a model in a deployment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #edge_packaging_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The edge packaging job associated with this deployment.
 - 
  
    
      #model_handle  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name the device application uses to reference this model.
 
Instance Attribute Details
#edge_packaging_job_name ⇒ String
The edge packaging job associated with this deployment.
      20267 20268 20269 20270 20271 20272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20267 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end  | 
  
#model_handle ⇒ String
The name the device application uses to reference this model.
      20267 20268 20269 20270 20271 20272  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20267 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end  |