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

SuggestionQuery

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

Specified in the "GetSearchSuggestions" request. Limits the property names that are included in the response.

interface SuggestionQuery {
PropertyNameQuery?: PropertyNameQuery | null;
}

§Properties

§
PropertyNameQuery?: PropertyNameQuery | null
[src]

Defines a property name hint. Only property names that begin with the specified hint are included in the response.