Class: Aws::SageMaker::Types::SuggestionQuery
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::SuggestionQuery
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #property_name_query  ⇒ Types::PropertyNameQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines a property name hint.
 
Instance Attribute Details
#property_name_query ⇒ Types::PropertyNameQuery
Defines a property name hint. Only property names that begin with the specified hint are included in the response.
      47146 47147 47148 47149 47150  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47146 class SuggestionQuery < Struct.new( :property_name_query) SENSITIVE = [] include Aws::Structure end  |