aws-sdk-sagemaker 1.314.0 → 1.315.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +263 -7
- data/lib/aws-sdk-sagemaker/client_api.rb +147 -2
- data/lib/aws-sdk-sagemaker/types.rb +644 -88
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +141 -6
- data/sig/types.rbs +119 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a347b64ed5a1d30230f3329a6f46835a2d43ff5222de8c89c34b43da7106e4af
|
4
|
+
data.tar.gz: 5b2e0583342fc2810c793079c434f1afa206f06758cd098a8bf8d20470e83719
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7dc822ea241ecfa75924476027e71d17b975469b7af05e1e5d87347baf7b49a0b2e8e148f8f45bbd4762b3aee1c8efaffa94385213adc9a02dac67ebf5e4085
|
7
|
+
data.tar.gz: bd57f78c0aee984fd79783e6ccbfd813602eb80b531d9712c7b3661d466c88dccfcc471b7d006f616e7451b24a9d4ae4fe763ffbde1ebfe9f637e9ff033c1acc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.315.0 (2025-07-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for a new Restricted instance group type to enable a specialized environment for running Nova customization jobs on SageMaker HyperPod clusters. This release also adds support for SageMaker pipeline versioning.
|
8
|
+
|
4
9
|
1.314.0 (2025-07-03)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.315.0
|
@@ -685,7 +685,7 @@ module Aws::SageMaker
|
|
685
685
|
# The name of the SageMaker HyperPod cluster from which to delete the
|
686
686
|
# specified nodes.
|
687
687
|
#
|
688
|
-
# @option params [
|
688
|
+
# @option params [Array<String>] :node_ids
|
689
689
|
# A list of node IDs to be deleted from the specified cluster.
|
690
690
|
#
|
691
691
|
# <note markdown="1"> * For SageMaker HyperPod clusters using the Slurm workload manager,
|
@@ -710,7 +710,7 @@ module Aws::SageMaker
|
|
710
710
|
#
|
711
711
|
# resp = client.batch_delete_cluster_nodes({
|
712
712
|
# cluster_name: "ClusterNameOrArn", # required
|
713
|
-
# node_ids: ["ClusterNodeId"],
|
713
|
+
# node_ids: ["ClusterNodeId"],
|
714
714
|
# })
|
715
715
|
#
|
716
716
|
# @example Response structure
|
@@ -1977,6 +1977,10 @@ module Aws::SageMaker
|
|
1977
1977
|
# @option params [Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
|
1978
1978
|
# The instance groups to be created in the SageMaker HyperPod cluster.
|
1979
1979
|
#
|
1980
|
+
# @option params [Array<Types::ClusterRestrictedInstanceGroupSpecification>] :restricted_instance_groups
|
1981
|
+
# The specialized instance groups for training models like Amazon Nova
|
1982
|
+
# to be created in the SageMaker HyperPod cluster.
|
1983
|
+
#
|
1980
1984
|
# @option params [Types::VpcConfig] :vpc_config
|
1981
1985
|
# Specifies the Amazon Virtual Private Cloud (VPC) that is associated
|
1982
1986
|
# with the Amazon SageMaker HyperPod cluster. You can control access to
|
@@ -2094,6 +2098,55 @@ module Aws::SageMaker
|
|
2094
2098
|
# },
|
2095
2099
|
# },
|
2096
2100
|
# ],
|
2101
|
+
# restricted_instance_groups: [
|
2102
|
+
# {
|
2103
|
+
# instance_count: 1, # required
|
2104
|
+
# instance_group_name: "ClusterInstanceGroupName", # required
|
2105
|
+
# instance_type: "ml.p4d.24xlarge", # required, accepts ml.p4d.24xlarge, ml.p4de.24xlarge, ml.p5.48xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.c5n.large, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.16xlarge, ml.g6.12xlarge, ml.g6.24xlarge, ml.g6.48xlarge, ml.gr6.4xlarge, ml.gr6.8xlarge, ml.g6e.xlarge, ml.g6e.2xlarge, ml.g6e.4xlarge, ml.g6e.8xlarge, ml.g6e.16xlarge, ml.g6e.12xlarge, ml.g6e.24xlarge, ml.g6e.48xlarge, ml.p5e.48xlarge, ml.p5en.48xlarge, ml.p6-b200.48xlarge, ml.trn2.48xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.i3en.large, ml.i3en.xlarge, ml.i3en.2xlarge, ml.i3en.3xlarge, ml.i3en.6xlarge, ml.i3en.12xlarge, ml.i3en.24xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge
|
2106
|
+
# execution_role: "RoleArn", # required
|
2107
|
+
# threads_per_core: 1,
|
2108
|
+
# instance_storage_configs: [
|
2109
|
+
# {
|
2110
|
+
# ebs_volume_config: {
|
2111
|
+
# volume_size_in_gb: 1, # required
|
2112
|
+
# },
|
2113
|
+
# },
|
2114
|
+
# ],
|
2115
|
+
# on_start_deep_health_checks: ["InstanceStress"], # accepts InstanceStress, InstanceConnectivity
|
2116
|
+
# training_plan_arn: "TrainingPlanArn",
|
2117
|
+
# override_vpc_config: {
|
2118
|
+
# security_group_ids: ["SecurityGroupId"], # required
|
2119
|
+
# subnets: ["SubnetId"], # required
|
2120
|
+
# },
|
2121
|
+
# scheduled_update_config: {
|
2122
|
+
# schedule_expression: "CronScheduleExpression", # required
|
2123
|
+
# deployment_config: {
|
2124
|
+
# rolling_update_policy: {
|
2125
|
+
# maximum_batch_size: { # required
|
2126
|
+
# type: "INSTANCE_COUNT", # required, accepts INSTANCE_COUNT, CAPACITY_PERCENTAGE
|
2127
|
+
# value: 1, # required
|
2128
|
+
# },
|
2129
|
+
# rollback_maximum_batch_size: {
|
2130
|
+
# type: "INSTANCE_COUNT", # required, accepts INSTANCE_COUNT, CAPACITY_PERCENTAGE
|
2131
|
+
# value: 1, # required
|
2132
|
+
# },
|
2133
|
+
# },
|
2134
|
+
# wait_interval_in_seconds: 1,
|
2135
|
+
# auto_rollback_configuration: [
|
2136
|
+
# {
|
2137
|
+
# alarm_name: "AlarmName", # required
|
2138
|
+
# },
|
2139
|
+
# ],
|
2140
|
+
# },
|
2141
|
+
# },
|
2142
|
+
# environment_config: { # required
|
2143
|
+
# f_sx_lustre_config: {
|
2144
|
+
# size_in_gi_b: 1, # required
|
2145
|
+
# per_unit_storage_throughput: 1, # required
|
2146
|
+
# },
|
2147
|
+
# },
|
2148
|
+
# },
|
2149
|
+
# ],
|
2097
2150
|
# vpc_config: {
|
2098
2151
|
# security_group_ids: ["SecurityGroupId"], # required
|
2099
2152
|
# subnets: ["SubnetId"], # required
|
@@ -12999,6 +13052,7 @@ module Aws::SageMaker
|
|
12999
13052
|
# * {Types::DescribeClusterResponse#creation_time #creation_time} => Time
|
13000
13053
|
# * {Types::DescribeClusterResponse#failure_message #failure_message} => String
|
13001
13054
|
# * {Types::DescribeClusterResponse#instance_groups #instance_groups} => Array<Types::ClusterInstanceGroupDetails>
|
13055
|
+
# * {Types::DescribeClusterResponse#restricted_instance_groups #restricted_instance_groups} => Array<Types::ClusterRestrictedInstanceGroupDetails>
|
13002
13056
|
# * {Types::DescribeClusterResponse#vpc_config #vpc_config} => Types::VpcConfig
|
13003
13057
|
# * {Types::DescribeClusterResponse#orchestrator #orchestrator} => Types::ClusterOrchestrator
|
13004
13058
|
# * {Types::DescribeClusterResponse#node_recovery #node_recovery} => String
|
@@ -13044,6 +13098,35 @@ module Aws::SageMaker
|
|
13044
13098
|
# resp.instance_groups[0].scheduled_update_config.deployment_config.wait_interval_in_seconds #=> Integer
|
13045
13099
|
# resp.instance_groups[0].scheduled_update_config.deployment_config.auto_rollback_configuration #=> Array
|
13046
13100
|
# resp.instance_groups[0].scheduled_update_config.deployment_config.auto_rollback_configuration[0].alarm_name #=> String
|
13101
|
+
# resp.restricted_instance_groups #=> Array
|
13102
|
+
# resp.restricted_instance_groups[0].current_count #=> Integer
|
13103
|
+
# resp.restricted_instance_groups[0].target_count #=> Integer
|
13104
|
+
# resp.restricted_instance_groups[0].instance_group_name #=> String
|
13105
|
+
# resp.restricted_instance_groups[0].instance_type #=> String, one of "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.c5n.large", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.16xlarge", "ml.g6.12xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.gr6.4xlarge", "ml.gr6.8xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.16xlarge", "ml.g6e.12xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.p6-b200.48xlarge", "ml.trn2.48xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.i3en.large", "ml.i3en.xlarge", "ml.i3en.2xlarge", "ml.i3en.3xlarge", "ml.i3en.6xlarge", "ml.i3en.12xlarge", "ml.i3en.24xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge"
|
13106
|
+
# resp.restricted_instance_groups[0].execution_role #=> String
|
13107
|
+
# resp.restricted_instance_groups[0].threads_per_core #=> Integer
|
13108
|
+
# resp.restricted_instance_groups[0].instance_storage_configs #=> Array
|
13109
|
+
# resp.restricted_instance_groups[0].instance_storage_configs[0].ebs_volume_config.volume_size_in_gb #=> Integer
|
13110
|
+
# resp.restricted_instance_groups[0].on_start_deep_health_checks #=> Array
|
13111
|
+
# resp.restricted_instance_groups[0].on_start_deep_health_checks[0] #=> String, one of "InstanceStress", "InstanceConnectivity"
|
13112
|
+
# resp.restricted_instance_groups[0].status #=> String, one of "InService", "Creating", "Updating", "Failed", "Degraded", "SystemUpdating", "Deleting"
|
13113
|
+
# resp.restricted_instance_groups[0].training_plan_arn #=> String
|
13114
|
+
# resp.restricted_instance_groups[0].training_plan_status #=> String
|
13115
|
+
# resp.restricted_instance_groups[0].override_vpc_config.security_group_ids #=> Array
|
13116
|
+
# resp.restricted_instance_groups[0].override_vpc_config.security_group_ids[0] #=> String
|
13117
|
+
# resp.restricted_instance_groups[0].override_vpc_config.subnets #=> Array
|
13118
|
+
# resp.restricted_instance_groups[0].override_vpc_config.subnets[0] #=> String
|
13119
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.schedule_expression #=> String
|
13120
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.rolling_update_policy.maximum_batch_size.type #=> String, one of "INSTANCE_COUNT", "CAPACITY_PERCENTAGE"
|
13121
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.rolling_update_policy.maximum_batch_size.value #=> Integer
|
13122
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.rolling_update_policy.rollback_maximum_batch_size.type #=> String, one of "INSTANCE_COUNT", "CAPACITY_PERCENTAGE"
|
13123
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.rolling_update_policy.rollback_maximum_batch_size.value #=> Integer
|
13124
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.wait_interval_in_seconds #=> Integer
|
13125
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.auto_rollback_configuration #=> Array
|
13126
|
+
# resp.restricted_instance_groups[0].scheduled_update_config.deployment_config.auto_rollback_configuration[0].alarm_name #=> String
|
13127
|
+
# resp.restricted_instance_groups[0].environment_config.f_sx_lustre_config.size_in_gi_b #=> Integer
|
13128
|
+
# resp.restricted_instance_groups[0].environment_config.f_sx_lustre_config.per_unit_storage_throughput #=> Integer
|
13129
|
+
# resp.restricted_instance_groups[0].environment_config.s3_output_path #=> String
|
13047
13130
|
# resp.vpc_config.security_group_ids #=> Array
|
13048
13131
|
# resp.vpc_config.security_group_ids[0] #=> String
|
13049
13132
|
# resp.vpc_config.subnets #=> Array
|
@@ -13067,7 +13150,7 @@ module Aws::SageMaker
|
|
13067
13150
|
# The string name or the Amazon Resource Name (ARN) of the SageMaker
|
13068
13151
|
# HyperPod cluster in which the node is.
|
13069
13152
|
#
|
13070
|
-
# @option params [
|
13153
|
+
# @option params [String] :node_id
|
13071
13154
|
# The ID of the SageMaker HyperPod cluster node.
|
13072
13155
|
#
|
13073
13156
|
# @return [Types::DescribeClusterNodeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -13078,7 +13161,7 @@ module Aws::SageMaker
|
|
13078
13161
|
#
|
13079
13162
|
# resp = client.describe_cluster_node({
|
13080
13163
|
# cluster_name: "ClusterNameOrArn", # required
|
13081
|
-
# node_id: "ClusterNodeId",
|
13164
|
+
# node_id: "ClusterNodeId",
|
13082
13165
|
# })
|
13083
13166
|
#
|
13084
13167
|
# @example Response structure
|
@@ -16943,6 +17026,9 @@ module Aws::SageMaker
|
|
16943
17026
|
# @option params [required, String] :pipeline_name
|
16944
17027
|
# The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
16945
17028
|
#
|
17029
|
+
# @option params [Integer] :pipeline_version_id
|
17030
|
+
# The ID of the pipeline version to describe.
|
17031
|
+
#
|
16946
17032
|
# @return [Types::DescribePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16947
17033
|
#
|
16948
17034
|
# * {Types::DescribePipelineResponse#pipeline_arn #pipeline_arn} => String
|
@@ -16958,11 +17044,14 @@ module Aws::SageMaker
|
|
16958
17044
|
# * {Types::DescribePipelineResponse#created_by #created_by} => Types::UserContext
|
16959
17045
|
# * {Types::DescribePipelineResponse#last_modified_by #last_modified_by} => Types::UserContext
|
16960
17046
|
# * {Types::DescribePipelineResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
|
17047
|
+
# * {Types::DescribePipelineResponse#pipeline_version_display_name #pipeline_version_display_name} => String
|
17048
|
+
# * {Types::DescribePipelineResponse#pipeline_version_description #pipeline_version_description} => String
|
16961
17049
|
#
|
16962
17050
|
# @example Request syntax with placeholder values
|
16963
17051
|
#
|
16964
17052
|
# resp = client.describe_pipeline({
|
16965
17053
|
# pipeline_name: "PipelineNameOrArn", # required
|
17054
|
+
# pipeline_version_id: 1,
|
16966
17055
|
# })
|
16967
17056
|
#
|
16968
17057
|
# @example Response structure
|
@@ -16990,6 +17079,8 @@ module Aws::SageMaker
|
|
16990
17079
|
# resp.last_modified_by.iam_identity.principal_id #=> String
|
16991
17080
|
# resp.last_modified_by.iam_identity.source_identity #=> String
|
16992
17081
|
# resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
|
17082
|
+
# resp.pipeline_version_display_name #=> String
|
17083
|
+
# resp.pipeline_version_description #=> String
|
16993
17084
|
#
|
16994
17085
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline AWS API Documentation
|
16995
17086
|
#
|
@@ -17050,6 +17141,7 @@ module Aws::SageMaker
|
|
17050
17141
|
# * {Types::DescribePipelineExecutionResponse#last_modified_by #last_modified_by} => Types::UserContext
|
17051
17142
|
# * {Types::DescribePipelineExecutionResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
|
17052
17143
|
# * {Types::DescribePipelineExecutionResponse#selective_execution_config #selective_execution_config} => Types::SelectiveExecutionConfig
|
17144
|
+
# * {Types::DescribePipelineExecutionResponse#pipeline_version_id #pipeline_version_id} => Integer
|
17053
17145
|
#
|
17054
17146
|
# @example Request syntax with placeholder values
|
17055
17147
|
#
|
@@ -17085,6 +17177,7 @@ module Aws::SageMaker
|
|
17085
17177
|
# resp.selective_execution_config.source_pipeline_execution_arn #=> String
|
17086
17178
|
# resp.selective_execution_config.selected_steps #=> Array
|
17087
17179
|
# resp.selective_execution_config.selected_steps[0].step_name #=> String
|
17180
|
+
# resp.pipeline_version_id #=> Integer
|
17088
17181
|
#
|
17089
17182
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
|
17090
17183
|
#
|
@@ -18598,7 +18691,7 @@ module Aws::SageMaker
|
|
18598
18691
|
# @example Request syntax with placeholder values
|
18599
18692
|
#
|
18600
18693
|
# resp = client.get_search_suggestions({
|
18601
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, Model, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, FeatureMetadata, Image, ImageVersion, Project, HyperParameterTuningJob, ModelCard
|
18694
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, Model, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, FeatureMetadata, Image, ImageVersion, Project, HyperParameterTuningJob, ModelCard, PipelineVersion
|
18602
18695
|
# suggestion_query: {
|
18603
18696
|
# property_name_query: {
|
18604
18697
|
# property_name_hint: "PropertyNameHint", # required
|
@@ -23693,6 +23786,68 @@ module Aws::SageMaker
|
|
23693
23786
|
req.send_request(options)
|
23694
23787
|
end
|
23695
23788
|
|
23789
|
+
# Gets a list of all versions of the pipeline.
|
23790
|
+
#
|
23791
|
+
# @option params [required, String] :pipeline_name
|
23792
|
+
# The Amazon Resource Name (ARN) of the pipeline.
|
23793
|
+
#
|
23794
|
+
# @option params [Time,DateTime,Date,Integer,String] :created_after
|
23795
|
+
# A filter that returns the pipeline versions that were created after a
|
23796
|
+
# specified time.
|
23797
|
+
#
|
23798
|
+
# @option params [Time,DateTime,Date,Integer,String] :created_before
|
23799
|
+
# A filter that returns the pipeline versions that were created before a
|
23800
|
+
# specified time.
|
23801
|
+
#
|
23802
|
+
# @option params [String] :sort_order
|
23803
|
+
# The sort order for the results.
|
23804
|
+
#
|
23805
|
+
# @option params [String] :next_token
|
23806
|
+
# If the result of the previous `ListPipelineVersions` request was
|
23807
|
+
# truncated, the response includes a `NextToken`. To retrieve the next
|
23808
|
+
# set of pipeline versions, use this token in your next request.
|
23809
|
+
#
|
23810
|
+
# @option params [Integer] :max_results
|
23811
|
+
# The maximum number of pipeline versions to return in the response.
|
23812
|
+
#
|
23813
|
+
# @return [Types::ListPipelineVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
23814
|
+
#
|
23815
|
+
# * {Types::ListPipelineVersionsResponse#pipeline_version_summaries #pipeline_version_summaries} => Array<Types::PipelineVersionSummary>
|
23816
|
+
# * {Types::ListPipelineVersionsResponse#next_token #next_token} => String
|
23817
|
+
#
|
23818
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
23819
|
+
#
|
23820
|
+
# @example Request syntax with placeholder values
|
23821
|
+
#
|
23822
|
+
# resp = client.list_pipeline_versions({
|
23823
|
+
# pipeline_name: "PipelineNameOrArn", # required
|
23824
|
+
# created_after: Time.now,
|
23825
|
+
# created_before: Time.now,
|
23826
|
+
# sort_order: "Ascending", # accepts Ascending, Descending
|
23827
|
+
# next_token: "NextToken",
|
23828
|
+
# max_results: 1,
|
23829
|
+
# })
|
23830
|
+
#
|
23831
|
+
# @example Response structure
|
23832
|
+
#
|
23833
|
+
# resp.pipeline_version_summaries #=> Array
|
23834
|
+
# resp.pipeline_version_summaries[0].pipeline_arn #=> String
|
23835
|
+
# resp.pipeline_version_summaries[0].pipeline_version_id #=> Integer
|
23836
|
+
# resp.pipeline_version_summaries[0].creation_time #=> Time
|
23837
|
+
# resp.pipeline_version_summaries[0].pipeline_version_description #=> String
|
23838
|
+
# resp.pipeline_version_summaries[0].pipeline_version_display_name #=> String
|
23839
|
+
# resp.pipeline_version_summaries[0].last_execution_pipeline_execution_arn #=> String
|
23840
|
+
# resp.next_token #=> String
|
23841
|
+
#
|
23842
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineVersions AWS API Documentation
|
23843
|
+
#
|
23844
|
+
# @overload list_pipeline_versions(params = {})
|
23845
|
+
# @param [Hash] params ({})
|
23846
|
+
def list_pipeline_versions(params = {}, options = {})
|
23847
|
+
req = build_request(:list_pipeline_versions, params)
|
23848
|
+
req.send_request(options)
|
23849
|
+
end
|
23850
|
+
|
23696
23851
|
# Gets a list of pipelines.
|
23697
23852
|
#
|
23698
23853
|
# @option params [String] :pipeline_name_prefix
|
@@ -25424,7 +25579,7 @@ module Aws::SageMaker
|
|
25424
25579
|
# @example Request syntax with placeholder values
|
25425
25580
|
#
|
25426
25581
|
# resp = client.search({
|
25427
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, Model, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, FeatureMetadata, Image, ImageVersion, Project, HyperParameterTuningJob, ModelCard
|
25582
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, Model, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, FeatureMetadata, Image, ImageVersion, Project, HyperParameterTuningJob, ModelCard, PipelineVersion
|
25428
25583
|
# search_expression: {
|
25429
25584
|
# filters: [
|
25430
25585
|
# {
|
@@ -25827,6 +25982,9 @@ module Aws::SageMaker
|
|
25827
25982
|
# @option params [Types::SelectiveExecutionConfig] :selective_execution_config
|
25828
25983
|
# The selective execution configuration applied to the pipeline run.
|
25829
25984
|
#
|
25985
|
+
# @option params [Integer] :pipeline_version_id
|
25986
|
+
# The ID of the pipeline version to start execution from.
|
25987
|
+
#
|
25830
25988
|
# @return [Types::StartPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
25831
25989
|
#
|
25832
25990
|
# * {Types::StartPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
|
@@ -25855,6 +26013,7 @@ module Aws::SageMaker
|
|
25855
26013
|
# },
|
25856
26014
|
# ],
|
25857
26015
|
# },
|
26016
|
+
# pipeline_version_id: 1,
|
25858
26017
|
# })
|
25859
26018
|
#
|
25860
26019
|
# @example Response structure
|
@@ -26575,6 +26734,10 @@ module Aws::SageMaker
|
|
26575
26734
|
# @option params [Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
|
26576
26735
|
# Specify the instance groups to update.
|
26577
26736
|
#
|
26737
|
+
# @option params [Array<Types::ClusterRestrictedInstanceGroupSpecification>] :restricted_instance_groups
|
26738
|
+
# The specialized instance groups for training models like Amazon Nova
|
26739
|
+
# to be created in the SageMaker HyperPod cluster.
|
26740
|
+
#
|
26578
26741
|
# @option params [String] :node_recovery
|
26579
26742
|
# The node recovery mode to be applied to the SageMaker HyperPod
|
26580
26743
|
# cluster.
|
@@ -26638,6 +26801,55 @@ module Aws::SageMaker
|
|
26638
26801
|
# },
|
26639
26802
|
# },
|
26640
26803
|
# ],
|
26804
|
+
# restricted_instance_groups: [
|
26805
|
+
# {
|
26806
|
+
# instance_count: 1, # required
|
26807
|
+
# instance_group_name: "ClusterInstanceGroupName", # required
|
26808
|
+
# instance_type: "ml.p4d.24xlarge", # required, accepts ml.p4d.24xlarge, ml.p4de.24xlarge, ml.p5.48xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.c5n.large, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.16xlarge, ml.g6.12xlarge, ml.g6.24xlarge, ml.g6.48xlarge, ml.gr6.4xlarge, ml.gr6.8xlarge, ml.g6e.xlarge, ml.g6e.2xlarge, ml.g6e.4xlarge, ml.g6e.8xlarge, ml.g6e.16xlarge, ml.g6e.12xlarge, ml.g6e.24xlarge, ml.g6e.48xlarge, ml.p5e.48xlarge, ml.p5en.48xlarge, ml.p6-b200.48xlarge, ml.trn2.48xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.i3en.large, ml.i3en.xlarge, ml.i3en.2xlarge, ml.i3en.3xlarge, ml.i3en.6xlarge, ml.i3en.12xlarge, ml.i3en.24xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge
|
26809
|
+
# execution_role: "RoleArn", # required
|
26810
|
+
# threads_per_core: 1,
|
26811
|
+
# instance_storage_configs: [
|
26812
|
+
# {
|
26813
|
+
# ebs_volume_config: {
|
26814
|
+
# volume_size_in_gb: 1, # required
|
26815
|
+
# },
|
26816
|
+
# },
|
26817
|
+
# ],
|
26818
|
+
# on_start_deep_health_checks: ["InstanceStress"], # accepts InstanceStress, InstanceConnectivity
|
26819
|
+
# training_plan_arn: "TrainingPlanArn",
|
26820
|
+
# override_vpc_config: {
|
26821
|
+
# security_group_ids: ["SecurityGroupId"], # required
|
26822
|
+
# subnets: ["SubnetId"], # required
|
26823
|
+
# },
|
26824
|
+
# scheduled_update_config: {
|
26825
|
+
# schedule_expression: "CronScheduleExpression", # required
|
26826
|
+
# deployment_config: {
|
26827
|
+
# rolling_update_policy: {
|
26828
|
+
# maximum_batch_size: { # required
|
26829
|
+
# type: "INSTANCE_COUNT", # required, accepts INSTANCE_COUNT, CAPACITY_PERCENTAGE
|
26830
|
+
# value: 1, # required
|
26831
|
+
# },
|
26832
|
+
# rollback_maximum_batch_size: {
|
26833
|
+
# type: "INSTANCE_COUNT", # required, accepts INSTANCE_COUNT, CAPACITY_PERCENTAGE
|
26834
|
+
# value: 1, # required
|
26835
|
+
# },
|
26836
|
+
# },
|
26837
|
+
# wait_interval_in_seconds: 1,
|
26838
|
+
# auto_rollback_configuration: [
|
26839
|
+
# {
|
26840
|
+
# alarm_name: "AlarmName", # required
|
26841
|
+
# },
|
26842
|
+
# ],
|
26843
|
+
# },
|
26844
|
+
# },
|
26845
|
+
# environment_config: { # required
|
26846
|
+
# f_sx_lustre_config: {
|
26847
|
+
# size_in_gi_b: 1, # required
|
26848
|
+
# per_unit_storage_throughput: 1, # required
|
26849
|
+
# },
|
26850
|
+
# },
|
26851
|
+
# },
|
26852
|
+
# ],
|
26641
26853
|
# node_recovery: "Automatic", # accepts Automatic, None
|
26642
26854
|
# instance_groups_to_delete: ["ClusterInstanceGroupName"],
|
26643
26855
|
# })
|
@@ -29125,6 +29337,7 @@ module Aws::SageMaker
|
|
29125
29337
|
# @return [Types::UpdatePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
29126
29338
|
#
|
29127
29339
|
# * {Types::UpdatePipelineResponse#pipeline_arn #pipeline_arn} => String
|
29340
|
+
# * {Types::UpdatePipelineResponse#pipeline_version_id #pipeline_version_id} => Integer
|
29128
29341
|
#
|
29129
29342
|
# @example Request syntax with placeholder values
|
29130
29343
|
#
|
@@ -29147,6 +29360,7 @@ module Aws::SageMaker
|
|
29147
29360
|
# @example Response structure
|
29148
29361
|
#
|
29149
29362
|
# resp.pipeline_arn #=> String
|
29363
|
+
# resp.pipeline_version_id #=> Integer
|
29150
29364
|
#
|
29151
29365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipeline AWS API Documentation
|
29152
29366
|
#
|
@@ -29200,6 +29414,48 @@ module Aws::SageMaker
|
|
29200
29414
|
req.send_request(options)
|
29201
29415
|
end
|
29202
29416
|
|
29417
|
+
# Updates a pipeline version.
|
29418
|
+
#
|
29419
|
+
# @option params [required, String] :pipeline_arn
|
29420
|
+
# The Amazon Resource Name (ARN) of the pipeline.
|
29421
|
+
#
|
29422
|
+
# @option params [required, Integer] :pipeline_version_id
|
29423
|
+
# The pipeline version ID to update.
|
29424
|
+
#
|
29425
|
+
# @option params [String] :pipeline_version_display_name
|
29426
|
+
# The display name of the pipeline version.
|
29427
|
+
#
|
29428
|
+
# @option params [String] :pipeline_version_description
|
29429
|
+
# The description of the pipeline version.
|
29430
|
+
#
|
29431
|
+
# @return [Types::UpdatePipelineVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
29432
|
+
#
|
29433
|
+
# * {Types::UpdatePipelineVersionResponse#pipeline_arn #pipeline_arn} => String
|
29434
|
+
# * {Types::UpdatePipelineVersionResponse#pipeline_version_id #pipeline_version_id} => Integer
|
29435
|
+
#
|
29436
|
+
# @example Request syntax with placeholder values
|
29437
|
+
#
|
29438
|
+
# resp = client.update_pipeline_version({
|
29439
|
+
# pipeline_arn: "PipelineArn", # required
|
29440
|
+
# pipeline_version_id: 1, # required
|
29441
|
+
# pipeline_version_display_name: "PipelineVersionName",
|
29442
|
+
# pipeline_version_description: "PipelineVersionDescription",
|
29443
|
+
# })
|
29444
|
+
#
|
29445
|
+
# @example Response structure
|
29446
|
+
#
|
29447
|
+
# resp.pipeline_arn #=> String
|
29448
|
+
# resp.pipeline_version_id #=> Integer
|
29449
|
+
#
|
29450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineVersion AWS API Documentation
|
29451
|
+
#
|
29452
|
+
# @overload update_pipeline_version(params = {})
|
29453
|
+
# @param [Hash] params ({})
|
29454
|
+
def update_pipeline_version(params = {}, options = {})
|
29455
|
+
req = build_request(:update_pipeline_version, params)
|
29456
|
+
req.send_request(options)
|
29457
|
+
end
|
29458
|
+
|
29203
29459
|
# Updates a machine learning (ML) project that is created from a
|
29204
29460
|
# template that sets up an ML pipeline from training to deploying an
|
29205
29461
|
# approved model.
|
@@ -30141,7 +30397,7 @@ module Aws::SageMaker
|
|
30141
30397
|
tracer: tracer
|
30142
30398
|
)
|
30143
30399
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
30144
|
-
context[:gem_version] = '1.
|
30400
|
+
context[:gem_version] = '1.315.0'
|
30145
30401
|
Seahorse::Client::Request.new(handlers, context)
|
30146
30402
|
end
|
30147
30403
|
|