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

ListModelMetadataRequest

import type { ListModelMetadataRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListModelMetadataRequest {
MaxResults?: number | null;
NextToken?: string | null;
SearchExpression?: ModelMetadataSearchExpression | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of models to return in the response.

§
NextToken?: string | null
[src]

If the response to a previous ListModelMetadataResponse request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.

§
SearchExpression?: ModelMetadataSearchExpression | null
[src]

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. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.