Class: Aws::SageMaker::Types::ModelMetadataSearchExpression

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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

Instance Attribute Details

#filtersArray<Types::ModelMetadataFilter>

A list of filter objects.

Returns:



31253
31254
31255
31256
31257
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31253

class ModelMetadataSearchExpression < Struct.new(
  :filters)
  SENSITIVE = []
  include Aws::Structure
end