Class: Aws::SageMaker::Types::ModelMetadataSearchExpression
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelMetadataSearchExpression
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression’s condition are included in the search results
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Array<Types::ModelMetadataFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of filter objects.
 
Instance Attribute Details
#filters ⇒ Array<Types::ModelMetadataFilter>
A list of filter objects.
      34651 34652 34653 34654 34655  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34651 class ModelMetadataSearchExpression < Struct.new( :filters) SENSITIVE = [] include Aws::Structure end  |