Skip to content

Latest commit

History

History
354 lines (233 loc) 路 23 KB

File metadata and controls

354 lines (233 loc) 路 23 KB

Projects

Types:

from openlayer.types import ProjectCreateResponse, ProjectUpdateResponse, 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,
    InferencePipelineRetrieveSessionsResponse,
    InferencePipelineRetrieveUsersResponse,
)

Methods:

Data

Types:

from openlayer.types.inference_pipelines import DataStreamResponse

Methods:

Rows

Types:

from openlayer.types.inference_pipelines import (
    RowRetrieveResponse,
    RowUpdateResponse,
    RowListResponse,
)

Methods:

TestResults

Types:

from openlayer.types.inference_pipelines import TestResultListResponse

Methods:

Storage

PresignedURL

Types:

from openlayer.types.storage import PresignedURLCreateResponse, PresignedURLRetrieveResponse

Methods:

Tests

Types:

from openlayer.types import TestEvaluateResponse, TestListResultsResponse

Methods:

BackgroundTasks

Types:

from openlayer.types import BackgroundTaskRetrieveResponse

Methods:

Governance

Frameworks

Types:

from openlayer.types.governance import (
    FrameworkCreateResponse,
    FrameworkRetrieveResponse,
    FrameworkUpdateResponse,
    FrameworkListResponse,
    FrameworkExportResponse,
    FrameworkListProjectRuleStatsResponse,
    FrameworkListProjectsResponse,
    FrameworkListRulesResponse,
)

Methods:

Documents

Types:

from openlayer.types.governance.frameworks import DocumentRetrieveResponse, DocumentListResponse

Methods:

Sections

Types:

from openlayer.types.governance.frameworks import SectionListRulesResponse

Methods:

Subsections

Types:

from openlayer.types.governance.frameworks import SubsectionListRulesResponse

Methods:

Rules

Types:

from openlayer.types.governance import (
    RuleCreateResponse,
    RuleRetrieveResponse,
    RuleUpdateResponse,
    RuleListResponse,
)

Methods:

RuleResults

Types:

from openlayer.types.governance import (
    RuleResultRetrieveResponse,
    RuleResultUpdateResponse,
    RuleResultListResponse,
    RuleResultCreateEvidenceResponse,
    RuleResultListEvidenceResponse,
)

Methods:

RuleStats

Types:

from openlayer.types.governance import RuleStatRetrieveResponse

Methods:

RuleTags

Types:

from openlayer.types.governance import RuleTagListResponse

Methods: