kotlin/usecases/workflow_sagemaker_lambda/README.md
This example demonstrates how to create an AWS Lambda function for the Amazon SageMaker pipeline and geospatial job example.
A SageMaker pipeline is a series of interconnected steps that can be used to automate machine learning workflows. You can create and run pipelines from SageMaker Studio by using Python, but you can also do this by using AWS SDKs in other languages. Using the SDKs, you can create and run SageMaker pipelines and also monitor operations for them.
You need to build this Lambda function in order to successfully complete the Java example. You can find the full example under workflow_sagemaker_pipes.
To use this tutorial, you need the following:
You can compile the project into a .jar file, which will serve as input for Create and run a SageMaker geospatial pipeline using the SDK for Kotlin.
After you create the Kotlin Lambda project, you can build the required .jar file by using the shadowJar plugin.
Perform the following tasks:
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.