Package com.openai.models.evals
        Class EvalCreateParams.DataSourceConfig.StoredCompletions
- 
                    
                    - All Implemented Interfaces:
 
 @Deprecated(message = "deprecated") public final class EvalCreateParams.DataSourceConfig.StoredCompletions Deprecated in favor of LogsDataSourceConfig. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalCreateParams.DataSourceConfig.StoredCompletions.BuilderA builder for StoredCompletions. public final classEvalCreateParams.DataSourceConfig.StoredCompletions.MetadataMetadata filters for the stored completions data source. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()The type of data source. final Optional<EvalCreateParams.DataSourceConfig.StoredCompletions.Metadata>metadata()Metadata filters for the stored completions data source. final JsonField<EvalCreateParams.DataSourceConfig.StoredCompletions.Metadata>_metadata()Returns the raw JSON value of metadata. final Map<String, JsonValue>_additionalProperties()final EvalCreateParams.DataSourceConfig.StoredCompletions.BuildertoBuilder()final EvalCreateParams.DataSourceConfig.StoredCompletionsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EvalCreateParams.DataSourceConfig.StoredCompletions.Builderbuilder()Returns a mutable builder for constructing an instance of StoredCompletions. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of data source. Always stored_completions.Expected to always return the following: JsonValue.from("stored_completions")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        metadatafinal Optional<EvalCreateParams.DataSourceConfig.StoredCompletions.Metadata> metadata() Metadata filters for the stored completions data source. 
 - 
                                        _metadatafinal JsonField<EvalCreateParams.DataSourceConfig.StoredCompletions.Metadata> _metadata() Returns the raw JSON value of metadata. Unlike metadata, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal EvalCreateParams.DataSourceConfig.StoredCompletions.Builder toBuilder() 
 - 
                                        validatefinal EvalCreateParams.DataSourceConfig.StoredCompletions validate() 
 - 
                                        builderfinal static EvalCreateParams.DataSourceConfig.StoredCompletions.Builder builder() Returns a mutable builder for constructing an instance of StoredCompletions. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-