Types:
from openlayer.types import ProjectCreateResponse, ProjectListResponseMethods:
client.projects.create(**params) -> ProjectCreateResponseclient.projects.list(**params) -> ProjectListResponse
Types:
from openlayer.types.projects import CommitCreateResponse, CommitListResponseMethods:
client.projects.commits.create(project_id, **params) -> CommitCreateResponseclient.projects.commits.list(project_id, **params) -> CommitListResponse
Types:
from openlayer.types.projects import InferencePipelineCreateResponse, InferencePipelineListResponseMethods:
client.projects.inference_pipelines.create(project_id, **params) -> InferencePipelineCreateResponseclient.projects.inference_pipelines.list(project_id, **params) -> InferencePipelineListResponse
Types:
from openlayer.types import CommitRetrieveResponseMethods:
client.commits.retrieve(project_version_id) -> CommitRetrieveResponse
Types:
from openlayer.types.commits import TestResultListResponseMethods:
client.commits.test_results.list(project_version_id, **params) -> TestResultListResponse
Types:
from openlayer.types import InferencePipelineRetrieveResponse, InferencePipelineUpdateResponseMethods:
client.inference_pipelines.retrieve(inference_pipeline_id, **params) -> InferencePipelineRetrieveResponseclient.inference_pipelines.update(inference_pipeline_id, **params) -> InferencePipelineUpdateResponseclient.inference_pipelines.delete(inference_pipeline_id) -> None
Types:
from openlayer.types.inference_pipelines import DataStreamResponseMethods:
client.inference_pipelines.data.stream(inference_pipeline_id, **params) -> DataStreamResponse
Types:
from openlayer.types.inference_pipelines import RowUpdateResponseMethods:
client.inference_pipelines.rows.update(inference_pipeline_id, **params) -> RowUpdateResponse
Types:
from openlayer.types.inference_pipelines import TestResultListResponseMethods:
client.inference_pipelines.test_results.list(inference_pipeline_id, **params) -> TestResultListResponse
Types:
from openlayer.types.storage import PresignedURLCreateResponseMethods:
client.storage.presigned_url.create(**params) -> PresignedURLCreateResponse