NotebookExecutionSummary
Details for a notebook execution. The details include information such as the unique ID and status of the notebook execution.
Contents
- EditorId
- 
               The unique identifier of the editor associated with the notebook execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Required: No 
- EndTime
- 
               The timestamp when notebook execution started. Type: Timestamp Required: No 
- ExecutionEngineId
- 
               The unique ID of the execution engine for the notebook execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 10280. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Required: No 
- NotebookExecutionId
- 
               The unique identifier of the notebook execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Required: No 
- NotebookExecutionName
- 
               The name of the notebook execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Required: No 
- NotebookS3Location
- 
               The Amazon S3 location that stores the notebook execution input. Type: NotebookS3LocationForOutput object Required: No 
- StartTime
- 
               The timestamp when notebook execution started. Type: Timestamp Required: No 
- Status
- 
               The status of the notebook execution. - 
                     START_PENDINGindicates that the cluster has received the execution request but execution has not begun.
- 
                     STARTINGindicates that the execution is starting on the cluster.
- 
                     RUNNINGindicates that the execution is being processed by the cluster.
- 
                     FINISHINGindicates that execution processing is in the final stages.
- 
                     FINISHEDindicates that the execution has completed without error.
- 
                     FAILINGindicates that the execution is failing and will not finish successfully.
- 
                     FAILEDindicates that the execution failed.
- 
                     STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending.
- 
                     STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest.
- 
                     STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.
 Type: String Valid Values: START_PENDING | STARTING | RUNNING | FINISHING | FINISHED | FAILING | FAILED | STOP_PENDING | STOPPING | STOPPEDRequired: No 
- 
                     
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: