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

PropertyNameSuggestion

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

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

interface PropertyNameSuggestion {
PropertyName?: string | null;
}

§Properties

§
PropertyName?: string | null
[src]

A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.