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)
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:
Methods:
client.Commits.TestResults.List(ctx context.Context, projectVersionID string, query openlayer.CommitTestResultListParams) (openlayer.CommitTestResultListResponse, error)
Response Types:
Methods:
client.InferencePipelines.Get(ctx context.Context, inferencePipelineID string) (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) error
Response Types:
Methods:
client.InferencePipelines.Data.Stream(ctx context.Context, inferencePipelineID string, body openlayer.InferencePipelineDataStreamParams) (openlayer.InferencePipelineDataStreamResponse, error)
Response Types:
Methods:
client.InferencePipelines.Rows.Update(ctx context.Context, inferencePipelineID string, params openlayer.InferencePipelineRowUpdateParams) (openlayer.InferencePipelineRowUpdateResponse, 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)