Skip to content

Latest commit

 

History

History
198 lines (123 loc) · 11 KB

File metadata and controls

198 lines (123 loc) · 11 KB

Projects

Types:

from openlayer.types import ProjectCreateResponse, ProjectListResponse

Methods:

Commits

Types:

from openlayer.types.projects import CommitCreateResponse, CommitListResponse

Methods:

InferencePipelines

Types:

from openlayer.types.projects import InferencePipelineCreateResponse, InferencePipelineListResponse

Methods:

Tests

Types:

from openlayer.types.projects import TestCreateResponse, TestUpdateResponse, TestListResponse

Methods:

Workspaces

Types:

from openlayer.types import WorkspaceRetrieveResponse, WorkspaceUpdateResponse

Methods:

Invites

Types:

from openlayer.types.workspaces import InviteCreateResponse, InviteListResponse

Methods:

APIKeys

Types:

from openlayer.types.workspaces import APIKeyCreateResponse

Methods:

Commits

Types:

from openlayer.types import CommitRetrieveResponse

Methods:

TestResults

Types:

from openlayer.types.commits import TestResultListResponse

Methods:

InferencePipelines

Types:

from openlayer.types import (
    InferencePipelineRetrieveResponse,
    InferencePipelineUpdateResponse,
    InferencePipelineRetrieveUsersResponse,
)

Methods:

Data

Types:

from openlayer.types.inference_pipelines import DataStreamResponse

Methods:

Rows

Types:

from openlayer.types.inference_pipelines import RowUpdateResponse, RowListResponse

Methods:

TestResults

Types:

from openlayer.types.inference_pipelines import TestResultListResponse

Methods:

Storage

PresignedURL

Types:

from openlayer.types.storage import PresignedURLCreateResponse

Methods:

Tests

Types:

from openlayer.types import TestEvaluateResponse, TestListResultsResponse

Methods: