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.
|
Value¶
A list with the following syntax:
list(
s3Uri = "string",
s3Path = "string",
s3Bucket = "string"
)
Request syntax¶
svc$get_working_location(
locationType = "INGESTION"|"SAGEMAKER"
)