sagemaker-core 1.0.58__tar.gz → 1.0.59__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.58/src/sagemaker_core.egg-info → sagemaker_core-1.0.59}/PKG-INFO +1 -1
- sagemaker_core-1.0.59/VERSION +1 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/shape_dag.py +2 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/shapes.py +4 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.58/VERSION +0 -1
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/LICENSE +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/README.rst +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/pyproject.toml +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/setup.cfg +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/default_configs_helper.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/resources.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.59
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/shape_dag.py
RENAMED
|
@@ -6708,6 +6708,7 @@ SHAPE_DAG = {
|
|
|
6708
6708
|
"shape": "UnifiedStudioSettings",
|
|
6709
6709
|
"type": "structure",
|
|
6710
6710
|
},
|
|
6711
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
6711
6712
|
],
|
|
6712
6713
|
"type": "structure",
|
|
6713
6714
|
},
|
|
@@ -6736,6 +6737,7 @@ SHAPE_DAG = {
|
|
|
6736
6737
|
"shape": "UnifiedStudioSettings",
|
|
6737
6738
|
"type": "structure",
|
|
6738
6739
|
},
|
|
6740
|
+
{"name": "IpAddressType", "shape": "IPAddressType", "type": "string"},
|
|
6739
6741
|
],
|
|
6740
6742
|
"type": "structure",
|
|
6741
6743
|
},
|
|
@@ -5477,6 +5477,7 @@ class DomainSettings(Base):
|
|
|
5477
5477
|
docker_settings: A collection of settings that configure the domain's Docker interaction.
|
|
5478
5478
|
amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.
|
|
5479
5479
|
unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
|
|
5480
|
+
ip_address_type: The IP address type for the domain. Specify ipv4 for IPv4-only connectivity or dualstack for both IPv4 and IPv6 connectivity. When you specify dualstack, the subnet must support IPv6 CIDR blocks. If not specified, defaults to ipv4.
|
|
5480
5481
|
"""
|
|
5481
5482
|
|
|
5482
5483
|
security_group_ids: Optional[List[str]] = Unassigned()
|
|
@@ -5488,6 +5489,7 @@ class DomainSettings(Base):
|
|
|
5488
5489
|
docker_settings: Optional[DockerSettings] = Unassigned()
|
|
5489
5490
|
amazon_q_settings: Optional[AmazonQSettings] = Unassigned()
|
|
5490
5491
|
unified_studio_settings: Optional[UnifiedStudioSettings] = Unassigned()
|
|
5492
|
+
ip_address_type: Optional[str] = Unassigned()
|
|
5491
5493
|
|
|
5492
5494
|
|
|
5493
5495
|
class DefaultSpaceSettings(Base):
|
|
@@ -10311,6 +10313,7 @@ class DomainSettingsForUpdate(Base):
|
|
|
10311
10313
|
docker_settings: A collection of settings that configure the domain's Docker interaction.
|
|
10312
10314
|
amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain.
|
|
10313
10315
|
unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
|
|
10316
|
+
ip_address_type: The IP address type for the domain. Specify ipv4 for IPv4-only connectivity or dualstack for both IPv4 and IPv6 connectivity. When you specify dualstack, the subnet must support IPv6 CIDR blocks.
|
|
10314
10317
|
"""
|
|
10315
10318
|
|
|
10316
10319
|
r_studio_server_pro_domain_settings_for_update: Optional[
|
|
@@ -10324,6 +10327,7 @@ class DomainSettingsForUpdate(Base):
|
|
|
10324
10327
|
docker_settings: Optional[DockerSettings] = Unassigned()
|
|
10325
10328
|
amazon_q_settings: Optional[AmazonQSettings] = Unassigned()
|
|
10326
10329
|
unified_studio_settings: Optional[UnifiedStudioSettings] = Unassigned()
|
|
10330
|
+
ip_address_type: Optional[str] = Unassigned()
|
|
10327
10331
|
|
|
10328
10332
|
|
|
10329
10333
|
class PredefinedMetricSpecification(Base):
|
sagemaker_core-1.0.58/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.58
|
|
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.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/main/default_configs_helper.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
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.58 → sagemaker_core-1.0.59}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|