Class ProjectServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.ProjectService
public final class ProjectServiceImpl implements ProjectService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ProjectService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ProjectServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CommitServicecommits()InferencePipelineServiceinferencePipelines()TestServicetests()ProjectCreateResponsecreate(ProjectCreateParams params, RequestOptions requestOptions)ProjectListResponselist(ProjectListParams params, RequestOptions requestOptions)Unitdelete(ProjectDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ProjectService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ProjectService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
commits
CommitService commits()
-
inferencePipelines
InferencePipelineService inferencePipelines()
-
tests
TestService tests()
-
create
ProjectCreateResponse create(ProjectCreateParams params, RequestOptions requestOptions)
-
list
ProjectListResponse list(ProjectListParams params, RequestOptions requestOptions)
-
delete
Unit delete(ProjectDeleteParams params, RequestOptions requestOptions)
-
-
-
-