Class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource
- 
                    
                    - All Implemented Interfaces:
 
 public final class RunCreateParams.DataSource.CreateEvalResponsesRunDataSourceA ResponsesRunDataSource object describing a model sampling configuration. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.BuilderA builder for CreateEvalResponsesRunDataSource. public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.SourceDetermines what populates the itemnamespace in this run's data source.public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.TypeThe type of run data source. Always responses.public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessagesUsed when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, item.input_trajectory), or a template with variable references to theitemnamespace.public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.SamplingParams
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        sourcefinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source source() Determines what populates the itemnamespace in this run's data source.
 - 
                                        typefinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Type type() The type of run data source. Always responses.
 - 
                                        inputMessagesfinal Optional<RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages> inputMessages() Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, item.input_trajectory), or a template with variable references to theitemnamespace.
 - 
                                        modelfinal Optional<String> model() The name of the model to use for generating completions (e.g. "o3-mini"). 
 - 
                                        samplingParamsfinal Optional<RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.SamplingParams> samplingParams() 
 - 
                                        _sourcefinal JsonField<RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source> _source() Returns the raw JSON value of source. Unlike source, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _typefinal JsonField<RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Type> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _inputMessagesfinal JsonField<RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.InputMessages> _inputMessages() Returns the raw JSON value of inputMessages. Unlike inputMessages, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _modelfinal JsonField<String> _model() Returns the raw JSON value of model. Unlike model, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _samplingParamsfinal JsonField<RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.SamplingParams> _samplingParams() Returns the raw JSON value of samplingParams. Unlike samplingParams, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Builder toBuilder() 
 - 
                                        validatefinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource validate() 
 - 
                                        builderfinal static RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Builder builder() Returns a mutable builder for constructing an instance of CreateEvalResponsesRunDataSource. The following fields are required: .source() .type()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-