Documentation ¶
Overview ¶
Package ruleaction https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/ml/_types/Rule.ts#L41-L50
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Skipresult = RuleAction{"skip_result"} Skipmodelupdate = RuleAction{"skip_model_update"} )
Functions ¶
This section is empty.
Types ¶
type RuleAction ¶
type RuleAction struct {
// contains filtered or unexported fields
}
func (RuleAction) MarshalText ¶
func (r RuleAction) MarshalText() (text []byte, err error)
func (RuleAction) String ¶
func (r RuleAction) String() string
func (*RuleAction) UnmarshalText ¶
func (r *RuleAction) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.