These 14 commits are when the Protocol Buffers files have changed:
| Commit: | 54cd47e | |
|---|---|---|
| Author: | RobertSamoilescu | |
| Committer: | GitHub | |
Inference streaming support (#1750) * Included generate, generate_stream, infer_stream endpoints. * Implemented rest infer_stream. * Included adaptive batching hooks for predict_stream. * Included grpc stream proto. * Implemented ModelInferStream as stream-stream method. * Included lazy fixtures as depenedency. * Included tests for infer_stream endpoint and ModelInferStream. * Introduced gzip_enabled flag. * Included grpc stream error handling. --------- Co-authored-by: Adrian Gonzalez-Martin <agm@seldon.io>
The documentation is generated from this commit.
| Commit: | c6cd72a | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
| Committer: | GitHub | |
Add support for raw_input_contents and raw_output_contents in gRPC (#770)
| Commit: | ec8780b | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
| Committer: | GitHub | |
Update protobuf to include control plane (#616)
| Commit: | 67dfb52 | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
| Committer: | GitHub | |
Infer model-wide content type from MLflow's model signature (#322)
| Commit: | a678c2a | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Fix merge of protobuf maps
| Commit: | 01521f9 | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Re-generate with metadata tags
| Commit: | 270b34f | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
| Committer: | Adrian Gonzalez-Martin | |
Add generated types for API
| Commit: | 14b08af | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
| Committer: | Adrian Gonzalez-Martin | |
WIP adding new API for model repo
| Commit: | 185f448 | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Remove raw from message to follow Triton spec
| Commit: | c73f7de | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Rename proto package to align with Triton
| Commit: | a8070ce | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Rename oink proto to mlserver
| Commit: | 0fd5531 | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Add latest generated version
| Commit: | ba820dc | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Add basic OpenAPI schema
| Commit: | d8152a9 | |
|---|---|---|
| Author: | Adrian Gonzalez-Martin | |
Initial commit