Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::GetSearchSuggestionsRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the SageMaker resource to search for.
 - 
  
    
      #suggestion_query  ⇒ Types::SuggestionQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Limits the property names that are included in the response.
 
Instance Attribute Details
#resource ⇒ String
The name of the SageMaker resource to search for.
      22452 22453 22454 22455 22456 22457  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22452 class GetSearchSuggestionsRequest < Struct.new( :resource, :suggestion_query) SENSITIVE = [] include Aws::Structure end  | 
  
#suggestion_query ⇒ Types::SuggestionQuery
Limits the property names that are included in the response.
      22452 22453 22454 22455 22456 22457  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 22452 class GetSearchSuggestionsRequest < Struct.new( :resource, :suggestion_query) SENSITIVE = [] include Aws::Structure end  |