StartNotebookExecutionRequest
Types
Properties
The environment variables associated with the notebook execution.
Specifies the execution engine (cluster) that runs the notebook execution.
An optional name for the notebook execution.
The unique identifier of the Amazon EC2 security group to associate with the Amazon EMR Notebook for this notebook execution.
Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
The Amazon S3 location for the notebook execution input.
The output format for the notebook execution.
The Amazon S3 location for the notebook execution output.
The path and file name of the notebook file for this execution, relative to the path specified for the Amazon EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks
when you create an Amazon EMR Notebook for a notebook with an ID of e-ABCDEFGHIJK1234567890ABCD
(the EditorID
of this request), and you specify a RelativePath
of my_notebook_executions/notebook_execution.ipynb
, the location of the file for the notebook execution is s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/my_notebook_executions/notebook_execution.ipynb
.
The name or ARN of the IAM role that is used as the service role for Amazon EMR (the Amazon EMR role) for the notebook execution.