Package com.openlayer.api.models.tests
Class TestListResultsParams
-
- All Implemented Interfaces:
-
com.openlayer.api.core.Params
public final class TestListResultsParams implements Params
List the test results for a test.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestListResultsParams.BuilderA builder for TestListResultsParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>testId()final Optional<Double>endTimestamp()Filter for results that use data starting before the end timestamp. final Optional<Boolean>includeInsights()Include the insights linked to each test result final Optional<String>inferencePipelineId()Retrive test results for a specific inference pipeline. final Optional<Long>page()The page to return in a paginated query. final Optional<Long>perPage()Maximum number of items to return per page. final Optional<String>projectVersionId()Retrive test results for a specific project version. final Optional<Double>startTimestamp()Filter for results that use data ending after the start timestamp. final Optional<List<String>>status()Filter by status(es). final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final TestListResultsParams.BuildertoBuilder()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static TestListResultsParamsnone()final static TestListResultsParams.Builderbuilder()Returns a mutable builder for constructing an instance of TestListResultsParams. -
-
Method Detail
-
endTimestamp
final Optional<Double> endTimestamp()
Filter for results that use data starting before the end timestamp.
-
includeInsights
final Optional<Boolean> includeInsights()
Include the insights linked to each test result
-
inferencePipelineId
final Optional<String> inferencePipelineId()
Retrive test results for a specific inference pipeline.
-
projectVersionId
final Optional<String> projectVersionId()
Retrive test results for a specific project version.
-
startTimestamp
final Optional<Double> startTimestamp()
Filter for results that use data ending after the start timestamp.
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final TestListResultsParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static TestListResultsParams none()
-
builder
final static TestListResultsParams.Builder builder()
Returns a mutable builder for constructing an instance of TestListResultsParams.
-
-
-
-