Documentation
¶
Index ¶
- func CreateOrUpdatePod(pod *Pod)
- func FindFirstManifestPath() string
- func Pods() *map[string]*Pod
- func RemovePod(name string)
- func RemovePodByManifestPath(manifestPath string)
- type Pod
- func (pod *Pod) Actions() map[string]string
- func (pod *Pod) AddFlight(flightId string, flight *flights.Flight)
- func (pod *Pod) AddLocalState(newState ...*state.State)
- func (pod *Pod) CachedCsv() string
- func (pod *Pod) CachedState() []*state.State
- func (pod *Pod) DataSources() []*dataspaces.Dataspace
- func (pod *Pod) Episodes() int
- func (pod *Pod) Epoch() time.Time
- func (pod *Pod) FetchNewData() ([]*state.State, error)
- func (pod *Pod) FieldNames() []string
- func (pod *Pod) Fields() map[string]float64
- func (pod *Pod) Flights() *map[string]*flights.Flight
- func (pod *Pod) GetFlight(flight string) *flights.Flight
- func (pod *Pod) Granularity() time.Duration
- func (pod *Pod) Hash() string
- func (pod *Pod) Interval() time.Duration
- func (f *Pod) ManifestPath() string
- func (pod *Pod) Period() time.Duration
- func (pod *Pod) Rewards() map[string]string
- func (pod *Pod) State() ([]*state.State, error)
- func (pod *Pod) TrainingGoal() *string
- func (pod *Pod) ValidateForTraining() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdatePod ¶
func CreateOrUpdatePod(pod *Pod)
func FindFirstManifestPath ¶
func FindFirstManifestPath() string
func RemovePodByManifestPath ¶
func RemovePodByManifestPath(manifestPath string)
Types ¶
type Pod ¶
func LoadPodFromManifest ¶
func (*Pod) AddLocalState ¶
func (*Pod) CachedState ¶
func (*Pod) DataSources ¶
func (pod *Pod) DataSources() []*dataspaces.Dataspace
func (*Pod) FieldNames ¶
func (*Pod) Granularity ¶
func (*Pod) ManifestPath ¶
func (*Pod) TrainingGoal ¶
func (*Pod) ValidateForTraining ¶
Click to show internal directories.
Click to hide internal directories.