Package com.openlayer.api.client
Class OpenlayerClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.client.OpenlayerClient.WithRawResponse
public final class OpenlayerClientImpl.WithRawResponseImpl implements OpenlayerClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OpenlayerClient.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ProjectService.WithRawResponseprojects()WorkspaceService.WithRawResponseworkspaces()CommitService.WithRawResponsecommits()InferencePipelineService.WithRawResponseinferencePipelines()StorageService.WithRawResponsestorage()TestService.WithRawResponsetests()-
-
Method Detail
-
withOptions
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
ProjectService.WithRawResponse projects()
-
workspaces
WorkspaceService.WithRawResponse workspaces()
-
commits
CommitService.WithRawResponse commits()
-
inferencePipelines
InferencePipelineService.WithRawResponse inferencePipelines()
-
storage
StorageService.WithRawResponse storage()
-
tests
TestService.WithRawResponse tests()
-
-
-
-