diff options
author | aravind.est <aravindhan.a@est.tech> | 2023-04-21 13:34:28 +0100 |
---|---|---|
committer | aravind.est <aravindhan.a@est.tech> | 2023-04-21 14:39:03 +0100 |
commit | 01605014633904e8429cbe6b42e7d6b3edb89acb (patch) | |
tree | cfa5dea69c9d7fe52f7d88a6c87cdfc107eb7e31 /docs/clamp/acm/design-impl/participants/tosca/automation-composition-kserve.yml | |
parent | f2ff03eb4b1be69dfddc3fbda559d1a82fc5c3cc (diff) |
Add documentation for Kserve participant
Documentation added for Kserve participant with tosca.
Issue-ID: POLICY-4609
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I43215708da72d0261e1352a683cd882ca59343c2
Diffstat (limited to 'docs/clamp/acm/design-impl/participants/tosca/automation-composition-kserve.yml')
-rw-r--r-- | docs/clamp/acm/design-impl/participants/tosca/automation-composition-kserve.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/clamp/acm/design-impl/participants/tosca/automation-composition-kserve.yml b/docs/clamp/acm/design-impl/participants/tosca/automation-composition-kserve.yml new file mode 100644 index 00000000..7194df8f --- /dev/null +++ b/docs/clamp/acm/design-impl/participants/tosca/automation-composition-kserve.yml @@ -0,0 +1,19 @@ +name: DemoInstance0 +version: 1.0.1 +compositionId: {{compositionId}} +description: Demo automation composition instance 0 +elements: + 709c62b3-8918-41b9-a747-d21eb79c6c26: + id: 709c62b3-8918-41b9-a747-d21eb79c6c26 + definition: + name: onap.policy.clamp.ac.element.KserveAutomationCompositionElement + version: 1.2.3 + description: Starter Automation Composition Element for the Demo + properties: + kserveInferenceEntities: + - kserveInferenceEntityId: + name: entity1 + version: 1.0.1 + name: demo-inference-service + namespace: demo-namespace + payload: '{"apiVersion": "serving.kserve.io/v1beta1","kind": "InferenceService","metadata": {"name": "sklearn-iris"},"spec": {"predictor": {"model":{"modelFormat": {"name": "sklearn"},"storageUri": "gs://kfserving-examples/models/sklearn/1.0/model"}}}}' |