String id
Unique identifier for a changeset.
String changesetArn
The ARN identifier of the changeset.
String datasetId
The unique identifier for the FinSpace dataset in which the changeset is created.
String changeType
Change type indicates how a changeset is applied to a dataset.
REPLACE - Changeset is considered as a replacement to all prior loaded changesets.
APPEND - Changeset is considered as an addition to the end of all prior loaded changesets.
MODIFY - Changeset is considered as a replacement to a specific prior ingested changeset.
String sourceType
Type of the data source from which the files to create the changeset are sourced.
S3 - Amazon S3.
Map<K,V> sourceParams
Source path from which the files to create the changeset are sourced.
String formatType
Format type of the input files loaded into the changeset.
Map<K,V> formatParams
Structure of the source file(s).
Date createTimestamp
The timestamp at which the changeset was created in FinSpace.
String status
The status of changeset creation operation.
ErrorInfo errorInfo
The structure with error messages.
Map<K,V> changesetLabels
Tags associated with the changeset.
String updatesChangesetId
Unique identifier of the changeset that is updated.
String updatedByChangesetId
Unique identifier of the changeset that is updated a changeset.
String datasetId
The unique identifier for the FinSpace dataset in which the changeset will be created.
String changeType
Option to indicate how a changeset will be applied to a dataset.
REPLACE - Changeset will be considered as a replacement to all prior loaded changesets.
APPEND - Changeset will be considered as an addition to the end of all prior loaded changesets.
String sourceType
Type of the data source from which the files to create the changeset will be sourced.
S3 - Amazon S3.
Map<K,V> sourceParams
Source path from which the files to create the changeset will be sourced.
String formatType
Format type of the input files being loaded into the changeset.
Map<K,V> formatParams
Options that define the structure of the source file(s).
Map<K,V> tags
Metadata tags to apply to this changeset.
ChangesetInfo changeset
Returns the changeset details.
String errorMessage
The text of the error message.
String errorCategory
The category of the error.
VALIDATION -The inputs to this request are invalid.
SERVICE_QUOTA_EXCEEDED - Service quotas have been exceeded. Please contact AWS support to increase
quotas.
ACCESS_DENIED - Missing required permission to perform this request.
RESOURCE_NOT_FOUND - One or more inputs to this request were not found.
THROTTLING - The system temporarily lacks sufficient resources to process the request.
INTERNAL_SERVICE_EXCEPTION - An internal service error has occurred.
CANCELLED - A user recoverable error has occurred.
Credentials credentials
Returns the programmatic credentials.
Long durationInMinutes
Returns the duration in which the credentials will remain valid.
String 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.
Copyright © 2021. All rights reserved.