Enum JsonSchemaLocalValidation
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable,kotlin.Comparable
 
 public enum JsonSchemaLocalValidation extends Enum<JsonSchemaLocalValidation> Options for local validation of JSON schemas derived from arbitrary classes before a request is executed. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<JsonSchemaLocalValidation>entries
 - 
                                
                            
                                Enum Constant SummaryEnum Constants Enum Constant Description YESValidate the JSON schema locally before the request is executed. The remote AI model will also validate the JSON schema. NODo not validate the JSON schema locally before the request is executed. The remote AI model will always validate the JSON schema. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonSchemaLocalValidationvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<JsonSchemaLocalValidation>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<JsonSchemaLocalValidation>getEntries()Options for local validation of JSON schemas derived from arbitrary classes before a request is executed. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        valueOffinal JsonSchemaLocalValidation valueOf(String value) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) 
 - 
                                        valuesfinal Array<JsonSchemaLocalValidation> values() Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants. 
 - 
                                        getEntriesfinal EnumEntries<JsonSchemaLocalValidation> getEntries() Options for local validation of JSON schemas derived from arbitrary classes before a request is executed. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-