Documentation
¶
Overview ¶
Package routingstate https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/ml/_types/TrainedModel.ts#L303-L324
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Failed = RoutingState{"failed"} Started = RoutingState{"started"} Starting = RoutingState{"starting"} Stopped = RoutingState{"stopped"} Stopping = RoutingState{"stopping"} )
Functions ¶
This section is empty.
Types ¶
type RoutingState ¶
type RoutingState struct {
// contains filtered or unexported fields
}
func (RoutingState) MarshalText ¶
func (r RoutingState) MarshalText() (text []byte, err error)
func (RoutingState) String ¶
func (r RoutingState) String() string
func (*RoutingState) UnmarshalText ¶
func (r *RoutingState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.