View source: R/sagemaker_operations.R
sagemaker_list_notebook_instances | R Documentation |
Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/sagemaker_list_notebook_instances/ for full documentation.
sagemaker_list_notebook_instances(
NextToken = NULL,
MaxResults = NULL,
SortBy = NULL,
SortOrder = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
StatusEquals = NULL,
NotebookInstanceLifecycleConfigNameContains = NULL,
DefaultCodeRepositoryContains = NULL,
AdditionalCodeRepositoryEquals = NULL
)
NextToken |
If the previous call to the
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. |
MaxResults |
The maximum number of notebook instances to return. |
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. |
NameContains |
A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string. |
CreationTimeBefore |
A filter that returns only notebook instances that were created before the specified time (timestamp). |
CreationTimeAfter |
A filter that returns only notebook instances that were created after the specified time (timestamp). |
LastModifiedTimeBefore |
A filter that returns only notebook instances that were modified before the specified time (timestamp). |
LastModifiedTimeAfter |
A filter that returns only notebook instances that were modified after the specified time (timestamp). |
StatusEquals |
A filter that returns only notebook instances with the specified status. |
NotebookInstanceLifecycleConfigNameContains |
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. |
DefaultCodeRepositoryContains |
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. |
AdditionalCodeRepositoryEquals |
A filter that returns only notebook instances with associated with the specified git repository. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.