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 edgesDescriptor:
_TypeConstrainedDescr
- strided¶
(
StridedBinning
, dict) - build bins by defining a from, duration, stride, offset, and countDescriptor:
_TypeConstrainedDescr
- equal¶
(
Equal
, dict) - equal sized bins between the start and end datetimeDescriptor:
_TypeConstrainedDescr
- reference¶
(str) - references the asset from which this asset should use the time bins.
Descriptor:
_StringDescr