Response Types:
Methods:
client.Projects.New(ctx context.Context, body openlayer.ProjectNewParams) (*openlayer.ProjectNewResponse, error)client.Projects.List(ctx context.Context, query openlayer.ProjectListParams) (*openlayer.ProjectListResponse, error)client.Projects.Delete(ctx context.Context, projectID string) error
Response Types:
Methods:
client.Projects.Commits.New(ctx context.Context, projectID string, body openlayer.ProjectCommitNewParams) (*openlayer.ProjectCommitNewResponse, error)client.Projects.Commits.List(ctx context.Context, projectID string, query openlayer.ProjectCommitListParams) (*openlayer.ProjectCommitListResponse, error)
Response Types:
Methods:
client.Projects.InferencePipelines.New(ctx context.Context, projectID string, body openlayer.ProjectInferencePipelineNewParams) (*openlayer.ProjectInferencePipelineNewResponse, error)client.Projects.InferencePipelines.List(ctx context.Context, projectID string, query openlayer.ProjectInferencePipelineListParams) (*openlayer.ProjectInferencePipelineListResponse, error)
Response Types:
- openlayer.ProjectTestNewResponse
- openlayer.ProjectTestUpdateResponse
- openlayer.ProjectTestListResponse
Methods:
client.Projects.Tests.New(ctx context.Context, projectID string, body openlayer.ProjectTestNewParams) (*openlayer.ProjectTestNewResponse, error)client.Projects.Tests.Update(ctx context.Context, projectID string, body openlayer.ProjectTestUpdateParams) (*openlayer.ProjectTestUpdateResponse, error)client.Projects.Tests.List(ctx context.Context, projectID string, query openlayer.ProjectTestListParams) (*openlayer.ProjectTestListResponse, error)
Response Types:
Methods:
client.Workspaces.Get(ctx context.Context, workspaceID string) (*openlayer.WorkspaceGetResponse, error)client.Workspaces.Update(ctx context.Context, workspaceID string, body openlayer.WorkspaceUpdateParams) (*openlayer.WorkspaceUpdateResponse, error)
Response Types:
Methods:
client.Workspaces.Invites.New(ctx context.Context, workspaceID string, body openlayer.WorkspaceInviteNewParams) (*openlayer.WorkspaceInviteNewResponse, error)client.Workspaces.Invites.List(ctx context.Context, workspaceID string, query openlayer.WorkspaceInviteListParams) (*openlayer.WorkspaceInviteListResponse, error)
Response Types:
Methods:
client.Workspaces.APIKeys.New(ctx context.Context, workspaceID string, body openlayer.WorkspaceAPIKeyNewParams) (*openlayer.WorkspaceAPIKeyNewResponse, error)
Response Types:
Methods:
client.Commits.Get(ctx context.Context, projectVersionID string) (*openlayer.CommitGetResponse, error)
Response Types:
Methods:
client.Commits.TestResults.List(ctx context.Context, projectVersionID string, query openlayer.CommitTestResultListParams) (*openlayer.CommitTestResultListResponse, error)
Response Types:
- openlayer.InferencePipelineGetResponse
- openlayer.InferencePipelineUpdateResponse
- openlayer.InferencePipelineGetSessionsResponse
- openlayer.InferencePipelineGetUsersResponse
Methods:
client.InferencePipelines.Get(ctx context.Context, inferencePipelineID string, query openlayer.InferencePipelineGetParams) (*openlayer.InferencePipelineGetResponse, error)client.InferencePipelines.Update(ctx context.Context, inferencePipelineID string, body openlayer.InferencePipelineUpdateParams) (*openlayer.InferencePipelineUpdateResponse, error)client.InferencePipelines.Delete(ctx context.Context, inferencePipelineID string) errorclient.InferencePipelines.GetSessions(ctx context.Context, inferencePipelineID string, params openlayer.InferencePipelineGetSessionsParams) (*openlayer.InferencePipelineGetSessionsResponse, error)client.InferencePipelines.GetUsers(ctx context.Context, inferencePipelineID string, params openlayer.InferencePipelineGetUsersParams) (*openlayer.InferencePipelineGetUsersResponse, error)
Response Types:
Methods:
client.InferencePipelines.Data.Stream(ctx context.Context, inferencePipelineID string, body openlayer.InferencePipelineDataStreamParams) (*openlayer.InferencePipelineDataStreamResponse, error)
Response Types:
- openlayer.InferencePipelineRowGetResponse
- openlayer.InferencePipelineRowUpdateResponse
- openlayer.InferencePipelineRowListResponse
Methods:
client.InferencePipelines.Rows.Get(ctx context.Context, inferencePipelineID string, inferenceID string) (*openlayer.InferencePipelineRowGetResponse, error)client.InferencePipelines.Rows.Update(ctx context.Context, inferencePipelineID string, params openlayer.InferencePipelineRowUpdateParams) (*openlayer.InferencePipelineRowUpdateResponse, error)client.InferencePipelines.Rows.List(ctx context.Context, inferencePipelineID string, params openlayer.InferencePipelineRowListParams) (*openlayer.InferencePipelineRowListResponse, error)client.InferencePipelines.Rows.Delete(ctx context.Context, inferencePipelineID string, inferenceID string) error
Response Types:
Methods:
client.InferencePipelines.TestResults.List(ctx context.Context, inferencePipelineID string, query openlayer.InferencePipelineTestResultListParams) (*openlayer.InferencePipelineTestResultListResponse, error)
Response Types:
Methods:
client.Storage.PresignedURL.New(ctx context.Context, body openlayer.StoragePresignedURLNewParams) (*openlayer.StoragePresignedURLNewResponse, error)
Response Types:
Methods:
client.Tests.Evaluate(ctx context.Context, testID string, body openlayer.TestEvaluateParams) (*openlayer.TestEvaluateResponse, error)client.Tests.ListResults(ctx context.Context, testID string, query openlayer.TestListResultsParams) (*openlayer.TestListResultsResponse, error)