A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/EMR/Types/StartNotebookExecutionInput.html below:

StartNotebookExecutionInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::StartNotebookExecutionInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing StartNotebookExecutionInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  editor_id: "XmlStringMaxLen256",   relative_path: "XmlString",   notebook_execution_name: "XmlStringMaxLen256",
  notebook_params: "XmlString",
  execution_engine: {     id: "XmlStringMaxLen256",     type: "EMR",     master_instance_security_group_id: "XmlStringMaxLen256",
  },
  service_role: "XmlString",   notebook_instance_security_group_id: "XmlStringMaxLen256",
  tags: [
    {
      key: "String",
      value: "String",
    },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #editor_id ⇒ String

The unique identifier of the EMR Notebook to use for notebook execution.

#notebook_execution_name ⇒ String

An optional name for the notebook execution.

#notebook_instance_security_group_id ⇒ String

The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook execution.

#notebook_params ⇒ String

Input parameters in JSON format passed to the EMR Notebook at runtime for execution.

#relative_path ⇒ String

The path and file name of the notebook file for this execution, relative to the path specified for the EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks when you create an 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.

#service_role ⇒ String

The name or ARN of the IAM role that is used as the service role for Amazon EMR (the EMR role) for the notebook execution.

#tags ⇒ Array<Types::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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4