Skip to content

Commit

Permalink
Update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed Aug 11, 2023
1 parent 7d6425f commit 37a0529
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions metadata_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
## Definitions


- **`NormalizationConfig`** *(object)*: The normalization transformation does not require configuration.

- **`AccessionAdditionConfig`** *(object)*: Config to add accessions to a model and associated metadata. Cannot contain additional properties.

- **`accession_slot_name`** *(string)*: The name of the slot to contain the accessions to. Default: `accession`.
Expand Down Expand Up @@ -107,8 +109,41 @@ a list of InferredReferences. Cannot contain additional properties.

- **Items** *(string)*

- **`AggregationOperation`** *(object)*: A model for a single aggregation operation executed on one or multiple
branches in the data described by a path in the model.

- **`input_paths`** *(array)*

- **Items** *(string)*

- **`output_path`** *(string)*

- **`visit_only_once`** *(array)*

- **Items** *(string)*

- **`function`**

- **`Aggregation`** *(object)*: Model for an aggregation.

- **`input`** *(string)*

- **`output`** *(string)*

- **`operations`** *(array)*

- **Items**: Refer to *#/definitions/AggregationOperation*.

- **`AggregateConfig`** *(object)*: A model for the configuration of the aggregate transformation. Cannot contain additional properties.

- **`aggregations`** *(array)*

- **Items**: Refer to *#/definitions/Aggregation*.

- **`SpecificWorkflowConfig`** *(object)*: A base class for workflow configs.

- **`normalize_model`**: Refer to *#/definitions/NormalizationConfig*.

- **`add_accessions`**: Refer to *#/definitions/AccessionAdditionConfig*.

- **`embed_restricted`**: Refer to *#/definitions/CustomEmbeddingConfig*.
Expand All @@ -119,4 +154,6 @@ a list of InferredReferences. Cannot contain additional properties.

- **`remove_restricted_metadata`**: Refer to *#/definitions/SlotDeletionConfig*.

- **`aggregate_stats`**: Refer to *#/definitions/AggregateConfig*.

- **`embed_public`**: Refer to *#/definitions/CustomEmbeddingConfig*.

0 comments on commit 37a0529

Please sign in to comment.