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 new FinSpace Dataset.

Returns information about a Dataset.

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 all of the active Datasets that a user has access to.

Link to this section Functions

Link to this function

create_changeset(client, dataset_id, input, options \\ [])

View Source

Creates a new Changeset in a FinSpace Dataset.

Link to this function

create_data_view(client, dataset_id, input, options \\ [])

View Source

Creates a Dataview for a Dataset.

Link to this function

create_dataset(client, input, options \\ [])

View Source

Creates a new FinSpace Dataset.

Link to this function

delete_dataset(client, dataset_id, input, options \\ [])

View Source

Deletes a FinSpace Dataset.

Link to this function

get_changeset(client, changeset_id, dataset_id, options \\ [])

View Source

Get information about a Changeset.

Link to this function

get_data_view(client, data_view_id, dataset_id, options \\ [])

View Source

Gets information about a Dataview.

Link to this function

get_dataset(client, dataset_id, options \\ [])

View Source

Returns information about a Dataset.

Link to this function

get_programmatic_access_credentials( client, duration_in_minutes \\ nil, environment_id, options \\ [] )

View Source

Request programmatic credentials to use with FinSpace SDK.

Link to this function

get_working_location(client, input, options \\ [])

View Source

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.

Link to this function

list_changesets(client, dataset_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the FinSpace Changesets for a Dataset.

Link to this function

list_data_views(client, dataset_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists all available Dataviews for a Dataset.

Link to this function

list_datasets(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists all of the active Datasets that a user has access to.

Link to this function

update_changeset(client, changeset_id, dataset_id, input, options \\ [])

View Source

Updates a FinSpace Changeset.

Link to this function

update_dataset(client, dataset_id, input, options \\ [])

View Source

Updates a FinSpace Dataset.