Skip to content

Commit 3ca576b

Browse files
Update docs/plugins/example.md
Co-authored-by: Nabin Mulepati <[email protected]>
1 parent 7a89ab9 commit 3ca576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class IndexMultiplierColumnGenerator(ColumnGenerator[IndexMultiplierColumnConfig
108108

109109
- Generic type `ColumnGenerator[IndexMultiplierColumnConfig]` connects the task to its config
110110
- `metadata()` describes your generator and its requirements
111-
- `generation_strategy` can be `FULL_COLUMN`, `ROW_WISE`, or `BATCH`
111+
- `generation_strategy` can be `FULL_COLUMN`, `CELL_BY_CELL`
112112
- `required_resources` lists any required resources (models, artifact storage, etc.). This parameter will change in the future, so keeping it as `None` is safe for now.
113113
- Access configuration parameters via `self.config`
114114

0 commit comments

Comments
 (0)