Class ReinforcementHyperparameters.EvalInterval
- 
                    
                    - All Implemented Interfaces:
 
 public final class ReinforcementHyperparameters.EvalIntervalThe number of training steps between evaluation runs. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceReinforcementHyperparameters.EvalInterval.VisitorAn interface that defines how to map each variant of EvalInterval to a value of type T. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<JsonValue>auto()final Optional<Long>integer()final BooleanisAuto()final BooleanisInteger()final JsonValueasAuto()final LongasInteger()final Optional<JsonValue>_json()final <T extends Any> Taccept(ReinforcementHyperparameters.EvalInterval.Visitor<T> visitor)final ReinforcementHyperparameters.EvalIntervalvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ReinforcementHyperparameters.EvalIntervalofAuto()final static ReinforcementHyperparameters.EvalIntervalofInteger(Long integer)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        acceptfinal <T extends Any> T accept(ReinforcementHyperparameters.EvalInterval.Visitor<T> visitor) 
 - 
                                        validatefinal ReinforcementHyperparameters.EvalInterval validate() 
 - 
                                        ofAutofinal static ReinforcementHyperparameters.EvalInterval ofAuto() 
 - 
                                        ofIntegerfinal static ReinforcementHyperparameters.EvalInterval ofInteger(Long integer) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-