Package com.openai.models.evals
        Interface EvalCreateParams.TestingCriterion.LabelModel.Input.Visitor
- 
                    
                    - All Implemented Interfaces:
 
 public interface EvalCreateParams.TestingCriterion.LabelModel.Input.Visitor<T extends Object>
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract TvisitSimpleInputMessage(EvalCreateParams.TestingCriterion.LabelModel.Input.SimpleInputMessage simpleInputMessage)abstract TvisitEvalItem(EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem evalItem)A message input to the model with a role indicating instruction following hierarchy. Tunknown(JsonValue json)Maps an unknown variant of Input to a value of type T. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        visitSimpleInputMessageabstract T visitSimpleInputMessage(EvalCreateParams.TestingCriterion.LabelModel.Input.SimpleInputMessage simpleInputMessage) 
 - 
                                        visitEvalItemabstract T visitEvalItem(EvalCreateParams.TestingCriterion.LabelModel.Input.EvalItem evalItem) A message input to the model with a role indicating instruction following hierarchy. Instructions given with the developerorsystemrole take precedence over instructions given with theuserrole. Messages with theassistantrole are presumed to have been generated by the model in previous interactions.
 - 
                                        unknownT unknown(JsonValue json) Maps an unknown variant of Input to a value of type T. An instance of Input can contain an unknown variant if it was deserialized from data that doesn't match any known variant. For example, if the SDK is on an older version than the API, then the API may respond with new variants that the SDK is unaware of. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-