-
Notifications
You must be signed in to change notification settings - Fork 0
Create new landing page for sagemaker python sdk #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
✅ I finished the proposed code changes, and the pull request is ready for review: #2. Comment on the pull request to provide feedback and request a new iteration. |
⏳ I'm working on generating code for this issue. I'll update this issue with a comment and open a pull request when I'm done. |
I'm getting ready to upgrade your code to Java 17. |
I'm running the GitHub Actions workflow required to transform your code. |
Before I can start on the transformation request, you need to enable GitHub Actions for this repository, and you need at least one runner online. To upgrade your code, complete the following steps:
name: Q Code Transformation
on:
push:
branches:
- 'Q-TRANSFORM-issue-*'
jobs:
q-code-transformation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build and copy dependencies
run: |
mvn ${{ env.MAVEN_CLI_OPTS }} verify
mvn ${{ env.MAVEN_CLI_OPTS }} dependency:copy-dependencies -DoutputDirectory=dependencies -Dmdep.useRepositoryLayout=true -Dmdep.copyPom=true -Dmdep.addParentPoms=true
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: q-code-transformation-dependencies
path: dependencies
For more information, see managing workflow runs in the GitHub documentation. |
What did you find confusing? Please describe.
The landing page https://sagemaker.readthedocs.io/en/stable/ is very text heavy and does not components and features, installation guide, etc.
Describe how documentation can be improved
summarize the
Components - Training (Debugger)
MLOps
SageMaker Core
Inference
Jumpstart
and
SDK Features -
Intelligent Defaults
Local Mode
Create a quickstart guide and installation steps
Additional context
Add any other context or screenshots about the documentation request here.
The text was updated successfully, but these errors were encountered: