> For the complete documentation index, see [llms.txt](https://serving.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serving.konduit.ai/references/pipeline-steps/tensorflow.md).

# TENSORFLOW

`TensorFlowStep` is a pipeline step that configures a TensorFlow model that is to be executed.

| Configs     | Descriptions                                                           |
| ----------- | ---------------------------------------------------------------------- |
| inputNames  | A list of names of the input placeholders.                             |
| outputNames | A list of names of the output arrays - i.e., what should be predicted. |
| modelUri    | Uniform Resource Identifier of model                                   |
