sagemaker-core 1.0.40__tar.gz → 1.0.41__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.40/src/sagemaker_core.egg-info → sagemaker_core-1.0.41}/PKG-INFO +1 -1
- sagemaker_core-1.0.41/VERSION +1 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/resources.py +3 -3
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41/src/sagemaker_core.egg-info}/PKG-INFO +1 -1
- sagemaker_core-1.0.40/VERSION +0 -1
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/LICENSE +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/README.rst +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/pyproject.toml +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/setup.cfg +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/_version.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/helper/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/helper/session_helper.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/base.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/codec.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/constants.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/shape_dag.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/config_schema.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/default_configs_helper.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/exceptions.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/logs.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/shapes.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/user_agent.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/utils.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/resources/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/shapes/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/__init__.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/codegen.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/constants.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/data_extractor.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/method.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/resources_codegen.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/resources_extractor.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/shapes_codegen.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/shapes_extractor.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/templates.py +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core.egg-info/SOURCES.txt +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core.egg-info/dependency_links.txt +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core.egg-info/requires.txt +0 -0
- {sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.0.41
|
|
@@ -3275,7 +3275,7 @@ class Cluster(Base):
|
|
|
3275
3275
|
def create(
|
|
3276
3276
|
cls,
|
|
3277
3277
|
cluster_name: str,
|
|
3278
|
-
instance_groups: List[shapes.ClusterInstanceGroupSpecification],
|
|
3278
|
+
instance_groups: Optional[List[shapes.ClusterInstanceGroupSpecification]] = Unassigned(),
|
|
3279
3279
|
vpc_config: Optional[shapes.VpcConfig] = Unassigned(),
|
|
3280
3280
|
tags: Optional[List[shapes.Tag]] = Unassigned(),
|
|
3281
3281
|
orchestrator: Optional[shapes.ClusterOrchestrator] = Unassigned(),
|
|
@@ -3437,7 +3437,7 @@ class Cluster(Base):
|
|
|
3437
3437
|
@Base.add_validate_call
|
|
3438
3438
|
def update(
|
|
3439
3439
|
self,
|
|
3440
|
-
instance_groups: List[shapes.ClusterInstanceGroupSpecification],
|
|
3440
|
+
instance_groups: Optional[List[shapes.ClusterInstanceGroupSpecification]] = Unassigned(),
|
|
3441
3441
|
node_recovery: Optional[str] = Unassigned(),
|
|
3442
3442
|
instance_groups_to_delete: Optional[List[str]] = Unassigned(),
|
|
3443
3443
|
) -> Optional["Cluster"]:
|
|
@@ -3664,7 +3664,7 @@ class Cluster(Base):
|
|
|
3664
3664
|
Parameters:
|
|
3665
3665
|
creation_time_after: Set a start time for the time range during which you want to list SageMaker HyperPod clusters. Timestamps are formatted according to the ISO 8601 standard. Acceptable formats include: YYYY-MM-DDThh:mm:ss.sssTZD (UTC), for example, 2014-10-01T20:30:00.000Z YYYY-MM-DDThh:mm:ss.sssTZD (with offset), for example, 2014-10-01T12:30:00.000-08:00 YYYY-MM-DD, for example, 2014-10-01 Unix time in seconds, for example, 1412195400. This is also referred to as Unix Epoch time and represents the number of seconds since midnight, January 1, 1970 UTC. For more information about the timestamp format, see Timestamp in the Amazon Web Services Command Line Interface User Guide.
|
|
3666
3666
|
creation_time_before: Set an end time for the time range during which you want to list SageMaker HyperPod clusters. A filter that returns nodes in a SageMaker HyperPod cluster created before the specified time. The acceptable formats are the same as the timestamp formats for CreationTimeAfter. For more information about the timestamp format, see Timestamp in the Amazon Web Services Command Line Interface User Guide.
|
|
3667
|
-
max_results:
|
|
3667
|
+
max_results: Specifies the maximum number of clusters to evaluate for the operation (not necessarily the number of matching items). After SageMaker processes the number of clusters up to MaxResults, it stops the operation and returns the matching clusters up to that point. If all the matching clusters are desired, SageMaker will go through all the clusters until NextToken is empty.
|
|
3668
3668
|
name_contains: Set the maximum number of instances to print in the list.
|
|
3669
3669
|
next_token: Set the next token to retrieve the list of SageMaker HyperPod clusters.
|
|
3670
3670
|
sort_by: The field by which to sort results. The default value is CREATION_TIME.
|
sagemaker_core-1.0.40/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.0.40
|
|
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.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/__init__.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/base.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/codec.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/constants.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/main/code_injection/shape_dag.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/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.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/resources_codegen.py
RENAMED
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/resources_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core/tools/shapes_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sagemaker_core-1.0.40 → sagemaker_core-1.0.41}/src/sagemaker_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|