Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::GetSearchSuggestionsRequest
 
- Defined in:
- gems/aws-sdk-sagemaker/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.
| 24461 24462 24463 24464 24465 24466 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24461 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.
| 24461 24462 24463 24464 24465 24466 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24461 class GetSearchSuggestionsRequest < Struct.new( :resource, :suggestion_query) SENSITIVE = [] include Aws::Structure end |