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

ListNotebookInstancesInput

import type { ListNotebookInstancesInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListNotebookInstancesInput {
AdditionalCodeRepositoryEquals?: string | null;
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
DefaultCodeRepositoryContains?: string | null;
LastModifiedTimeAfter?: Date | number | null;
LastModifiedTimeBefore?: Date | number | null;
MaxResults?: number | null;
NameContains?: string | null;
NextToken?: string | null;
NotebookInstanceLifecycleConfigNameContains?: string | null;
SortBy?: NotebookInstanceSortKey | null;
SortOrder?: NotebookInstanceSortOrder | null;
StatusEquals?: NotebookInstanceStatus | null;
}

§Properties

§
AdditionalCodeRepositoryEquals?: string | null
[src]

A filter that returns only notebook instances with associated with the specified git repository.

§
CreationTimeAfter?: Date | number | null
[src]

A filter that returns only notebook instances that were created after the specified time (timestamp).

§
CreationTimeBefore?: Date | number | null
[src]

A filter that returns only notebook instances that were created before the specified time (timestamp).

§
DefaultCodeRepositoryContains?: string | null
[src]

A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.

§
LastModifiedTimeAfter?: Date | number | null
[src]

A filter that returns only notebook instances that were modified after the specified time (timestamp).

§
LastModifiedTimeBefore?: Date | number | null
[src]

A filter that returns only notebook instances that were modified before the specified time (timestamp).

§
MaxResults?: number | null
[src]

The maximum number of notebook instances to return.

§
NameContains?: string | null
[src]

A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.

§
NextToken?: string | null
[src]

If the previous call to the ListNotebookInstances is truncated, the response includes a NextToken. You can use this token in your subsequent ListNotebookInstances request to fetch the next set of notebook instances.

Note: You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.

§
NotebookInstanceLifecycleConfigNameContains?: string | null
[src]

A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.

§

The field to sort results by. The default is Name.

§

The sort order for results.

§
StatusEquals?: NotebookInstanceStatus | null
[src]

A filter that returns only notebook instances with the specified status.