Skip to content

fix: update pricing link #2805

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

Merged
merged 32 commits into from
Jan 11, 2022
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dde8d00
fix: Set ProcessingStep upload locations deterministically to avoid c…
staubhp Dec 8, 2021
0f72907
fix: Prevent repack_model script from referencing nonexistent directo…
staubhp Dec 9, 2021
0bae071
fix: S3Input - add support for instance attributes (#2754)
mufaddal-rohawala Dec 15, 2021
17fe93e
fix: typos and broken link (#2765)
mohamed-ali Dec 16, 2021
0a8ca6a
fix: Model Registration with BYO scripts (#2797)
sreedes Dec 17, 2021
80ddf63
fix: update pricing link
ahsan-z-khan Dec 17, 2021
7bbdf04
Merge branch 'dev' into pricing-update
ahsan-z-khan Dec 17, 2021
f30e04d
update link
ahsan-z-khan Dec 22, 2021
185b4b0
fix: Add ContentType in test_auto_ml_describe
navinns Dec 27, 2021
5ec2ff4
fix: Re-deploy static integ test endpoint if it is not found
Dec 27, 2021
6356673
Merge branch 'dev' into pricing-update
navinsoni Dec 30, 2021
1312575
documentation :SageMaker model parallel library 1.6.0 API doc (#2814)
mchoi8739 Dec 30, 2021
8c023ba
Merge branch 'dev' into pricing-update
ahsan-z-khan Dec 30, 2021
6319bce
fix: fix kmeans test deletion sequence, increment lineage statics (#2…
mufaddal-rohawala Dec 31, 2021
a501670
Merge branch 'dev' into pricing-update
mufaddal-rohawala Dec 31, 2021
beeabbd
fix: Increment static lineage pipeline (#2817)
mufaddal-rohawala Jan 3, 2022
46e96a4
Merge branch 'dev' into pricing-update
mufaddal-rohawala Jan 4, 2022
81b77c8
fix: Model Registration with BYO scripts (#2797)
sreedes Dec 17, 2021
c8ca3b7
fix: Add ContentType in test_auto_ml_describe
navinns Dec 27, 2021
7104337
fix: Re-deploy static integ test endpoint if it is not found
Dec 27, 2021
ad29a0c
documentation :SageMaker model parallel library 1.6.0 API doc (#2814)
mchoi8739 Dec 30, 2021
bbe6284
fix: fix kmeans test deletion sequence, increment lineage statics (#2…
mufaddal-rohawala Dec 31, 2021
b026769
fix: Increment static lineage pipeline (#2817)
mufaddal-rohawala Jan 3, 2022
98b2ea6
Merge branch 'dev' into pricing-update
mufaddal-rohawala Jan 4, 2022
b2eb748
fix: Fix lineage query integ tests (#2823)
staubhp Jan 5, 2022
c6ff18c
change: Add label_headers option for Clarify ModelExplainabilityMonit…
xgchena Jan 7, 2022
d6af831
feat: default repack encryption (#2821)
JGuinegagne Jan 7, 2022
d38fd65
feature: support large pipeline (#2825)
navaj0 Jan 7, 2022
a9a0ea2
change: Add action type to lineage object (#2798)
yzhu0 Jan 7, 2022
9f27f85
fix: Collapse cross-account artifacts in query lineage response (#2796)
yzhu0 Jan 7, 2022
cba2224
feature: add support for pytorch 1.10.0 (#2795)
Qingzi-Lan Jan 10, 2022
595a6ba
Merge branch 'dev' into pricing-update
ahsan-z-khan Jan 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sagemaker/image_uris.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def retrieve(
py_version (str): The Python version. This is required if there is
more than one supported Python version for the given framework version.
instance_type (str): The SageMaker instance type. For supported types, see
https://aws.amazon.com/sagemaker/pricing/instance-types. This is required if
https://aws.amazon.com/sagemaker/pricing. This is required if
there are different images for different processor types.
accelerator_type (str): Elastic Inference accelerator type. For more, see
https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html.
Expand Down