NotebookExecution class

A notebook execution. An execution is a specific instance that an EMR Notebook is run using the StartNotebookExecution action.

Constructors

NotebookExecution({String? arn, String? editorId, DateTime? endTime, ExecutionEngineConfig? executionEngine, String? lastStateChangeReason, String? notebookExecutionId, String? notebookExecutionName, String? notebookInstanceSecurityGroupId, String? notebookParams, String? outputNotebookURI, DateTime? startTime, NotebookExecutionStatus? status, List<Tag>? tags})
NotebookExecution.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the notebook execution.
final
editorId String?
The unique identifier of the EMR Notebook that is used for the notebook execution.
final
endTime DateTime?
The timestamp when notebook execution ended.
final
executionEngine ExecutionEngineConfig?
The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution.
final
hashCode int
The hash code for this object.
no setterinherited
lastStateChangeReason String?
The reason for the latest status change of the notebook execution.
final
notebookExecutionId String?
The unique identifier of a notebook execution.
final
notebookExecutionName String?
A name for the notebook execution.
final
notebookInstanceSecurityGroupId String?
The unique identifier of the EC2 security group associated with the EMR Notebook instance. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.
final
notebookParams String?
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
final
outputNotebookURI String?
The location of the notebook execution's output file in Amazon S3.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The timestamp when notebook execution started.
final
status NotebookExecutionStatus?
The status of the notebook execution.
final
tags List<Tag>?
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited