Shortcuts

TimeBinSelection

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

Bases: geodesic.bases._APIObject

A description of which time bins to select from the input

all

(bool) - select all time bins from input

Descriptor: _BoolDescr

index

(int) - the index of the time bin to select

Descriptor: _IntDescr

since

(BinSelection, dict) - select all bins since this selection

Descriptor: _TypeConstrainedDescr

until

(BinSelection, dict) - select all bins before this selection

Descriptor: _TypeConstrainedDescr

range

(RangeSelection, dict) - selection all bins in a range

Descriptor: _TypeConstrainedDescr

nearest

(NearestSelection, dict) - select the nearest time bin

Descriptor: _TypeConstrainedDescr

reduce

(ReduceMethod, dict) - reduce along time dimension before sending to model. This will send a single time bin (NOT IMPLEMENTED)

Descriptor: _TypeConstrainedDescr

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