Package com.openlayer.api.client
Interface OpenlayerClient.WithRawResponse
-
- All Implemented Interfaces:
public interface OpenlayerClient.WithRawResponseA view of OpenlayerClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract OpenlayerClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ProjectService.WithRawResponseprojects()abstract WorkspaceService.WithRawResponseworkspaces()abstract CommitService.WithRawResponsecommits()abstract InferencePipelineService.WithRawResponseinferencePipelines()abstract StorageService.WithRawResponsestorage()abstract TestService.WithRawResponsetests()-
-
Method Detail
-
withOptions
abstract OpenlayerClient.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
projects
abstract ProjectService.WithRawResponse projects()
-
workspaces
abstract WorkspaceService.WithRawResponse workspaces()
-
commits
abstract CommitService.WithRawResponse commits()
-
inferencePipelines
abstract InferencePipelineService.WithRawResponse inferencePipelines()
-
storage
abstract StorageService.WithRawResponse storage()
-
tests
abstract TestService.WithRawResponse tests()
-
-
-
-