Package com.openai.models.evals.runs
        Class CreateEvalJsonlRunDataSource.Source.FileContent
- 
                    
                    - All Implemented Interfaces:
 
 public final class CreateEvalJsonlRunDataSource.Source.FileContent
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classCreateEvalJsonlRunDataSource.Source.FileContent.BuilderA builder for FileContent. public final classCreateEvalJsonlRunDataSource.Source.FileContent.Content
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<CreateEvalJsonlRunDataSource.Source.FileContent.Content>content()The content of the jsonl file. final JsonValue_type()The type of jsonl source. final JsonField<List<CreateEvalJsonlRunDataSource.Source.FileContent.Content>>_content()Returns the raw JSON value of content. final Map<String, JsonValue>_additionalProperties()final CreateEvalJsonlRunDataSource.Source.FileContent.BuildertoBuilder()final CreateEvalJsonlRunDataSource.Source.FileContentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CreateEvalJsonlRunDataSource.Source.FileContent.Builderbuilder()Returns a mutable builder for constructing an instance of FileContent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        contentfinal List<CreateEvalJsonlRunDataSource.Source.FileContent.Content> content() The content of the jsonl file. 
 - 
                                        _typefinal JsonValue _type() The type of jsonl source. Always file_content.Expected to always return the following: JsonValue.from("file_content")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _contentfinal JsonField<List<CreateEvalJsonlRunDataSource.Source.FileContent.Content>> _content() Returns the raw JSON value of content. Unlike content, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal CreateEvalJsonlRunDataSource.Source.FileContent.Builder toBuilder() 
 - 
                                        validatefinal CreateEvalJsonlRunDataSource.Source.FileContent validate() 
 - 
                                        builderfinal static CreateEvalJsonlRunDataSource.Source.FileContent.Builder builder() Returns a mutable builder for constructing an instance of FileContent. The following fields are required: .content()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-