1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/task/bentoml/0.1
PuneetPunamiya 2e26aab7db Modifies bentoml task according to the new reorg proposal
Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

This patch moves the bentoml files to the task directory and
renames the yaml file
  - The yaml filename is changed to match the resource name

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-10 22:06:57 +01:00
..
tests Modifies bentoml task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
bentoml.yaml Modifies bentoml task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
Dockerfile Modifies bentoml task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
OWNERS Modifies bentoml task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
README.md Modifies bentoml task according to the new reorg proposal 2020-07-10 22:06:57 +01:00

BentoML

This task allows operations on BentoML services.

Why BentoML Task?

BentoML now supports the ability to retrieve artifact bundles via its cli. This will allow for in integration with CI, so models can be safely packaged into containers and deployed without any manual effort. The build context is auto-generated by BentoML and can be easily connected to CI/CD pipelines. This task offers a new pattern for data scientists.

Parameters

  • YATAISERVICE: Optional address of YataiService to connect to for command.

    default: ""`

  • ARGS: The arguments to pass to bentoml CLI. This parameter is required to run this task.

Examples

Run bentoml --help for BentoML usage. Using the Tekton CLI (tkn):

Use bentoml to retrieve a full ML build environment in the cwd:

tkn task start bentoml -p ARGS="retrieve ServiceName:20200616152703_9E2AD7","YATAISERVICE=10.10.10.1:50051 --target_dir=/workspace/storage"