Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModelMetadataSearchExpression

import type { ModelMetadataSearchExpression } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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

interface ModelMetadataSearchExpression {
Filters?: ModelMetadataFilter[] | null;
}

§Properties

§
Filters?: ModelMetadataFilter[] | null
[src]

A list of filter objects.