챱챱
2023. 11. 2.
🛠 [BentoML] FormData을 BentoML input으로 받기
🛠 [BentoML] Form-data을 BentoML input으로 받기BentoML에서 API를 사용할 수 있는데, input과 output을 지정해줘야함 -> input과 output은 BentoML API IO Descriptor를 따라야합니다.https://docs.bentoml.org/en/latest/reference/api_io_descriptors.html API IO DescriptorsIO Descriptors are used for describing the input and output spec of a Service API. Here’s a list of built-in IO Descriptors and APIs for extending custom IO Descriptor. ..