Shortcuts

OutputTimeBins

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

Bases: geodesic.bases._APIObject

How to define what the output time bins are for a step output

nontemporal

(bool) - nontemporal; there will only be one single bin created

Descriptor: _BoolDescr

user

(User, dict) - user defined bin edges

Descriptor: _TypeConstrainedDescr

strided

(StridedBinning, dict) - build bins by defining a from, duration, stride, offset, and count

Descriptor: _TypeConstrainedDescr

equal

(Equal, dict) - equal sized bins between the start and end datetime

Descriptor: _TypeConstrainedDescr

reference

(str) - references the asset from which this asset should use the time bins.

Descriptor: _StringDescr

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