Class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses
- 
                    
                    - All Implemented Interfaces:
 
 public final class RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.ResponsesA EvalResponsesSource object describing a run data source configuration. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses.BuilderA builder for Responses. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final JsonValue_type()The type of run data source. final Optional<Long>createdAfter()Only include items created after this timestamp (inclusive). final Optional<Long>createdBefore()Only include items created before this timestamp (inclusive). final Optional<String>instructionsSearch()Optional string to search the 'instructions' field. final JsonValue_metadata()Metadata filter for the responses. final Optional<String>model()The name of the model to find responses for. final Optional<ReasoningEffort>reasoningEffort()Constrains effort on reasoning for reasoning models. final Optional<Double>temperature()Sampling temperature. final Optional<List<String>>tools()List of tool names. final Optional<Double>topP()Nucleus sampling parameter. final Optional<List<String>>users()List of user identifiers. final JsonField<Long>_createdAfter()Returns the raw JSON value of createdAfter. final JsonField<Long>_createdBefore()Returns the raw JSON value of createdBefore. final JsonField<String>_instructionsSearch()Returns the raw JSON value of instructionsSearch. final JsonField<String>_model()Returns the raw JSON value of model. final JsonField<ReasoningEffort>_reasoningEffort()Returns the raw JSON value of reasoningEffort. final JsonField<Double>_temperature()Returns the raw JSON value of temperature. final JsonField<List<String>>_tools()Returns the raw JSON value of tools. final JsonField<Double>_topP()Returns the raw JSON value of topP. final JsonField<List<String>>_users()Returns the raw JSON value of users. final Map<String, JsonValue>_additionalProperties()final RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses.BuildertoBuilder()final RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responsesvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses.Builderbuilder()Returns a mutable builder for constructing an instance of Responses. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of run data source. Always responses.Expected to always return the following: JsonValue.from("responses")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        createdAfterfinal Optional<Long> createdAfter() Only include items created after this timestamp (inclusive). This is a query parameter used to select responses. 
 - 
                                        createdBeforefinal Optional<Long> createdBefore() Only include items created before this timestamp (inclusive). This is a query parameter used to select responses. 
 - 
                                        instructionsSearchfinal Optional<String> instructionsSearch() Optional string to search the 'instructions' field. This is a query parameter used to select responses. 
 - 
                                        _metadatafinal JsonValue _metadata() Metadata filter for the responses. This is a query parameter used to select responses. 
 - 
                                        modelfinal Optional<String> model() The name of the model to find responses for. This is a query parameter used to select responses. 
 - 
                                        reasoningEffortfinal Optional<ReasoningEffort> reasoningEffort() Constrains effort on reasoning for reasoning models. Currently supported values are minimal,low,medium, andhigh. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.Note: The gpt-5-promodel defaults to (and only supports)highreasoning effort.
 - 
                                        temperaturefinal Optional<Double> temperature() Sampling temperature. This is a query parameter used to select responses. 
 - 
                                        toolsfinal Optional<List<String>> tools() List of tool names. This is a query parameter used to select responses. 
 - 
                                        topPfinal Optional<Double> topP() Nucleus sampling parameter. This is a query parameter used to select responses. 
 - 
                                        usersfinal Optional<List<String>> users() List of user identifiers. This is a query parameter used to select responses. 
 - 
                                        _createdAfterfinal JsonField<Long> _createdAfter() Returns the raw JSON value of createdAfter. Unlike createdAfter, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdBeforefinal JsonField<Long> _createdBefore() Returns the raw JSON value of createdBefore. Unlike createdBefore, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _instructionsSearchfinal JsonField<String> _instructionsSearch() Returns the raw JSON value of instructionsSearch. Unlike instructionsSearch, 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. 
 - 
                                        _reasoningEffortfinal JsonField<ReasoningEffort> _reasoningEffort() Returns the raw JSON value of reasoningEffort. Unlike reasoningEffort, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _temperaturefinal JsonField<Double> _temperature() Returns the raw JSON value of temperature. Unlike temperature, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _toolsfinal JsonField<List<String>> _tools() Returns the raw JSON value of tools. Unlike tools, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _topPfinal JsonField<Double> _topP() Returns the raw JSON value of topP. Unlike topP, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _usersfinal JsonField<List<String>> _users() Returns the raw JSON value of users. Unlike users, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses.Builder toBuilder() 
 - 
                                        validatefinal RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses validate() 
 - 
                                        builderfinal static RunCreateParams.DataSource.CreateEvalResponsesRunDataSource.Source.Responses.Builder builder() Returns a mutable builder for constructing an instance of Responses. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-