We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9c068 commit 4568357Copy full SHA for 4568357
1 file changed
synapseclient/models/recordset.py
@@ -360,7 +360,12 @@ def get_detailed_validation_results(
360
@dataclass()
361
@async_to_sync
362
class RecordSet(RecordSetSynchronousProtocol, AccessControllable, BaseJSONSchema):
363
- """A RecordSet within Synapse.
+ """
364
+ A RecordSet entity captures record-based metadata as a special type of CSV.
365
+ The record set content can be curated using the grid services.
366
+ When a grid is created from a record set, its data can be exported back to a new version of the record set.
367
+ The export will include the validation summary as well as a validation file handle that
368
+ contains detailed validation results for each row in the record set.
369
370
Attributes:
371
id: The unique immutable ID for this file. A new ID will be generated for new
0 commit comments