Class: Aws::SageMaker::Types::PartnerAppConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::PartnerAppConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configuration settings for the SageMaker Partner AI App.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #admin_users  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of users that are given admin access to the SageMaker Partner AI App.
 - 
  
    
      #arguments  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
This is a map of required inputs for a SageMaker Partner AI App.
 
Instance Attribute Details
#admin_users ⇒ Array<String>
The list of users that are given admin access to the SageMaker Partner AI App.
      37838 37839 37840 37841 37842 37843  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37838 class PartnerAppConfig < Struct.new( :admin_users, :arguments) SENSITIVE = [] include Aws::Structure end  | 
  
#arguments ⇒ Hash<String,String>
This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.
      37838 37839 37840 37841 37842 37843  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37838 class PartnerAppConfig < Struct.new( :admin_users, :arguments) SENSITIVE = [] include Aws::Structure end  |