Fully qualified links

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Daniël de Kok 2024-04-23 09:18:42 +02:00 committed by GitHub
parent 68d6d49904
commit 8a6c848f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -481,11 +481,11 @@ as an attribute to the component's model.
Check/set whether this component stores activations. When enabled, the
activations of the pipe's model are stored in the
[`Doc.activations`](/api/doc#attributes) dictionary when
[`set_annotations`](set_annotations) is called.
[`set_annotations`](/api/pipe#set_annotations) is called.
| Name | Description |
| ----------- | ------------------------------------------------------------------------------------------------- |
| **RETURNS** | Whether to save activations in the `Doc` object in [`set_annotations`](set_annotations). ~~bool~~ |
| **RETURNS** | Whether to save activations in the `Doc` object in [`set_annotations`](/api/pipe#set_annotations). ~~bool~~ |
## TrainablePipe.set_output {id="set_output",tag="method"}