derrickaw commented on code in PR #34087: URL: https://github.com/apache/beam/pull/34087#discussion_r1975776626
########## website/www/site/content/en/documentation/runtime/resource-hints.md: ########## @@ -60,6 +67,10 @@ You can set resource hints programmatically on pipeline transforms using [setRes You can set resource hints programmatically on pipeline transforms using [PTransforms.with_resource_hints](https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.ptransform.html#apache_beam.transforms.ptransform.PTransform.with_resource_hints) (also see [ResourceHint](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/resources.py#L51)). {{< /paragraph >}} +{{< paragraph class="language-yaml" >}} +You can set resource hints pipeline transforms using a `resource_hint` attribute. Review Comment: ```suggestion You can set resource hints pipeline transforms using a `resource_hints` attribute. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org