Giter Site home page Giter Site logo

Comments (5)

wong-a avatar wong-a commented on June 16, 2024 1

Unfortunately, I don't have a concrete plan to share about new features, but we are still maintaining this package. That being said, community contributions are more than welcome :)

from aws-step-functions-data-science-sdk-python.

wong-a avatar wong-a commented on June 16, 2024

Unfortunately we haven't invested time much in this project recently. Which features do you use and what is missing for you?

The closest similar library is AWS CDK which allows creation of state machines in Python, TypeScript, Go, .NET, and Java
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_stepfunctions/README.html

It doesn't have the same integration with Jupyter notebooks or prebuilt pipelines though. But if you just want to use Python to author the workflow, it's worth checking out.

from aws-step-functions-data-science-sdk-python.

Ce11an avatar Ce11an commented on June 16, 2024

Thanks for the information! There are several SageMaker steps that are not in the SDK. We have orchestrated our ML pipelines with this SDK in the past but may switch to the SageMaker SDK as there is more support now.

On a side note, do you know the best way to size the cost between using SageMaker Pipelines as opposed to using Step Functions? My team prefers to write steps/pipelines in python as opposed to json/UI.

from aws-step-functions-data-science-sdk-python.

wong-a avatar wong-a commented on June 16, 2024

AWS Step Functions now supports calling any AWS API (including SageMaker) using AWS SDK Integrations. I think you could use these today with the base Task step and providing the Parameters for the service integration you want to use, which is all the service integration step classes do in this SDK. Here's an example for SageMaker CreateTrainingJob. It could be much simpler depending on the parameters for the API. https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/main/src/stepfunctions/steps/sagemaker.py#L45-L153

Here are the pricing pages for Step Functions and SageMaker:
https://aws.amazon.com/sagemaker/pricing/
https://aws.amazon.com/step-functions/pricing/

With Step Functions, you would only pay for state transitions when you execute a workflow plus the costs of using SageMaker APIs. AFAIK, SageMaker Pipelines themselves do not have any cost, but you still pay for the resources for each step and there is a cost for viewing them in SageMaker Studio.

from aws-step-functions-data-science-sdk-python.

Ce11an avatar Ce11an commented on June 16, 2024

That's great to know, thanks. Do you know if you will have capacity to work on this library in the future? Or are features for this library going to be more community driven? Happy to close this ticket if you are 😄

from aws-step-functions-data-science-sdk-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.