Class: Aws::SageMaker::Types::AmazonQSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AmazonQSettings
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A collection of settings that configure the Amazon Q experience within the domain.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #q_profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the Amazon Q profile used within the domain.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether Amazon Q has been enabled within the domain.
 
Instance Attribute Details
#q_profile_arn ⇒ String
The ARN of the Amazon Q profile used within the domain.
      641 642 643 644 645 646  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 641 class AmazonQSettings < Struct.new( :status, :q_profile_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Whether Amazon Q has been enabled within the domain.
      641 642 643 644 645 646  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 641 class AmazonQSettings < Struct.new( :status, :q_profile_arn) SENSITIVE = [] include Aws::Structure end  |