sagemaker-core 1.0.18__py3-none-any.whl → 1.0.19__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sagemaker-core might be problematic. Click here for more details.
- sagemaker_core/main/shapes.py +1 -1
- {sagemaker_core-1.0.18.dist-info → sagemaker_core-1.0.19.dist-info}/METADATA +1 -1
- {sagemaker_core-1.0.18.dist-info → sagemaker_core-1.0.19.dist-info}/RECORD +6 -6
- {sagemaker_core-1.0.18.dist-info → sagemaker_core-1.0.19.dist-info}/LICENSE +0 -0
- {sagemaker_core-1.0.18.dist-info → sagemaker_core-1.0.19.dist-info}/WHEEL +0 -0
- {sagemaker_core-1.0.18.dist-info → sagemaker_core-1.0.19.dist-info}/top_level.txt +0 -0
sagemaker_core/main/shapes.py
CHANGED
|
@@ -615,7 +615,7 @@ class ModelPackageContainerDefinition(Base):
|
|
|
615
615
|
Attributes
|
|
616
616
|
----------------------
|
|
617
617
|
container_hostname: The DNS host name for the Docker container.
|
|
618
|
-
image: The Amazon
|
|
618
|
+
image: The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.
|
|
619
619
|
image_digest: An MD5 hash of the training algorithm that identifies the Docker image used for training.
|
|
620
620
|
model_data_url: The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The model artifacts must be in an S3 bucket that is in the same region as the model package.
|
|
621
621
|
model_data_source: Specifies the location of ML model data to deploy during endpoint creation.
|
|
@@ -8,7 +8,7 @@ sagemaker_core/main/exceptions.py,sha256=87DUlrmHxaWoiYNlpNY9ixxFMPRk_dIGPsA2e_x
|
|
|
8
8
|
sagemaker_core/main/intelligent_defaults_helper.py,sha256=5SDM6UavZtp-k5LhqRL7GRIDgzFB5UsC_p7YuiSPK9A,8334
|
|
9
9
|
sagemaker_core/main/logs.py,sha256=yfEH7uP91nbE1lefymOlBr81ziBzsDSIOF2Qyd54FJE,6241
|
|
10
10
|
sagemaker_core/main/resources.py,sha256=FeTaorHqxkTSc4W95gUz67AVjxNX8_BZz8P1fu4cGw4,1405497
|
|
11
|
-
sagemaker_core/main/shapes.py,sha256=
|
|
11
|
+
sagemaker_core/main/shapes.py,sha256=ceaYZStCDu1T_k35kx4cHqL_pUeW5Xv45gwOZtqJpMc,723397
|
|
12
12
|
sagemaker_core/main/user_agent.py,sha256=BPYDAfDd70ObP-VAjl7aDHALHyGknkpRP21ktVr_LDw,2744
|
|
13
13
|
sagemaker_core/main/utils.py,sha256=LCFDM6oxf6_e1i-_Dgtkm3ehl7YfoEpJ2kTTFTL6iOU,18471
|
|
14
14
|
sagemaker_core/main/code_injection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -28,8 +28,8 @@ sagemaker_core/tools/resources_extractor.py,sha256=hN61ehZbPnhFW-2FIVDi7NsEz4rLv
|
|
|
28
28
|
sagemaker_core/tools/shapes_codegen.py,sha256=_ve959bwH8usZ6dPlpXxi2on9t0hLpcmhRWnaWHCWMQ,11745
|
|
29
29
|
sagemaker_core/tools/shapes_extractor.py,sha256=GFy55JHGW0V8cwN5SL5gGLUxihLGswueyh5iNCn1sYk,12310
|
|
30
30
|
sagemaker_core/tools/templates.py,sha256=yX2RQKeClgYwKS5Qu_mDpnWJIBCuj0yELrdm95aiTpk,23262
|
|
31
|
-
sagemaker_core-1.0.
|
|
32
|
-
sagemaker_core-1.0.
|
|
33
|
-
sagemaker_core-1.0.
|
|
34
|
-
sagemaker_core-1.0.
|
|
35
|
-
sagemaker_core-1.0.
|
|
31
|
+
sagemaker_core-1.0.19.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
32
|
+
sagemaker_core-1.0.19.dist-info/METADATA,sha256=GUH_BNoA6GuL-22vTkvtdMDx4OoSjmdirqAvqWcKu1M,4863
|
|
33
|
+
sagemaker_core-1.0.19.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
34
|
+
sagemaker_core-1.0.19.dist-info/top_level.txt,sha256=R3GAZZ1zC5JxqdE_0x2Lu_WYi2Xfke7VsiP3L5zngfA,15
|
|
35
|
+
sagemaker_core-1.0.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|