Skip to content

Commit 4568357

Browse files
committed
updated description
1 parent da9c068 commit 4568357

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

synapseclient/models/recordset.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,12 @@ def get_detailed_validation_results(
360360
@dataclass()
361361
@async_to_sync
362362
class RecordSet(RecordSetSynchronousProtocol, AccessControllable, BaseJSONSchema):
363-
"""A RecordSet within Synapse.
363+
"""
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.
364369
365370
Attributes:
366371
id: The unique immutable ID for this file. A new ID will be generated for new

0 commit comments

Comments
 (0)