Shortcuts

Step

class geodesic.tesseract.components.Step(*args, **kwargs)[source]

Bases: geodesic.bases._APIObject

A step in a Tesseract Job

NotImplemented

name

(str) - the name of this step

Descriptor: _StringDescr

type

(str) - the type of this step (model, rechunk)

Descriptor: _StringDescr

inputs

(StepInput, dict) - a list of inputs for this step

Descriptor: _ListDescr

outputs

(StepOutput, dict) - a list of outputs for this step

Descriptor: _ListDescr

gpu

(bool) - make the step run on a machine with GPU resources

Descriptor: _BoolDescr

workers

(int) - number of workers to run for this step

Descriptor: _IntDescr

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources