name: Create a KServe model layout using Unix description: Serve Models using KServe Unix inputs: - {name: bucket, type: String} - {name: model_input, type: String} - {name: model_archive_name, type: String} implementation: container: image: {image_url} command: ["/bin/sh","/app/submit.sh"] args: - {inputValue: bucket} - {inputValue: model_input} - {inputValue: model_archive_name}