Package com.openlayer.api.client
Class OpenlayerClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.client.OpenlayerClientAsync.WithRawResponse
public final class OpenlayerClientAsyncImpl.WithRawResponseImpl implements OpenlayerClientAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OpenlayerClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ProjectServiceAsync.WithRawResponseprojects()WorkspaceServiceAsync.WithRawResponseworkspaces()CommitServiceAsync.WithRawResponsecommits()InferencePipelineServiceAsync.WithRawResponseinferencePipelines()StorageServiceAsync.WithRawResponsestorage()TestServiceAsync.WithRawResponsetests()-
-
Method Detail
-
withOptions
OpenlayerClientAsync.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
ProjectServiceAsync.WithRawResponse projects()
-
workspaces
WorkspaceServiceAsync.WithRawResponse workspaces()
-
commits
CommitServiceAsync.WithRawResponse commits()
-
inferencePipelines
InferencePipelineServiceAsync.WithRawResponse inferencePipelines()
-
storage
StorageServiceAsync.WithRawResponse storage()
-
-
-
-