Class: Aws::SageMaker::Types::EdgeDeploymentModelConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::EdgeDeploymentModelConfig
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 22199 22200 22201 22202 22203 22204 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22199 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.
| 22199 22200 22201 22202 22203 22204 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22199 class EdgeDeploymentModelConfig < Struct.new( :model_handle, :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end |