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