Lists notebook runs in Amazon SageMaker Unified Studio
Source:R/datazone_operations.R
datazone_list_notebook_runs.RdLists notebook runs in Amazon SageMaker Unified Studio.
See https://www.paws-r-sdk.com/docs/datazone_list_notebook_runs/ for full documentation.
Usage
datazone_list_notebook_runs(
domainIdentifier,
owningProjectIdentifier,
notebookIdentifier = NULL,
status = NULL,
scheduleIdentifier = NULL,
maxResults = NULL,
sortOrder = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.
- owningProjectIdentifier
[required] The identifier of the project that owns the notebook runs.
- notebookIdentifier
The identifier of the notebook to filter runs by.
- status
The status to filter notebook runs by.
- scheduleIdentifier
The identifier of the schedule to filter notebook runs by.
- maxResults
The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of
MaxResults, the response contains aNextTokenvalue.- sortOrder
The sort order for the results.
- nextToken
When the number of notebook runs is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebook runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_notebook_runsto list the next set of notebook runs.