Start Session
| sagemaker_start_session | R Documentation |
Initiates a remote connection session between a local integrated development environments (IDEs) and a remote SageMaker space¶
Description¶
Initiates a remote connection session between a local integrated development environments (IDEs) and a remote SageMaker space.
Usage¶
sagemaker_start_session(ResourceIdentifier)
Arguments¶
ResourceIdentifier |
[required] The Amazon Resource Name (ARN) of the resource to which the remote connection will be established. For example, this identifies the specific ARN space application you want to connect to from your local IDE. |
Value¶
A list with the following syntax:
list(
SessionId = "string",
StreamUrl = "string",
TokenValue = "string"
)
Request syntax¶
svc$start_session(
ResourceIdentifier = "string"
)