AWS.Finspacedata (aws-elixir v0.10.1) View Source
The FinSpace APIs let you take actions inside the FinSpace.
Link to this section Summary
Functions
Creates a new Changeset in a FinSpace Dataset.
Creates a Dataview for a Dataset.
Creates a new FinSpace Dataset.
Deletes a FinSpace Dataset.
Get information about a Changeset.
Gets information about a Dataview.
Returns information about a Dataset.
Request programmatic credentials to use with FinSpace SDK.
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.
Lists the FinSpace Changesets for a Dataset.
Lists all available Dataviews for a Dataset.
Lists all of the active Datasets that a user has access to.
Updates a FinSpace Changeset.
Updates a FinSpace Dataset.
Link to this section Functions
Creates a new Changeset in a FinSpace Dataset.
Creates a Dataview for a Dataset.
Creates a new FinSpace Dataset.
Deletes a FinSpace Dataset.
Get information about a Changeset.
Gets information about a Dataview.
Returns information about a Dataset.
get_programmatic_access_credentials( client, duration_in_minutes \\ nil, environment_id, options \\ [] )
View SourceRequest programmatic credentials to use with FinSpace SDK.
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.
list_changesets(client, dataset_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the FinSpace Changesets for a Dataset.
list_data_views(client, dataset_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all available Dataviews for a Dataset.
list_datasets(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all of the active Datasets that a user has access to.
update_changeset(client, changeset_id, dataset_id, input, options \\ [])
View SourceUpdates a FinSpace Changeset.
Updates a FinSpace Dataset.