Interface TestResultService
-
- All Implemented Interfaces:
public interface TestResultService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTestResultService.WithRawResponseA view of TestResultService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TestResultService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract TestResultServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. TestResultListResponselist(String inferencePipelineId)List the latest test results for an inference pipeline. TestResultListResponselist(String inferencePipelineId, TestResultListParams params, RequestOptions requestOptions)TestResultListResponselist(String inferencePipelineId, TestResultListParams params)abstract TestResultListResponselist(TestResultListParams params, RequestOptions requestOptions)TestResultListResponselist(TestResultListParams params)TestResultListResponselist(String inferencePipelineId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract TestResultService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract TestResultService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
TestResultListResponse list(String inferencePipelineId)
List the latest test results for an inference pipeline.
-
list
TestResultListResponse list(String inferencePipelineId, TestResultListParams params, RequestOptions requestOptions)
-
list
TestResultListResponse list(String inferencePipelineId, TestResultListParams params)
-
list
abstract TestResultListResponse list(TestResultListParams params, RequestOptions requestOptions)
-
list
TestResultListResponse list(TestResultListParams params)
-
list
TestResultListResponse list(String inferencePipelineId, RequestOptions requestOptions)
-
-
-
-