SampleSheetGenerationExecutionProperties
org.sagebionetworks.repo.model.curation.execution.SampleSheetGenerationExecutionProperties
The input parameters for a sample sheet generation task. These configure how the multi-agent system reads source annotations and where it writes the generated sample sheet.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | Indicates which implementation of CurationTaskProperties this object represents. Possible values include: 'org.sagebionetworks.repo.model.curation.metadata.FileBasedMetadataTaskProperties' and 'org.sagebionetworks.repo.model.curation.metadata.RecordBasedMetadataTaskProperties'. |
| inputTaskId | INTEGER | The ID of the file-based CurationTask (with FileBasedMetadataTaskProperties) whose FileView provides the source annotations. |
| destinationTaskId | INTEGER | The ID of the record-based CurationTask whose RecordSet will receive the generated sample sheet as a new version. The JSON Schema bound to that RecordSet defines the target sample sheet format. |