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

ModelMetadataFilter

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

Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).

interface ModelMetadataFilter {
Value: string;
}

§Properties

§

The name of the of the model to filter by.

§
Value: string
[src]

The value to filter the model metadata.