aws-sdk-sagemaker 1.313.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +381 -11
- data/lib/aws-sdk-sagemaker/client_api.rb +219 -4
- data/lib/aws-sdk-sagemaker/types.rb +816 -89
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +179 -10
- data/sig/types.rbs +162 -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,16 @@
|
|
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
|
+
|
9
|
+
1.314.0 (2025-07-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart.
|
13
|
+
|
4
14
|
1.313.0 (2025-07-01)
|
5
15
|
------------------
|
6
16
|
|
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
|
@@ -2862,10 +2915,10 @@ module Aws::SageMaker
|
|
2862
2915
|
# @option params [Types::DomainSettings] :domain_settings
|
2863
2916
|
# A collection of `Domain` settings.
|
2864
2917
|
#
|
2865
|
-
# @option params [
|
2918
|
+
# @option params [Array<String>] :subnet_ids
|
2866
2919
|
# The VPC subnets that the domain uses for communication.
|
2867
2920
|
#
|
2868
|
-
# @option params [
|
2921
|
+
# @option params [String] :vpc_id
|
2869
2922
|
# The ID of the Amazon Virtual Private Cloud (VPC) that the domain uses
|
2870
2923
|
# for communication.
|
2871
2924
|
#
|
@@ -3156,8 +3209,8 @@ module Aws::SageMaker
|
|
3156
3209
|
# single_sign_on_application_arn: "SingleSignOnApplicationArn",
|
3157
3210
|
# },
|
3158
3211
|
# },
|
3159
|
-
# subnet_ids: ["SubnetId"],
|
3160
|
-
# vpc_id: "VpcId",
|
3212
|
+
# subnet_ids: ["SubnetId"],
|
3213
|
+
# vpc_id: "VpcId",
|
3161
3214
|
# tags: [
|
3162
3215
|
# {
|
3163
3216
|
# key: "TagKey", # required
|
@@ -4443,6 +4496,80 @@ module Aws::SageMaker
|
|
4443
4496
|
req.send_request(options)
|
4444
4497
|
end
|
4445
4498
|
|
4499
|
+
# Creates presigned URLs for accessing hub content artifacts. This
|
4500
|
+
# operation generates time-limited, secure URLs that allow direct
|
4501
|
+
# download of model artifacts and associated files from Amazon SageMaker
|
4502
|
+
# hub content, including gated models that require end-user license
|
4503
|
+
# agreement acceptance.
|
4504
|
+
#
|
4505
|
+
# @option params [required, String] :hub_name
|
4506
|
+
# The name or Amazon Resource Name (ARN) of the hub that contains the
|
4507
|
+
# content. For public content, use `SageMakerPublicHub`.
|
4508
|
+
#
|
4509
|
+
# @option params [required, String] :hub_content_type
|
4510
|
+
# The type of hub content to access. Valid values include `Model`,
|
4511
|
+
# `Notebook`, and `ModelReference`.
|
4512
|
+
#
|
4513
|
+
# @option params [required, String] :hub_content_name
|
4514
|
+
# The name of the hub content for which to generate presigned URLs. This
|
4515
|
+
# identifies the specific model or content within the hub.
|
4516
|
+
#
|
4517
|
+
# @option params [String] :hub_content_version
|
4518
|
+
# The version of the hub content. If not specified, the latest version
|
4519
|
+
# is used.
|
4520
|
+
#
|
4521
|
+
# @option params [Types::PresignedUrlAccessConfig] :access_config
|
4522
|
+
# Configuration settings for accessing the hub content, including
|
4523
|
+
# end-user license agreement acceptance for gated models and expected S3
|
4524
|
+
# URL validation.
|
4525
|
+
#
|
4526
|
+
# @option params [Integer] :max_results
|
4527
|
+
# The maximum number of presigned URLs to return in the response.
|
4528
|
+
# Default value is 100. Large models may contain hundreds of files,
|
4529
|
+
# requiring pagination to retrieve all URLs.
|
4530
|
+
#
|
4531
|
+
# @option params [String] :next_token
|
4532
|
+
# A token for pagination. Use this token to retrieve the next set of
|
4533
|
+
# presigned URLs when the response is truncated.
|
4534
|
+
#
|
4535
|
+
# @return [Types::CreateHubContentPresignedUrlsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4536
|
+
#
|
4537
|
+
# * {Types::CreateHubContentPresignedUrlsResponse#authorized_url_configs #authorized_url_configs} => Array<Types::AuthorizedUrl>
|
4538
|
+
# * {Types::CreateHubContentPresignedUrlsResponse#next_token #next_token} => String
|
4539
|
+
#
|
4540
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4541
|
+
#
|
4542
|
+
# @example Request syntax with placeholder values
|
4543
|
+
#
|
4544
|
+
# resp = client.create_hub_content_presigned_urls({
|
4545
|
+
# hub_name: "HubNameOrArn", # required
|
4546
|
+
# hub_content_type: "Model", # required, accepts Model, Notebook, ModelReference
|
4547
|
+
# hub_content_name: "HubContentName", # required
|
4548
|
+
# hub_content_version: "HubContentVersion",
|
4549
|
+
# access_config: {
|
4550
|
+
# accept_eula: false,
|
4551
|
+
# expected_s3_url: "S3ModelUri",
|
4552
|
+
# },
|
4553
|
+
# max_results: 1,
|
4554
|
+
# next_token: "NextToken",
|
4555
|
+
# })
|
4556
|
+
#
|
4557
|
+
# @example Response structure
|
4558
|
+
#
|
4559
|
+
# resp.authorized_url_configs #=> Array
|
4560
|
+
# resp.authorized_url_configs[0].url #=> String
|
4561
|
+
# resp.authorized_url_configs[0].local_path #=> String
|
4562
|
+
# resp.next_token #=> String
|
4563
|
+
#
|
4564
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHubContentPresignedUrls AWS API Documentation
|
4565
|
+
#
|
4566
|
+
# @overload create_hub_content_presigned_urls(params = {})
|
4567
|
+
# @param [Hash] params ({})
|
4568
|
+
def create_hub_content_presigned_urls(params = {}, options = {})
|
4569
|
+
req = build_request(:create_hub_content_presigned_urls, params)
|
4570
|
+
req.send_request(options)
|
4571
|
+
end
|
4572
|
+
|
4446
4573
|
# Create a hub content reference in order to add a model in the
|
4447
4574
|
# JumpStart public hub to a private hub.
|
4448
4575
|
#
|
@@ -8934,6 +9061,7 @@ module Aws::SageMaker
|
|
8934
9061
|
# },
|
8935
9062
|
# },
|
8936
9063
|
# ],
|
9064
|
+
# remote_access: "ENABLED", # accepts ENABLED, DISABLED
|
8937
9065
|
# },
|
8938
9066
|
# ownership_settings: {
|
8939
9067
|
# owner_user_profile_name: "UserProfileName", # required
|
@@ -12924,6 +13052,7 @@ module Aws::SageMaker
|
|
12924
13052
|
# * {Types::DescribeClusterResponse#creation_time #creation_time} => Time
|
12925
13053
|
# * {Types::DescribeClusterResponse#failure_message #failure_message} => String
|
12926
13054
|
# * {Types::DescribeClusterResponse#instance_groups #instance_groups} => Array<Types::ClusterInstanceGroupDetails>
|
13055
|
+
# * {Types::DescribeClusterResponse#restricted_instance_groups #restricted_instance_groups} => Array<Types::ClusterRestrictedInstanceGroupDetails>
|
12927
13056
|
# * {Types::DescribeClusterResponse#vpc_config #vpc_config} => Types::VpcConfig
|
12928
13057
|
# * {Types::DescribeClusterResponse#orchestrator #orchestrator} => Types::ClusterOrchestrator
|
12929
13058
|
# * {Types::DescribeClusterResponse#node_recovery #node_recovery} => String
|
@@ -12969,6 +13098,35 @@ module Aws::SageMaker
|
|
12969
13098
|
# resp.instance_groups[0].scheduled_update_config.deployment_config.wait_interval_in_seconds #=> Integer
|
12970
13099
|
# resp.instance_groups[0].scheduled_update_config.deployment_config.auto_rollback_configuration #=> Array
|
12971
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
|
12972
13130
|
# resp.vpc_config.security_group_ids #=> Array
|
12973
13131
|
# resp.vpc_config.security_group_ids[0] #=> String
|
12974
13132
|
# resp.vpc_config.subnets #=> Array
|
@@ -12992,7 +13150,7 @@ module Aws::SageMaker
|
|
12992
13150
|
# The string name or the Amazon Resource Name (ARN) of the SageMaker
|
12993
13151
|
# HyperPod cluster in which the node is.
|
12994
13152
|
#
|
12995
|
-
# @option params [
|
13153
|
+
# @option params [String] :node_id
|
12996
13154
|
# The ID of the SageMaker HyperPod cluster node.
|
12997
13155
|
#
|
12998
13156
|
# @return [Types::DescribeClusterNodeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -13003,7 +13161,7 @@ module Aws::SageMaker
|
|
13003
13161
|
#
|
13004
13162
|
# resp = client.describe_cluster_node({
|
13005
13163
|
# cluster_name: "ClusterNameOrArn", # required
|
13006
|
-
# node_id: "ClusterNodeId",
|
13164
|
+
# node_id: "ClusterNodeId",
|
13007
13165
|
# })
|
13008
13166
|
#
|
13009
13167
|
# @example Response structure
|
@@ -16868,6 +17026,9 @@ module Aws::SageMaker
|
|
16868
17026
|
# @option params [required, String] :pipeline_name
|
16869
17027
|
# The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
16870
17028
|
#
|
17029
|
+
# @option params [Integer] :pipeline_version_id
|
17030
|
+
# The ID of the pipeline version to describe.
|
17031
|
+
#
|
16871
17032
|
# @return [Types::DescribePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16872
17033
|
#
|
16873
17034
|
# * {Types::DescribePipelineResponse#pipeline_arn #pipeline_arn} => String
|
@@ -16883,11 +17044,14 @@ module Aws::SageMaker
|
|
16883
17044
|
# * {Types::DescribePipelineResponse#created_by #created_by} => Types::UserContext
|
16884
17045
|
# * {Types::DescribePipelineResponse#last_modified_by #last_modified_by} => Types::UserContext
|
16885
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
|
16886
17049
|
#
|
16887
17050
|
# @example Request syntax with placeholder values
|
16888
17051
|
#
|
16889
17052
|
# resp = client.describe_pipeline({
|
16890
17053
|
# pipeline_name: "PipelineNameOrArn", # required
|
17054
|
+
# pipeline_version_id: 1,
|
16891
17055
|
# })
|
16892
17056
|
#
|
16893
17057
|
# @example Response structure
|
@@ -16915,6 +17079,8 @@ module Aws::SageMaker
|
|
16915
17079
|
# resp.last_modified_by.iam_identity.principal_id #=> String
|
16916
17080
|
# resp.last_modified_by.iam_identity.source_identity #=> String
|
16917
17081
|
# resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
|
17082
|
+
# resp.pipeline_version_display_name #=> String
|
17083
|
+
# resp.pipeline_version_description #=> String
|
16918
17084
|
#
|
16919
17085
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline AWS API Documentation
|
16920
17086
|
#
|
@@ -16975,6 +17141,7 @@ module Aws::SageMaker
|
|
16975
17141
|
# * {Types::DescribePipelineExecutionResponse#last_modified_by #last_modified_by} => Types::UserContext
|
16976
17142
|
# * {Types::DescribePipelineExecutionResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
|
16977
17143
|
# * {Types::DescribePipelineExecutionResponse#selective_execution_config #selective_execution_config} => Types::SelectiveExecutionConfig
|
17144
|
+
# * {Types::DescribePipelineExecutionResponse#pipeline_version_id #pipeline_version_id} => Integer
|
16978
17145
|
#
|
16979
17146
|
# @example Request syntax with placeholder values
|
16980
17147
|
#
|
@@ -17010,6 +17177,7 @@ module Aws::SageMaker
|
|
17010
17177
|
# resp.selective_execution_config.source_pipeline_execution_arn #=> String
|
17011
17178
|
# resp.selective_execution_config.selected_steps #=> Array
|
17012
17179
|
# resp.selective_execution_config.selected_steps[0].step_name #=> String
|
17180
|
+
# resp.pipeline_version_id #=> Integer
|
17013
17181
|
#
|
17014
17182
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
|
17015
17183
|
#
|
@@ -17301,6 +17469,7 @@ module Aws::SageMaker
|
|
17301
17469
|
# resp.space_settings.custom_file_systems #=> Array
|
17302
17470
|
# resp.space_settings.custom_file_systems[0].efs_file_system.file_system_id #=> String
|
17303
17471
|
# resp.space_settings.custom_file_systems[0].f_sx_lustre_file_system.file_system_id #=> String
|
17472
|
+
# resp.space_settings.remote_access #=> String, one of "ENABLED", "DISABLED"
|
17304
17473
|
# resp.ownership_settings.owner_user_profile_name #=> String
|
17305
17474
|
# resp.space_sharing_settings.sharing_type #=> String, one of "Private", "Shared"
|
17306
17475
|
# resp.space_display_name #=> String
|
@@ -18522,7 +18691,7 @@ module Aws::SageMaker
|
|
18522
18691
|
# @example Request syntax with placeholder values
|
18523
18692
|
#
|
18524
18693
|
# resp = client.get_search_suggestions({
|
18525
|
-
# 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
|
18526
18695
|
# suggestion_query: {
|
18527
18696
|
# property_name_query: {
|
18528
18697
|
# property_name_hint: "PropertyNameHint", # required
|
@@ -23617,6 +23786,68 @@ module Aws::SageMaker
|
|
23617
23786
|
req.send_request(options)
|
23618
23787
|
end
|
23619
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
|
+
|
23620
23851
|
# Gets a list of pipelines.
|
23621
23852
|
#
|
23622
23853
|
# @option params [String] :pipeline_name_prefix
|
@@ -23954,6 +24185,7 @@ module Aws::SageMaker
|
|
23954
24185
|
# resp.spaces[0].creation_time #=> Time
|
23955
24186
|
# resp.spaces[0].last_modified_time #=> Time
|
23956
24187
|
# resp.spaces[0].space_settings_summary.app_type #=> String, one of "JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas"
|
24188
|
+
# resp.spaces[0].space_settings_summary.remote_access #=> String, one of "ENABLED", "DISABLED"
|
23957
24189
|
# resp.spaces[0].space_settings_summary.space_storage_settings.ebs_storage_settings.ebs_volume_size_in_gb #=> Integer
|
23958
24190
|
# resp.spaces[0].space_sharing_settings_summary.sharing_type #=> String, one of "Private", "Shared"
|
23959
24191
|
# resp.spaces[0].ownership_settings_summary.owner_user_profile_name #=> String
|
@@ -25347,7 +25579,7 @@ module Aws::SageMaker
|
|
25347
25579
|
# @example Request syntax with placeholder values
|
25348
25580
|
#
|
25349
25581
|
# resp = client.search({
|
25350
|
-
# 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
|
25351
25583
|
# search_expression: {
|
25352
25584
|
# filters: [
|
25353
25585
|
# {
|
@@ -25750,6 +25982,9 @@ module Aws::SageMaker
|
|
25750
25982
|
# @option params [Types::SelectiveExecutionConfig] :selective_execution_config
|
25751
25983
|
# The selective execution configuration applied to the pipeline run.
|
25752
25984
|
#
|
25985
|
+
# @option params [Integer] :pipeline_version_id
|
25986
|
+
# The ID of the pipeline version to start execution from.
|
25987
|
+
#
|
25753
25988
|
# @return [Types::StartPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
25754
25989
|
#
|
25755
25990
|
# * {Types::StartPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
|
@@ -25778,6 +26013,7 @@ module Aws::SageMaker
|
|
25778
26013
|
# },
|
25779
26014
|
# ],
|
25780
26015
|
# },
|
26016
|
+
# pipeline_version_id: 1,
|
25781
26017
|
# })
|
25782
26018
|
#
|
25783
26019
|
# @example Response structure
|
@@ -25793,6 +26029,42 @@ module Aws::SageMaker
|
|
25793
26029
|
req.send_request(options)
|
25794
26030
|
end
|
25795
26031
|
|
26032
|
+
# Initiates a remote connection session between a local integrated
|
26033
|
+
# development environments (IDEs) and a remote SageMaker space.
|
26034
|
+
#
|
26035
|
+
# @option params [required, String] :resource_identifier
|
26036
|
+
# The Amazon Resource Name (ARN) of the resource to which the remote
|
26037
|
+
# connection will be established. For example, this identifies the
|
26038
|
+
# specific ARN space application you want to connect to from your local
|
26039
|
+
# IDE.
|
26040
|
+
#
|
26041
|
+
# @return [Types::StartSessionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
26042
|
+
#
|
26043
|
+
# * {Types::StartSessionResponse#session_id #session_id} => String
|
26044
|
+
# * {Types::StartSessionResponse#stream_url #stream_url} => String
|
26045
|
+
# * {Types::StartSessionResponse#token_value #token_value} => String
|
26046
|
+
#
|
26047
|
+
# @example Request syntax with placeholder values
|
26048
|
+
#
|
26049
|
+
# resp = client.start_session({
|
26050
|
+
# resource_identifier: "ResourceIdentifier", # required
|
26051
|
+
# })
|
26052
|
+
#
|
26053
|
+
# @example Response structure
|
26054
|
+
#
|
26055
|
+
# resp.session_id #=> String
|
26056
|
+
# resp.stream_url #=> String
|
26057
|
+
# resp.token_value #=> String
|
26058
|
+
#
|
26059
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartSession AWS API Documentation
|
26060
|
+
#
|
26061
|
+
# @overload start_session(params = {})
|
26062
|
+
# @param [Hash] params ({})
|
26063
|
+
def start_session(params = {}, options = {})
|
26064
|
+
req = build_request(:start_session, params)
|
26065
|
+
req.send_request(options)
|
26066
|
+
end
|
26067
|
+
|
25796
26068
|
# A method for forcing a running job to shut down.
|
25797
26069
|
#
|
25798
26070
|
# @option params [required, String] :auto_ml_job_name
|
@@ -26462,6 +26734,10 @@ module Aws::SageMaker
|
|
26462
26734
|
# @option params [Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
|
26463
26735
|
# Specify the instance groups to update.
|
26464
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
|
+
#
|
26465
26741
|
# @option params [String] :node_recovery
|
26466
26742
|
# The node recovery mode to be applied to the SageMaker HyperPod
|
26467
26743
|
# cluster.
|
@@ -26525,6 +26801,55 @@ module Aws::SageMaker
|
|
26525
26801
|
# },
|
26526
26802
|
# },
|
26527
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
|
+
# ],
|
26528
26853
|
# node_recovery: "Automatic", # accepts Automatic, None
|
26529
26854
|
# instance_groups_to_delete: ["ClusterInstanceGroupName"],
|
26530
26855
|
# })
|
@@ -29012,6 +29337,7 @@ module Aws::SageMaker
|
|
29012
29337
|
# @return [Types::UpdatePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
29013
29338
|
#
|
29014
29339
|
# * {Types::UpdatePipelineResponse#pipeline_arn #pipeline_arn} => String
|
29340
|
+
# * {Types::UpdatePipelineResponse#pipeline_version_id #pipeline_version_id} => Integer
|
29015
29341
|
#
|
29016
29342
|
# @example Request syntax with placeholder values
|
29017
29343
|
#
|
@@ -29034,6 +29360,7 @@ module Aws::SageMaker
|
|
29034
29360
|
# @example Response structure
|
29035
29361
|
#
|
29036
29362
|
# resp.pipeline_arn #=> String
|
29363
|
+
# resp.pipeline_version_id #=> Integer
|
29037
29364
|
#
|
29038
29365
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipeline AWS API Documentation
|
29039
29366
|
#
|
@@ -29087,6 +29414,48 @@ module Aws::SageMaker
|
|
29087
29414
|
req.send_request(options)
|
29088
29415
|
end
|
29089
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
|
+
|
29090
29459
|
# Updates a machine learning (ML) project that is created from a
|
29091
29460
|
# template that sets up an ML pipeline from training to deploying an
|
29092
29461
|
# approved model.
|
@@ -29295,6 +29664,7 @@ module Aws::SageMaker
|
|
29295
29664
|
# },
|
29296
29665
|
# },
|
29297
29666
|
# ],
|
29667
|
+
# remote_access: "ENABLED", # accepts ENABLED, DISABLED
|
29298
29668
|
# },
|
29299
29669
|
# space_display_name: "NonEmptyString64",
|
29300
29670
|
# })
|
@@ -30027,7 +30397,7 @@ module Aws::SageMaker
|
|
30027
30397
|
tracer: tracer
|
30028
30398
|
)
|
30029
30399
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
30030
|
-
context[:gem_version] = '1.
|
30400
|
+
context[:gem_version] = '1.315.0'
|
30031
30401
|
Seahorse::Client::Request.new(handlers, context)
|
30032
30402
|
end
|
30033
30403
|
|