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

Last updated