Skip to content

Commit

Permalink
docstring tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Jan 13, 2025
1 parent 3a53a56 commit 1ecc9b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ginkgo_ai_client/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,11 @@ class RNADiffusionMaskedQuery(QueryBase):
num_samples: int, optional (default=1)
Number of samples to generate
model: str
The model to use for the inference.
The model to use for the inference, "mrna-foundation" being the only choice
currently.
query_name: Optional[str] = None
The name of the query. It will appear in the API response and can be used to handle exceptions.
The name of the query. It will appear in the API response and can be used to
handle exceptions.
Returns
-------
Expand Down

0 comments on commit 1ecc9b8

Please sign in to comment.