Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Access Policy transformation
  6. Aggregator transformation
  7. B2B transformation
  8. Chunking transformation
  9. Cleanse transformation
  10. Data Masking transformation
  11. Data Services transformation
  12. Deduplicate transformation
  13. Expression transformation
  14. Filter transformation
  15. Hierarchy Builder transformation
  16. Hierarchy Parser transformation
  17. Hierarchy Processor transformation
  18. Input transformation
  19. Java transformation
  20. Java transformation API reference
  21. Joiner transformation
  22. Labeler transformation
  23. Lookup transformation
  24. Machine Learning transformation
  25. Mapplet transformation
  26. Normalizer transformation
  27. Output transformation
  28. Parse transformation
  29. Python transformation
  30. Rank transformation
  31. Router transformation
  32. Rule Specification transformation
  33. Sequence transformation
  34. Sorter transformation
  35. SQL transformation
  36. Structure Parser transformation
  37. Transaction Control transformation
  38. Union transformation
  39. Vector Embedding transformation
  40. Velocity transformation
  41. Verifier transformation
  42. Web Services transformation

Transformations

Transformations

Deploying the model as a REST endpoint

Deploying the model as a REST endpoint

The machine learning model must be deployed as a REST endpoint. The Machine Learning transformation uses the endpoint to communicate with the model.
Deploy the model as a REST endpoint according to your machine learning platform:
Amazon SageMaker
In Amazon SageMaker, use Amazon API Gateway and AWS Lambda to deploy the model as an endpoint.
For more information, refer to the instructions in the following AWS Machine Learning blog post:
https://aws.amazon.com/blogs/machine-learning/call-an-amazon-sagemaker-model-endpoint-using-amazon-api-gateway-and-aws-lambda/
Azure Machine Learning
In Azure Machine Learning, deploy the model as a real-time endpoint.
For more information about real-time endpoints, refer to the Microsoft Azure documentation.
After you deploy the model as a REST endpoint, create an API collection and configure a REST API request to access the endpoint.

0 COMMENTS

We’d like to hear from you!