Types:
from openlayer.types import ProjectCreateResponse, ProjectUpdateResponse, ProjectListResponseMethods:
client.projects.create(**params) -> ProjectCreateResponseclient.projects.update(project_id, **params) -> ProjectUpdateResponseclient.projects.list(**params) -> ProjectListResponseclient.projects.delete(project_id) -> None
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.projects import TestCreateResponse, TestUpdateResponse, TestListResponseMethods:
client.projects.tests.create(project_id, **params) -> TestCreateResponseclient.projects.tests.update(project_id, **params) -> TestUpdateResponseclient.projects.tests.list(project_id, **params) -> TestListResponse
Types:
from openlayer.types import WorkspaceRetrieveResponse, WorkspaceUpdateResponseMethods:
client.workspaces.retrieve(workspace_id) -> WorkspaceRetrieveResponseclient.workspaces.update(workspace_id, **params) -> WorkspaceUpdateResponse
Types:
from openlayer.types.workspaces import InviteCreateResponse, InviteListResponseMethods:
client.workspaces.invites.create(workspace_id, **params) -> InviteCreateResponseclient.workspaces.invites.list(workspace_id, **params) -> InviteListResponse
Types:
from openlayer.types.workspaces import APIKeyCreateResponseMethods:
client.workspaces.api_keys.create(workspace_id, **params) -> APIKeyCreateResponse
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,
InferencePipelineUpdateResponse,
InferencePipelineRetrieveSessionsResponse,
InferencePipelineRetrieveUsersResponse,
)Methods:
client.inference_pipelines.retrieve(inference_pipeline_id, **params) -> InferencePipelineRetrieveResponseclient.inference_pipelines.update(inference_pipeline_id, **params) -> InferencePipelineUpdateResponseclient.inference_pipelines.delete(inference_pipeline_id) -> Noneclient.inference_pipelines.retrieve_sessions(inference_pipeline_id, **params) -> InferencePipelineRetrieveSessionsResponseclient.inference_pipelines.retrieve_users(inference_pipeline_id, **params) -> InferencePipelineRetrieveUsersResponse
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 (
RowRetrieveResponse,
RowUpdateResponse,
RowListResponse,
)Methods:
client.inference_pipelines.rows.retrieve(inference_id, *, inference_pipeline_id) -> RowRetrieveResponseclient.inference_pipelines.rows.update(inference_pipeline_id, **params) -> RowUpdateResponseclient.inference_pipelines.rows.list(inference_pipeline_id, **params) -> RowListResponseclient.inference_pipelines.rows.delete(inference_id, *, inference_pipeline_id) -> None
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 PresignedURLCreateResponse, PresignedURLRetrieveResponseMethods:
client.storage.presigned_url.create(**params) -> PresignedURLCreateResponseclient.storage.presigned_url.retrieve(**params) -> PresignedURLRetrieveResponse
Types:
from openlayer.types import TestEvaluateResponse, TestListResultsResponseMethods:
client.tests.evaluate(test_id, **params) -> TestEvaluateResponseclient.tests.list_results(test_id, **params) -> TestListResultsResponse
Types:
from openlayer.types import BackgroundTaskRetrieveResponseMethods:
client.background_tasks.retrieve(task_id) -> BackgroundTaskRetrieveResponse
Types:
from openlayer.types.governance import (
FrameworkCreateResponse,
FrameworkRetrieveResponse,
FrameworkUpdateResponse,
FrameworkListResponse,
FrameworkExportResponse,
FrameworkListProjectRuleStatsResponse,
FrameworkListProjectsResponse,
FrameworkListRulesResponse,
)Methods:
client.governance.frameworks.create(workspace_id, **params) -> FrameworkCreateResponseclient.governance.frameworks.retrieve(framework_id) -> FrameworkRetrieveResponseclient.governance.frameworks.update(framework_id, **params) -> FrameworkUpdateResponseclient.governance.frameworks.list(workspace_id, **params) -> FrameworkListResponseclient.governance.frameworks.export(framework_id, **params) -> FrameworkExportResponseclient.governance.frameworks.list_project_rule_stats(framework_id, **params) -> FrameworkListProjectRuleStatsResponseclient.governance.frameworks.list_projects(framework_id, **params) -> FrameworkListProjectsResponseclient.governance.frameworks.list_rules(framework_id, **params) -> FrameworkListRulesResponse
Types:
from openlayer.types.governance.frameworks import DocumentRetrieveResponse, DocumentListResponseMethods:
client.governance.frameworks.documents.retrieve(document_id, *, framework_id) -> DocumentRetrieveResponseclient.governance.frameworks.documents.list(framework_id, **params) -> DocumentListResponse
Types:
from openlayer.types.governance.frameworks import SectionListRulesResponseMethods:
client.governance.frameworks.sections.list_rules(section_id, *, framework_id, **params) -> SectionListRulesResponse
Types:
from openlayer.types.governance.frameworks import SubsectionListRulesResponseMethods:
client.governance.frameworks.subsections.list_rules(subsection_id, *, framework_id, **params) -> SubsectionListRulesResponse
Types:
from openlayer.types.governance import (
RuleCreateResponse,
RuleRetrieveResponse,
RuleUpdateResponse,
RuleListResponse,
)Methods:
client.governance.rules.create(workspace_id, **params) -> RuleCreateResponseclient.governance.rules.retrieve(rule_id) -> RuleRetrieveResponseclient.governance.rules.update(rule_id, **params) -> RuleUpdateResponseclient.governance.rules.list(workspace_id, **params) -> RuleListResponseclient.governance.rules.delete(rule_id) -> None
Types:
from openlayer.types.governance import (
RuleResultRetrieveResponse,
RuleResultUpdateResponse,
RuleResultListResponse,
RuleResultCreateEvidenceResponse,
RuleResultListEvidenceResponse,
)Methods:
client.governance.rule_results.retrieve(rule_result_id) -> RuleResultRetrieveResponseclient.governance.rule_results.update(rule_result_id, **params) -> RuleResultUpdateResponseclient.governance.rule_results.list(workspace_id, **params) -> RuleResultListResponseclient.governance.rule_results.create_evidence(rule_result_id, **params) -> RuleResultCreateEvidenceResponseclient.governance.rule_results.list_evidence(rule_result_id, **params) -> RuleResultListEvidenceResponse
Types:
from openlayer.types.governance import RuleStatRetrieveResponseMethods:
client.governance.rule_stats.retrieve(workspace_id, **params) -> RuleStatRetrieveResponse
Types:
from openlayer.types.governance import RuleTagListResponseMethods:
client.governance.rule_tags.list(workspace_id, **params) -> RuleTagListResponse