Icon

TensorFlow_​Serving

This directory contains 6 workflows.

Add 'serving' tag to TensorFlow model 

This component adds the 'serving' tag that is required to run in TensorFlow Serving to a TensorFlow network model.

Predict via TensorFlow Serving (gRPC) 

This component takes an image column as input and reachs out to a configured TensorFlow Serving instance via gRPC to get predictions for the image. Output […]

Upload TensorFlow model to S3 

This component uploads a TensorFlow network (top input) as saved model into the defined S3 working directory/bucket (bottom input). If not already existing, […]