Package com.openlayer.api.client
Interface OpenlayerClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface OpenlayerClientAsync.WithRawResponseA view of OpenlayerClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract OpenlayerClientAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. abstract ProjectServiceAsync.WithRawResponseprojects()abstract WorkspaceServiceAsync.WithRawResponseworkspaces()abstract CommitServiceAsync.WithRawResponsecommits()abstract InferencePipelineServiceAsync.WithRawResponseinferencePipelines()abstract StorageServiceAsync.WithRawResponsestorage()abstract TestServiceAsync.WithRawResponsetests()-
-
Method Detail
-
withOptions
abstract 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
abstract ProjectServiceAsync.WithRawResponse projects()
-
workspaces
abstract WorkspaceServiceAsync.WithRawResponse workspaces()
-
commits
abstract CommitServiceAsync.WithRawResponse commits()
-
inferencePipelines
abstract InferencePipelineServiceAsync.WithRawResponse inferencePipelines()
-
storage
abstract StorageServiceAsync.WithRawResponse storage()
-
tests
abstract TestServiceAsync.WithRawResponse tests()
-
-
-
-