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

CreatePresignedNotebookInstanceUrlInput

import type { CreatePresignedNotebookInstanceUrlInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreatePresignedNotebookInstanceUrlInput {
NotebookInstanceName: string;
SessionExpirationDurationInSeconds?: number | null;
}

§Properties

§
NotebookInstanceName: string
[src]

The name of the notebook instance.

§
SessionExpirationDurationInSeconds?: number | null
[src]

The duration of the session, in seconds. The default is 12 hours.