Values.StartNotebookExecutionInputSourceStarts a notebook execution.
type nonrec t = {editorId : XmlStringMaxLen256.t option;The unique identifier of the Amazon EMR Notebook to use for notebook execution.
*)relativePath : XmlString.t option;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.
*)notebookExecutionName : XmlStringMaxLen256.t option;An optional name for the notebook execution.
*)notebookParams : XmlString.t option;Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
*)executionEngine : ExecutionEngineConfig.t;Specifies the execution engine (cluster) that runs the notebook execution.
*)serviceRole : XmlString.t;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.
*)notebookInstanceSecurityGroupId : XmlStringMaxLen256.t option;The unique identifier of the Amazon EC2 security group to associate with the Amazon EMR Notebook for this notebook execution.
*)notebookS3Location : NotebookS3LocationFromInput.t option;The Amazon S3 location for the notebook execution input.
*)outputNotebookS3Location : OutputNotebookS3LocationFromInput.t option;The Amazon S3 location for the notebook execution output.
*)outputNotebookFormat : OutputNotebookFormat.t option;The output format for the notebook execution.
*)environmentVariables : EnvironmentVariablesMap.t option;The environment variables associated with the notebook execution.
*)}val make :
?editorId:??? ->
?relativePath:??? ->
?notebookExecutionName:??? ->
?notebookParams:??? ->
?notebookInstanceSecurityGroupId:??? ->
?tags:??? ->
?notebookS3Location:??? ->
?outputNotebookS3Location:??? ->
?outputNotebookFormat:??? ->
?environmentVariables:??? ->
executionEngine:ExecutionEngineConfig.t ->
serviceRole:XmlString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `Map of
([> `String of XmlStringMaxLen256.t ] * [> `String of XmlString.t ])
list
| `String of XmlStringMaxLen256.t
| `Structure of
(string * [> `Enum of string | `String of XmlStringMaxLen256.t ])
list ])
list ]