nv_dfm_core.api.Yield#
- class nv_dfm_core.api.Yield(*, dfm_node_id=<factory>, dfm_after=None, dfm_class_name='nv_dfm_core.api.Yield', place='yield', value, multiuse=False)[source]#
Sends a value back to a place located in the app. By default, all places in a pipeline must be unique (this includes PaceParam places), to avoid accidental aliasing. If multiple Yields should reference the same place, multiuse must be set to True on ALL Yields for this place. The place name must still be different from all PlaceParam places, however.
- Parameters:
- model_config: ConfigDict = {'extra': 'forbid', 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].