Skip to content

Get Working Location

finspacedata_get_working_location R Documentation

A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook

Description

A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.

Usage

finspacedata_get_working_location(locationType)

Arguments

locationType

Specify the type of the working location.

  • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.

  • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

Value

A list with the following syntax:

list(
  s3Uri = "string",
  s3Path = "string",
  s3Bucket = "string"
)

Request syntax

svc$get_working_location(
  locationType = "INGESTION"|"SAGEMAKER"
)