@Generated(value="software.amazon.awssdk:codegen") public final class NotebookExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotebookExecutionSummary.Builder,NotebookExecutionSummary>
Details for a notebook execution. The details include information such as the unique ID and status of the notebook execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotebookExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotebookExecutionSummary.Builder |
builder() |
String |
editorId()
The unique identifier of the editor associated with the notebook execution.
|
Instant |
endTime()
The timestamp when notebook execution started.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notebookExecutionId()
The unique identifier of the notebook execution.
|
String |
notebookExecutionName()
The name of the notebook execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotebookExecutionSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The timestamp when notebook execution started.
|
NotebookExecutionStatus |
status()
The status of the notebook execution.
|
String |
statusAsString()
The status of the notebook execution.
|
NotebookExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String notebookExecutionId()
The unique identifier of the notebook execution.
public final String editorId()
The unique identifier of the editor associated with the notebook execution.
public final String notebookExecutionName()
The name of the notebook execution.
public final NotebookExecutionStatus status()
The status of the notebook execution.
START_PENDING indicates that the cluster has received the execution request but execution has not
begun.
STARTING indicates that the execution is starting on the cluster.
RUNNING indicates that the execution is being processed by the cluster.
FINISHING indicates that execution processing is in the final stages.
FINISHED indicates that the execution has completed without error.
FAILING indicates that the execution is failing and will not finish successfully.
FAILED indicates that the execution failed.
STOP_PENDING indicates that the cluster has received a StopNotebookExecution request
and the stop is pending.
STOPPING indicates that the cluster is in the process of stopping the execution as a result of a
StopNotebookExecution request.
STOPPED indicates that the execution stopped because of a StopNotebookExecution
request.
If the service returns an enum value that is not available in the current SDK version, status will
return NotebookExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
START_PENDING indicates that the cluster has received the execution request but execution
has not begun.
STARTING indicates that the execution is starting on the cluster.
RUNNING indicates that the execution is being processed by the cluster.
FINISHING indicates that execution processing is in the final stages.
FINISHED indicates that the execution has completed without error.
FAILING indicates that the execution is failing and will not finish successfully.
FAILED indicates that the execution failed.
STOP_PENDING indicates that the cluster has received a StopNotebookExecution
request and the stop is pending.
STOPPING indicates that the cluster is in the process of stopping the execution as a result
of a StopNotebookExecution request.
STOPPED indicates that the execution stopped because of a StopNotebookExecution
request.
NotebookExecutionStatuspublic final String statusAsString()
The status of the notebook execution.
START_PENDING indicates that the cluster has received the execution request but execution has not
begun.
STARTING indicates that the execution is starting on the cluster.
RUNNING indicates that the execution is being processed by the cluster.
FINISHING indicates that execution processing is in the final stages.
FINISHED indicates that the execution has completed without error.
FAILING indicates that the execution is failing and will not finish successfully.
FAILED indicates that the execution failed.
STOP_PENDING indicates that the cluster has received a StopNotebookExecution request
and the stop is pending.
STOPPING indicates that the cluster is in the process of stopping the execution as a result of a
StopNotebookExecution request.
STOPPED indicates that the execution stopped because of a StopNotebookExecution
request.
If the service returns an enum value that is not available in the current SDK version, status will
return NotebookExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
START_PENDING indicates that the cluster has received the execution request but execution
has not begun.
STARTING indicates that the execution is starting on the cluster.
RUNNING indicates that the execution is being processed by the cluster.
FINISHING indicates that execution processing is in the final stages.
FINISHED indicates that the execution has completed without error.
FAILING indicates that the execution is failing and will not finish successfully.
FAILED indicates that the execution failed.
STOP_PENDING indicates that the cluster has received a StopNotebookExecution
request and the stop is pending.
STOPPING indicates that the cluster is in the process of stopping the execution as a result
of a StopNotebookExecution request.
STOPPED indicates that the execution stopped because of a StopNotebookExecution
request.
NotebookExecutionStatuspublic final Instant startTime()
The timestamp when notebook execution started.
public final Instant endTime()
The timestamp when notebook execution started.
public NotebookExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotebookExecutionSummary.Builder,NotebookExecutionSummary>public static NotebookExecutionSummary.Builder builder()
public static Class<? extends NotebookExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.