sagemaker-core 1.0.36__tar.gz → 1.0.38__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.36/src/sagemaker_core.egg-info → sagemaker_core-1.0.38}/PKG-INFO +3 -3
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/README.rst +2 -2
- sagemaker_core-1.0.38/VERSION +1 -0
- sagemaker_core-1.0.36/src/sagemaker_core/main/intelligent_defaults_helper.py → sagemaker_core-1.0.38/src/sagemaker_core/main/default_configs_helper.py +2 -2
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/exceptions.py +8 -8
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/resources.py +1 -1
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/shapes.py +1 -1
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/constants.py +1 -1
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/resources_codegen.py +7 -7
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38/src/sagemaker_core.egg-info}/PKG-INFO +3 -3
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core.egg-info/SOURCES.txt +1 -1
- sagemaker_core-1.0.36/VERSION +0 -1
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/LICENSE +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/pyproject.toml +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/setup.cfg +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/shape_dag.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sagemaker-core
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.38
|
|
4
4
|
Summary: An python package for sagemaker core functionalities
|
|
5
5
|
Author-email: AWS <sagemaker-interests@amazon.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/aws/sagemaker-core.git
|
|
@@ -63,13 +63,13 @@ Key Features
|
|
|
63
63
|
* **Abstraction of Low-Level Details**: Automatically handles resource state transitions and polling logic, freeing developers from managing these intricacies and allowing them to focus on higher-level tasks.
|
|
64
64
|
* **Auto Code Completion**: Enhances the developer experience by offering real-time suggestions and completions in popular IDEs, reducing syntax errors and speeding up the coding process.
|
|
65
65
|
* **Comprehensive Documentation and Type Hints**: Provides detailed guidance and type hints to help developers understand functionalities, write code faster, and reduce errors without complex API navigation.
|
|
66
|
-
* **Incorporation of
|
|
66
|
+
* **Incorporation of Default Configs**: Integrates the previous SageMaker SDK feature of default configs, allowing developers to set default values for parameters like IAM roles and VPC configurations. This streamlines the setup process, enabling developers to focus on customizations specific to their use case.
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
Benefits
|
|
70
70
|
--------
|
|
71
71
|
|
|
72
|
-
* **Simplified Development**: By abstracting low-level details and providing
|
|
72
|
+
* **Simplified Development**: By abstracting low-level details and providing default configs, developers can focus on building and deploying machine learning models without getting bogged down by repetitive tasks.
|
|
73
73
|
* **Increased Productivity**: The SDK's features, such as auto code completion and type hints, help developers write code faster and with fewer errors.
|
|
74
74
|
* **Enhanced Readability**: Resource chaining and dedicated resource classes result in more readable and maintainable code.
|
|
75
75
|
|
|
@@ -31,13 +31,13 @@ Key Features
|
|
|
31
31
|
* **Abstraction of Low-Level Details**: Automatically handles resource state transitions and polling logic, freeing developers from managing these intricacies and allowing them to focus on higher-level tasks.
|
|
32
32
|
* **Auto Code Completion**: Enhances the developer experience by offering real-time suggestions and completions in popular IDEs, reducing syntax errors and speeding up the coding process.
|
|
33
33
|
* **Comprehensive Documentation and Type Hints**: Provides detailed guidance and type hints to help developers understand functionalities, write code faster, and reduce errors without complex API navigation.
|
|
34
|
-
* **Incorporation of
|
|
34
|
+
* **Incorporation of Default Configs**: Integrates the previous SageMaker SDK feature of default configs, allowing developers to set default values for parameters like IAM roles and VPC configurations. This streamlines the setup process, enabling developers to focus on customizations specific to their use case.
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Benefits
|
|
38
38
|
--------
|
|
39
39
|
|
|
40
|
-
* **Simplified Development**: By abstracting low-level details and providing
|
|
40
|
+
* **Simplified Development**: By abstracting low-level details and providing default configs, developers can focus on building and deploying machine learning models without getting bogged down by repetitive tasks.
|
|
41
41
|
* **Increased Productivity**: The SDK's features, such as auto code completion and type hints, help developers write code faster and with fewer errors.
|
|
42
42
|
* **Enhanced Readability**: Resource chaining and dedicated resource classes result in more readable and maintainable code.
|
|
43
43
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.38
|
|
@@ -29,7 +29,7 @@ from sagemaker_core.main.config_schema import SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA
|
|
|
29
29
|
from sagemaker_core.main.exceptions import (
|
|
30
30
|
LocalConfigNotFoundError,
|
|
31
31
|
S3ConfigNotFoundError,
|
|
32
|
-
|
|
32
|
+
DefaultConfigsError,
|
|
33
33
|
ConfigSchemaValidationError,
|
|
34
34
|
)
|
|
35
35
|
from sagemaker_core.main.utils import get_textual_rich_logger
|
|
@@ -116,7 +116,7 @@ def _load_config_from_s3(s3_uri, s3_resource_for_config) -> dict:
|
|
|
116
116
|
boto_session = boto3.DEFAULT_SESSION or boto3.Session()
|
|
117
117
|
boto_region_name = boto_session.region_name
|
|
118
118
|
if boto_region_name is None:
|
|
119
|
-
raise
|
|
119
|
+
raise DefaultConfigsError(
|
|
120
120
|
message=(
|
|
121
121
|
"Valid region is not provided in the Boto3 session."
|
|
122
122
|
+ "Setup local AWS configuration with a valid region supported by SageMaker."
|
|
@@ -91,21 +91,21 @@ class TimeoutExceededError(WaiterError):
|
|
|
91
91
|
super().__init__(resource_type=resource_type, status=status, reason=reason)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
###
|
|
95
|
-
class
|
|
96
|
-
"""Raised when an error occurs in the
|
|
94
|
+
### Default Configs Errors
|
|
95
|
+
class DefaultConfigsError(SageMakerCoreError):
|
|
96
|
+
"""Raised when an error occurs in the Default Configs"""
|
|
97
97
|
|
|
98
|
-
fmt = "An error occurred while loading
|
|
98
|
+
fmt = "An error occurred while loading Default Configs. {message}"
|
|
99
99
|
|
|
100
100
|
def __init__(self, message="", **kwargs):
|
|
101
|
-
"""Initialize an
|
|
101
|
+
"""Initialize an DefaultConfigsError exception.
|
|
102
102
|
Args:
|
|
103
103
|
message (str): A message describing the error.
|
|
104
104
|
"""
|
|
105
105
|
super().__init__(message=message, **kwargs)
|
|
106
106
|
|
|
107
107
|
|
|
108
|
-
class LocalConfigNotFoundError(
|
|
108
|
+
class LocalConfigNotFoundError(DefaultConfigsError):
|
|
109
109
|
"""Raised when a configuration file is not found in local file system"""
|
|
110
110
|
|
|
111
111
|
fmt = "Failed to load configuration file from location: {file_path}. {message}"
|
|
@@ -119,7 +119,7 @@ class LocalConfigNotFoundError(IntelligentDefaultsError):
|
|
|
119
119
|
super().__init__(file_path=file_path, message=message)
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
class S3ConfigNotFoundError(
|
|
122
|
+
class S3ConfigNotFoundError(DefaultConfigsError):
|
|
123
123
|
"""Raised when a configuration file is not found in S3"""
|
|
124
124
|
|
|
125
125
|
fmt = "Failed to load configuration file from S3 location: {s3_uri}. {message}"
|
|
@@ -133,7 +133,7 @@ class S3ConfigNotFoundError(IntelligentDefaultsError):
|
|
|
133
133
|
super().__init__(s3_uri=s3_uri, message=message)
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
class ConfigSchemaValidationError(
|
|
136
|
+
class ConfigSchemaValidationError(DefaultConfigsError, ValidationError):
|
|
137
137
|
"""Raised when a configuration file does not adhere to the schema"""
|
|
138
138
|
|
|
139
139
|
fmt = "Failed to validate configuration file from location: {file_path}. {message}"
|
|
@@ -37,7 +37,7 @@ from sagemaker_core.main.utils import (
|
|
|
37
37
|
is_primitive_list,
|
|
38
38
|
serialize,
|
|
39
39
|
)
|
|
40
|
-
from sagemaker_core.main.
|
|
40
|
+
from sagemaker_core.main.default_configs_helper import (
|
|
41
41
|
load_default_configs_for_resource_name,
|
|
42
42
|
get_config_value,
|
|
43
43
|
)
|
|
@@ -868,7 +868,7 @@ class S3DataSource(Base):
|
|
|
868
868
|
|
|
869
869
|
Attributes
|
|
870
870
|
----------------------
|
|
871
|
-
s3_data_type: If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel's input mode is Pipe.
|
|
871
|
+
s3_data_type: If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel's input mode is Pipe. If you choose Converse, S3Uri identifies an Amazon S3 location that contains data formatted according to Converse format. This format structures conversational messages with specific roles and content types used for training and fine-tuning foundational models.
|
|
872
872
|
s3_uri: Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example: A key name prefix might look like this: s3://bucketname/exampleprefix/ A manifest might look like this: s3://bucketname/example.manifest A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets. The following code example shows a valid manifest format: [ {"prefix": "s3://customer_bucket/some/prefix/"}, "relative/path/to/custdata-1", "relative/path/custdata-2", ... "relative/path/custdata-N" ] This JSON is equivalent to the following S3Uri list: s3://customer_bucket/some/prefix/relative/path/to/custdata-1 s3://customer_bucket/some/prefix/relative/path/custdata-2 ... s3://customer_bucket/some/prefix/relative/path/custdata-N The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that SageMaker uses to perform tasks on your behalf. Your input bucket must be located in same Amazon Web Services region as your training job.
|
|
873
873
|
s3_data_distribution_type: If you want SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated. If you want SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data. Don't choose more ML compute instances for training than available S3 objects. If you do, some nodes won't get any data and you will pay for nodes that aren't getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms. In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.
|
|
874
874
|
attribute_names: A list of one or more attribute names to use that are found in a specified augmented manifest file.
|
|
@@ -88,7 +88,7 @@ METRICS_SERVICE_JSON_FILE_PATH = os.getcwd() + "/sample/sagemaker-metrics/2022-0
|
|
|
88
88
|
|
|
89
89
|
GENERATED_CLASSES_LOCATION = os.getcwd() + "/src/sagemaker_core/main"
|
|
90
90
|
UTILS_CODEGEN_FILE_NAME = "utils.py"
|
|
91
|
-
|
|
91
|
+
DEFAULT_CONFIGS_CODEGEN_FILE_NAME = "default_configs_helper.py"
|
|
92
92
|
|
|
93
93
|
RESOURCES_CODEGEN_FILE_NAME = "resources.py"
|
|
94
94
|
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
@@ -17,7 +17,7 @@ import os
|
|
|
17
17
|
import json
|
|
18
18
|
from sagemaker_core.main.code_injection.codec import pascal_to_snake
|
|
19
19
|
from sagemaker_core.main.config_schema import SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA
|
|
20
|
-
from sagemaker_core.main.exceptions import
|
|
20
|
+
from sagemaker_core.main.exceptions import DefaultConfigsError
|
|
21
21
|
from sagemaker_core.main.utils import get_textual_rich_logger
|
|
22
22
|
from sagemaker_core.tools.constants import (
|
|
23
23
|
BASIC_RETURN_TYPES,
|
|
@@ -190,7 +190,7 @@ class ResourcesCodeGen:
|
|
|
190
190
|
"from sagemaker_core.main.code_injection.constants import Color",
|
|
191
191
|
"from sagemaker_core.main.utils import SageMakerClient, ResourceIterator, Unassigned, get_textual_rich_logger, "
|
|
192
192
|
"snake_to_pascal, pascal_to_snake, is_not_primitive, is_not_str_dict, is_primitive_list, serialize",
|
|
193
|
-
"from sagemaker_core.main.
|
|
193
|
+
"from sagemaker_core.main.default_configs_helper import load_default_configs_for_resource_name, get_config_value",
|
|
194
194
|
"from sagemaker_core.main.logs import MultiLogStreamHandler",
|
|
195
195
|
"from sagemaker_core.main.exceptions import *",
|
|
196
196
|
"import sagemaker_core.main.shapes as shapes",
|
|
@@ -859,7 +859,7 @@ class ResourcesCodeGen:
|
|
|
859
859
|
operation_input_shape_name=operation_input_shape_name,
|
|
860
860
|
include_session_region=True,
|
|
861
861
|
include_return_resource_docstring=True,
|
|
862
|
-
|
|
862
|
+
include_default_configs_errors=True,
|
|
863
863
|
)
|
|
864
864
|
|
|
865
865
|
if "Describe" + resource_name in self.operations:
|
|
@@ -956,7 +956,7 @@ class ResourcesCodeGen:
|
|
|
956
956
|
include_session_region: bool = False,
|
|
957
957
|
include_return_resource_docstring: bool = False,
|
|
958
958
|
return_string: str = None,
|
|
959
|
-
|
|
959
|
+
include_default_configs_errors: bool = False,
|
|
960
960
|
exclude_resource_attrs: list = None,
|
|
961
961
|
) -> str:
|
|
962
962
|
"""
|
|
@@ -970,7 +970,7 @@ class ResourcesCodeGen:
|
|
|
970
970
|
include_session_region (bool): Whether to include session and region documentation.
|
|
971
971
|
include_return_resource_docstring (bool): Whether to include resource-specific documentation.
|
|
972
972
|
return_string (str): The return string.
|
|
973
|
-
|
|
973
|
+
include_default_configs_errors (bool): Whether to include default configs errors.
|
|
974
974
|
exclude_resource_attrs (list): A list of attributes to exclude from the docstring.
|
|
975
975
|
|
|
976
976
|
Returns:
|
|
@@ -1000,8 +1000,8 @@ class ResourcesCodeGen:
|
|
|
1000
1000
|
|
|
1001
1001
|
docstring += self._exception_docstring(operation_name)
|
|
1002
1002
|
|
|
1003
|
-
if
|
|
1004
|
-
subclasses = set(
|
|
1003
|
+
if include_default_configs_errors:
|
|
1004
|
+
subclasses = set(DefaultConfigsError.__subclasses__())
|
|
1005
1005
|
_id_exception_docstrings = [
|
|
1006
1006
|
f"\n {subclass.__name__}: {subclass.__doc__}" for subclass in subclasses
|
|
1007
1007
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sagemaker-core
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.38
|
|
4
4
|
Summary: An python package for sagemaker core functionalities
|
|
5
5
|
Author-email: AWS <sagemaker-interests@amazon.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/aws/sagemaker-core.git
|
|
@@ -63,13 +63,13 @@ Key Features
|
|
|
63
63
|
* **Abstraction of Low-Level Details**: Automatically handles resource state transitions and polling logic, freeing developers from managing these intricacies and allowing them to focus on higher-level tasks.
|
|
64
64
|
* **Auto Code Completion**: Enhances the developer experience by offering real-time suggestions and completions in popular IDEs, reducing syntax errors and speeding up the coding process.
|
|
65
65
|
* **Comprehensive Documentation and Type Hints**: Provides detailed guidance and type hints to help developers understand functionalities, write code faster, and reduce errors without complex API navigation.
|
|
66
|
-
* **Incorporation of
|
|
66
|
+
* **Incorporation of Default Configs**: Integrates the previous SageMaker SDK feature of default configs, allowing developers to set default values for parameters like IAM roles and VPC configurations. This streamlines the setup process, enabling developers to focus on customizations specific to their use case.
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
Benefits
|
|
70
70
|
--------
|
|
71
71
|
|
|
72
|
-
* **Simplified Development**: By abstracting low-level details and providing
|
|
72
|
+
* **Simplified Development**: By abstracting low-level details and providing default configs, developers can focus on building and deploying machine learning models without getting bogged down by repetitive tasks.
|
|
73
73
|
* **Increased Productivity**: The SDK's features, such as auto code completion and type hints, help developers write code faster and with fewer errors.
|
|
74
74
|
* **Enhanced Readability**: Resource chaining and dedicated resource classes result in more readable and maintainable code.
|
|
75
75
|
|
|
@@ -14,8 +14,8 @@ src/sagemaker_core/helper/__init__.py
|
|
|
14
14
|
src/sagemaker_core/helper/session_helper.py
|
|
15
15
|
src/sagemaker_core/main/__init__.py
|
|
16
16
|
src/sagemaker_core/main/config_schema.py
|
|
17
|
+
src/sagemaker_core/main/default_configs_helper.py
|
|
17
18
|
src/sagemaker_core/main/exceptions.py
|
|
18
|
-
src/sagemaker_core/main/intelligent_defaults_helper.py
|
|
19
19
|
src/sagemaker_core/main/logs.py
|
|
20
20
|
src/sagemaker_core/main/resources.py
|
|
21
21
|
src/sagemaker_core/main/shapes.py
|
sagemaker_core-1.0.36/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.36
|
|
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.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/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
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.36 → sagemaker_core-1.0.38}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|