sagemaker-core 1.0.18__tar.gz → 1.0.20__tar.gz
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-1.0.18/src/sagemaker_core.egg-info → sagemaker_core-1.0.20}/PKG-INFO +1 -1
- sagemaker_core-1.0.20/VERSION +1 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/shapes.py +3 -3
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.18/VERSION +0 -1
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/LICENSE +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/MANIFEST.in +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/README.rst +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/pyproject.toml +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/setup.cfg +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/shape_dag.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/intelligent_defaults_helper.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/resources.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.20
|
|
@@ -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.
|
|
@@ -1198,12 +1198,12 @@ class AnnotationConsolidationConfig(Base):
|
|
|
1198
1198
|
class ResourceSpec(Base):
|
|
1199
1199
|
"""
|
|
1200
1200
|
ResourceSpec
|
|
1201
|
-
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
|
|
1201
|
+
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on. When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.
|
|
1202
1202
|
|
|
1203
1203
|
Attributes
|
|
1204
1204
|
----------------------
|
|
1205
1205
|
sage_maker_image_arn: The ARN of the SageMaker AI image that the image version belongs to.
|
|
1206
|
-
sage_maker_image_version_arn: The ARN of the image version created on the instance.
|
|
1206
|
+
sage_maker_image_version_arn: The ARN of the image version created on the instance. To clear the value set for SageMakerImageVersionArn, pass None as the value.
|
|
1207
1207
|
sage_maker_image_version_alias: The SageMakerImageVersionAlias of the image to launch with. This value is in SemVer 2.0.0 versioning format.
|
|
1208
1208
|
instance_type: The instance type that the image version runs on. JupyterServer apps only support the system value. For KernelGateway apps, the system value is translated to ml.t3.medium. KernelGateway apps also support all other values for available instance types.
|
|
1209
1209
|
lifecycle_config_arn: The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
sagemaker_core-1.0.18/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.18
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/main/code_injection/shape_dag.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.18 → sagemaker_core-1.0.20}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|