aws-sdk-sagemaker 1.314.0 → 1.316.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.
@@ -1307,6 +1307,33 @@ module Aws::SageMaker
1307
1307
  #
1308
1308
  # * `arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation`
1309
1309
  #
1310
+ # **Generative AI/Custom** - Direct passthrough of output data without
1311
+ # any transformation.
1312
+ #
1313
+ # * `arn:aws:lambda:us-east-1:432418664414:function:ACS-PassThrough`
1314
+ #
1315
+ # * `arn:aws:lambda:us-east-2:266458841044:function:ACS-PassThrough`
1316
+ #
1317
+ # * `arn:aws:lambda:us-west-2:081040173940:function:ACS-PassThrough`
1318
+ #
1319
+ # * `arn:aws:lambda:eu-west-1:568282634449:function:ACS-PassThrough`
1320
+ #
1321
+ # * `arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-PassThrough`
1322
+ #
1323
+ # * `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-PassThrough`
1324
+ #
1325
+ # * `arn:aws:lambda:ap-south-1:565803892007:function:ACS-PassThrough`
1326
+ #
1327
+ # * `arn:aws:lambda:eu-central-1:203001061592:function:ACS-PassThrough`
1328
+ #
1329
+ # * `arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-PassThrough`
1330
+ #
1331
+ # * `arn:aws:lambda:eu-west-2:487402164563:function:ACS-PassThrough`
1332
+ #
1333
+ # * `arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-PassThrough`
1334
+ #
1335
+ # * `arn:aws:lambda:ca-central-1:918755190332:function:ACS-PassThrough`
1336
+ #
1310
1337
  #
1311
1338
  #
1312
1339
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html
@@ -1620,8 +1647,8 @@ module Aws::SageMaker
1620
1647
  # @return [Time]
1621
1648
  #
1622
1649
  # @!attribute [rw] created_by
1623
- # Information about the user who created or modified an experiment,
1624
- # trial, trial component, lineage group, project, or model card.
1650
+ # Information about the user who created or modified a SageMaker
1651
+ # resource.
1625
1652
  # @return [Types::UserContext]
1626
1653
  #
1627
1654
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AssociationSummary AWS API Documentation
@@ -4945,6 +4972,222 @@ module Aws::SageMaker
4945
4972
  include Aws::Structure
4946
4973
  end
4947
4974
 
4975
+ # The instance group details of the restricted instance group (RIG).
4976
+ #
4977
+ # @!attribute [rw] current_count
4978
+ # The number of instances that are currently in the restricted
4979
+ # instance group of a SageMaker HyperPod cluster.
4980
+ # @return [Integer]
4981
+ #
4982
+ # @!attribute [rw] target_count
4983
+ # The number of instances you specified to add to the restricted
4984
+ # instance group of a SageMaker HyperPod cluster.
4985
+ # @return [Integer]
4986
+ #
4987
+ # @!attribute [rw] instance_group_name
4988
+ # The name of the restricted instance group of a SageMaker HyperPod
4989
+ # cluster.
4990
+ # @return [String]
4991
+ #
4992
+ # @!attribute [rw] instance_type
4993
+ # The instance type of the restricted instance group of a SageMaker
4994
+ # HyperPod cluster.
4995
+ # @return [String]
4996
+ #
4997
+ # @!attribute [rw] execution_role
4998
+ # The execution role for the restricted instance group to assume.
4999
+ # @return [String]
5000
+ #
5001
+ # @!attribute [rw] threads_per_core
5002
+ # The number you specified to `TreadsPerCore` in `CreateCluster` for
5003
+ # enabling or disabling multithreading. For instance types that
5004
+ # support multithreading, you can specify 1 for disabling
5005
+ # multithreading and 2 for enabling multithreading. For more
5006
+ # information, see the reference table of [CPU cores and threads per
5007
+ # CPU core per instance type][1] in the *Amazon Elastic Compute Cloud
5008
+ # User Guide*.
5009
+ #
5010
+ #
5011
+ #
5012
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cpu-options-supported-instances-values.html
5013
+ # @return [Integer]
5014
+ #
5015
+ # @!attribute [rw] instance_storage_configs
5016
+ # The additional storage configurations for the instances in the
5017
+ # SageMaker HyperPod cluster restricted instance group.
5018
+ # @return [Array<Types::ClusterInstanceStorageConfig>]
5019
+ #
5020
+ # @!attribute [rw] on_start_deep_health_checks
5021
+ # A flag indicating whether deep health checks should be performed
5022
+ # when the cluster's restricted instance group is created or updated.
5023
+ # @return [Array<String>]
5024
+ #
5025
+ # @!attribute [rw] status
5026
+ # The current status of the cluster's restricted instance group.
5027
+ #
5028
+ # * `InService`: The restricted instance group is active and healthy.
5029
+ #
5030
+ # * `Creating`: The restricted instance group is being provisioned.
5031
+ #
5032
+ # * `Updating`: The restricted instance group is being updated.
5033
+ #
5034
+ # * `Failed`: The restricted instance group has failed to provision or
5035
+ # is no longer healthy.
5036
+ #
5037
+ # * `Degraded`: The restricted instance group is degraded, meaning
5038
+ # that some instances have failed to provision or are no longer
5039
+ # healthy.
5040
+ #
5041
+ # * `Deleting`: The restricted instance group is being deleted.
5042
+ # @return [String]
5043
+ #
5044
+ # @!attribute [rw] training_plan_arn
5045
+ # The Amazon Resource Name (ARN) of the training plan to filter
5046
+ # clusters by. For more information about reserving GPU capacity for
5047
+ # your SageMaker HyperPod clusters using Amazon SageMaker Training
5048
+ # Plan, see ` CreateTrainingPlan `.
5049
+ # @return [String]
5050
+ #
5051
+ # @!attribute [rw] training_plan_status
5052
+ # The current status of the training plan associated with this cluster
5053
+ # restricted instance group.
5054
+ # @return [String]
5055
+ #
5056
+ # @!attribute [rw] override_vpc_config
5057
+ # Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
5058
+ # jobs, hosted models, and compute resources have access to. You can
5059
+ # control access to and from your resources by configuring a VPC. For
5060
+ # more information, see [Give SageMaker Access to Resources in your
5061
+ # Amazon VPC][1].
5062
+ #
5063
+ #
5064
+ #
5065
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
5066
+ # @return [Types::VpcConfig]
5067
+ #
5068
+ # @!attribute [rw] scheduled_update_config
5069
+ # The configuration object of the schedule that SageMaker follows when
5070
+ # updating the AMI.
5071
+ # @return [Types::ScheduledUpdateConfig]
5072
+ #
5073
+ # @!attribute [rw] environment_config
5074
+ # The configuration for the restricted instance groups (RIG)
5075
+ # environment.
5076
+ # @return [Types::EnvironmentConfigDetails]
5077
+ #
5078
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterRestrictedInstanceGroupDetails AWS API Documentation
5079
+ #
5080
+ class ClusterRestrictedInstanceGroupDetails < Struct.new(
5081
+ :current_count,
5082
+ :target_count,
5083
+ :instance_group_name,
5084
+ :instance_type,
5085
+ :execution_role,
5086
+ :threads_per_core,
5087
+ :instance_storage_configs,
5088
+ :on_start_deep_health_checks,
5089
+ :status,
5090
+ :training_plan_arn,
5091
+ :training_plan_status,
5092
+ :override_vpc_config,
5093
+ :scheduled_update_config,
5094
+ :environment_config)
5095
+ SENSITIVE = []
5096
+ include Aws::Structure
5097
+ end
5098
+
5099
+ # The specifications of a restricted instance group that you need to
5100
+ # define.
5101
+ #
5102
+ # @!attribute [rw] instance_count
5103
+ # Specifies the number of instances to add to the restricted instance
5104
+ # group of a SageMaker HyperPod cluster.
5105
+ # @return [Integer]
5106
+ #
5107
+ # @!attribute [rw] instance_group_name
5108
+ # Specifies the name of the restricted instance group.
5109
+ # @return [String]
5110
+ #
5111
+ # @!attribute [rw] instance_type
5112
+ # Specifies the instance type of the restricted instance group.
5113
+ # @return [String]
5114
+ #
5115
+ # @!attribute [rw] execution_role
5116
+ # Specifies an IAM execution role to be assumed by the restricted
5117
+ # instance group.
5118
+ # @return [String]
5119
+ #
5120
+ # @!attribute [rw] threads_per_core
5121
+ # The number you specified to `TreadsPerCore` in `CreateCluster` for
5122
+ # enabling or disabling multithreading. For instance types that
5123
+ # support multithreading, you can specify 1 for disabling
5124
+ # multithreading and 2 for enabling multithreading. For more
5125
+ # information, see the reference table of [CPU cores and threads per
5126
+ # CPU core per instance type][1] in the *Amazon Elastic Compute Cloud
5127
+ # User Guide*.
5128
+ #
5129
+ #
5130
+ #
5131
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cpu-options-supported-instances-values.html
5132
+ # @return [Integer]
5133
+ #
5134
+ # @!attribute [rw] instance_storage_configs
5135
+ # Specifies the additional storage configurations for the instances in
5136
+ # the SageMaker HyperPod cluster restricted instance group.
5137
+ # @return [Array<Types::ClusterInstanceStorageConfig>]
5138
+ #
5139
+ # @!attribute [rw] on_start_deep_health_checks
5140
+ # A flag indicating whether deep health checks should be performed
5141
+ # when the cluster restricted instance group is created or updated.
5142
+ # @return [Array<String>]
5143
+ #
5144
+ # @!attribute [rw] training_plan_arn
5145
+ # The Amazon Resource Name (ARN) of the training plan to filter
5146
+ # clusters by. For more information about reserving GPU capacity for
5147
+ # your SageMaker HyperPod clusters using Amazon SageMaker Training
5148
+ # Plan, see ` CreateTrainingPlan `.
5149
+ # @return [String]
5150
+ #
5151
+ # @!attribute [rw] override_vpc_config
5152
+ # Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
5153
+ # jobs, hosted models, and compute resources have access to. You can
5154
+ # control access to and from your resources by configuring a VPC. For
5155
+ # more information, see [Give SageMaker Access to Resources in your
5156
+ # Amazon VPC][1].
5157
+ #
5158
+ #
5159
+ #
5160
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
5161
+ # @return [Types::VpcConfig]
5162
+ #
5163
+ # @!attribute [rw] scheduled_update_config
5164
+ # The configuration object of the schedule that SageMaker follows when
5165
+ # updating the AMI.
5166
+ # @return [Types::ScheduledUpdateConfig]
5167
+ #
5168
+ # @!attribute [rw] environment_config
5169
+ # The configuration for the restricted instance groups (RIG)
5170
+ # environment.
5171
+ # @return [Types::EnvironmentConfig]
5172
+ #
5173
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterRestrictedInstanceGroupSpecification AWS API Documentation
5174
+ #
5175
+ class ClusterRestrictedInstanceGroupSpecification < Struct.new(
5176
+ :instance_count,
5177
+ :instance_group_name,
5178
+ :instance_type,
5179
+ :execution_role,
5180
+ :threads_per_core,
5181
+ :instance_storage_configs,
5182
+ :on_start_deep_health_checks,
5183
+ :training_plan_arn,
5184
+ :override_vpc_config,
5185
+ :scheduled_update_config,
5186
+ :environment_config)
5187
+ SENSITIVE = []
5188
+ include Aws::Structure
5189
+ end
5190
+
4948
5191
  # Summary of the cluster policy.
4949
5192
  #
4950
5193
  # @!attribute [rw] cluster_scheduler_config_arn
@@ -6448,6 +6691,11 @@ module Aws::SageMaker
6448
6691
  # The instance groups to be created in the SageMaker HyperPod cluster.
6449
6692
  # @return [Array<Types::ClusterInstanceGroupSpecification>]
6450
6693
  #
6694
+ # @!attribute [rw] restricted_instance_groups
6695
+ # The specialized instance groups for training models like Amazon Nova
6696
+ # to be created in the SageMaker HyperPod cluster.
6697
+ # @return [Array<Types::ClusterRestrictedInstanceGroupSpecification>]
6698
+ #
6451
6699
  # @!attribute [rw] vpc_config
6452
6700
  # Specifies the Amazon Virtual Private Cloud (VPC) that is associated
6453
6701
  # with the Amazon SageMaker HyperPod cluster. You can control access
@@ -6522,6 +6770,7 @@ module Aws::SageMaker
6522
6770
  class CreateClusterRequest < Struct.new(
6523
6771
  :cluster_name,
6524
6772
  :instance_groups,
6773
+ :restricted_instance_groups,
6525
6774
  :vpc_config,
6526
6775
  :tags,
6527
6776
  :orchestrator,
@@ -7008,11 +7257,19 @@ module Aws::SageMaker
7008
7257
  #
7009
7258
  # @!attribute [rw] subnet_ids
7010
7259
  # The VPC subnets that the domain uses for communication.
7260
+ #
7261
+ # The field is optional when the `AppNetworkAccessType` parameter is
7262
+ # set to `PublicInternetOnly` for domains created from Amazon
7263
+ # SageMaker Unified Studio.
7011
7264
  # @return [Array<String>]
7012
7265
  #
7013
7266
  # @!attribute [rw] vpc_id
7014
7267
  # The ID of the Amazon Virtual Private Cloud (VPC) that the domain
7015
7268
  # uses for communication.
7269
+ #
7270
+ # The field is optional when the `AppNetworkAccessType` parameter is
7271
+ # set to `PublicInternetOnly` for domains created from Amazon
7272
+ # SageMaker Unified Studio.
7016
7273
  # @return [String]
7017
7274
  #
7018
7275
  # @!attribute [rw] tags
@@ -11315,6 +11572,11 @@ module Aws::SageMaker
11315
11572
  # Use this parameter to configure a workforce using VPC.
11316
11573
  # @return [Types::WorkforceVpcConfigRequest]
11317
11574
  #
11575
+ # @!attribute [rw] ip_address_type
11576
+ # Use this parameter to specify whether you want `IPv4` only or
11577
+ # `dualstack` (`IPv4` and `IPv6`) to support your labeling workforce.
11578
+ # @return [String]
11579
+ #
11318
11580
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkforceRequest AWS API Documentation
11319
11581
  #
11320
11582
  class CreateWorkforceRequest < Struct.new(
@@ -11323,7 +11585,8 @@ module Aws::SageMaker
11323
11585
  :source_ip_config,
11324
11586
  :workforce_name,
11325
11587
  :tags,
11326
- :workforce_vpc_config)
11588
+ :workforce_vpc_config,
11589
+ :ip_address_type)
11327
11590
  SENSITIVE = []
11328
11591
  include Aws::Structure
11329
11592
  end
@@ -11447,11 +11710,17 @@ module Aws::SageMaker
11447
11710
  # A custom file system in Amazon FSx for Lustre.
11448
11711
  # @return [Types::FSxLustreFileSystem]
11449
11712
  #
11713
+ # @!attribute [rw] s3_file_system
11714
+ # A custom file system in Amazon S3. This is only supported in Amazon
11715
+ # SageMaker Unified Studio.
11716
+ # @return [Types::S3FileSystem]
11717
+ #
11450
11718
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CustomFileSystem AWS API Documentation
11451
11719
  #
11452
11720
  class CustomFileSystem < Struct.new(
11453
11721
  :efs_file_system,
11454
11722
  :f_sx_lustre_file_system,
11723
+ :s3_file_system,
11455
11724
  :unknown)
11456
11725
  SENSITIVE = []
11457
11726
  include Aws::Structure
@@ -11459,6 +11728,7 @@ module Aws::SageMaker
11459
11728
 
11460
11729
  class EfsFileSystem < CustomFileSystem; end
11461
11730
  class FSxLustreFileSystem < CustomFileSystem; end
11731
+ class S3FileSystem < CustomFileSystem; end
11462
11732
  class Unknown < CustomFileSystem; end
11463
11733
  end
11464
11734
 
@@ -11478,11 +11748,16 @@ module Aws::SageMaker
11478
11748
  # The settings for a custom Amazon FSx for Lustre file system.
11479
11749
  # @return [Types::FSxLustreFileSystemConfig]
11480
11750
  #
11751
+ # @!attribute [rw] s3_file_system_config
11752
+ # Configuration settings for a custom Amazon S3 file system.
11753
+ # @return [Types::S3FileSystemConfig]
11754
+ #
11481
11755
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CustomFileSystemConfig AWS API Documentation
11482
11756
  #
11483
11757
  class CustomFileSystemConfig < Struct.new(
11484
11758
  :efs_file_system_config,
11485
11759
  :f_sx_lustre_file_system_config,
11760
+ :s3_file_system_config,
11486
11761
  :unknown)
11487
11762
  SENSITIVE = []
11488
11763
  include Aws::Structure
@@ -11490,6 +11765,7 @@ module Aws::SageMaker
11490
11765
 
11491
11766
  class EfsFileSystemConfig < CustomFileSystemConfig; end
11492
11767
  class FSxLustreFileSystemConfig < CustomFileSystemConfig; end
11768
+ class S3FileSystemConfig < CustomFileSystemConfig; end
11493
11769
  class Unknown < CustomFileSystemConfig; end
11494
11770
  end
11495
11771
 
@@ -13391,8 +13667,8 @@ module Aws::SageMaker
13391
13667
  # @return [Time]
13392
13668
  #
13393
13669
  # @!attribute [rw] created_by
13394
- # Information about the user who created or modified an experiment,
13395
- # trial, trial component, lineage group, project, or model card.
13670
+ # Information about the user who created or modified a SageMaker
13671
+ # resource.
13396
13672
  # @return [Types::UserContext]
13397
13673
  #
13398
13674
  # @!attribute [rw] last_modified_time
@@ -13400,8 +13676,8 @@ module Aws::SageMaker
13400
13676
  # @return [Time]
13401
13677
  #
13402
13678
  # @!attribute [rw] last_modified_by
13403
- # Information about the user who created or modified an experiment,
13404
- # trial, trial component, lineage group, project, or model card.
13679
+ # Information about the user who created or modified a SageMaker
13680
+ # resource.
13405
13681
  # @return [Types::UserContext]
13406
13682
  #
13407
13683
  # @!attribute [rw] metadata_properties
@@ -13725,8 +14001,8 @@ module Aws::SageMaker
13725
14001
  # @return [Time]
13726
14002
  #
13727
14003
  # @!attribute [rw] created_by
13728
- # Information about the user who created or modified an experiment,
13729
- # trial, trial component, lineage group, project, or model card.
14004
+ # Information about the user who created or modified a SageMaker
14005
+ # resource.
13730
14006
  # @return [Types::UserContext]
13731
14007
  #
13732
14008
  # @!attribute [rw] last_modified_time
@@ -13734,8 +14010,8 @@ module Aws::SageMaker
13734
14010
  # @return [Time]
13735
14011
  #
13736
14012
  # @!attribute [rw] last_modified_by
13737
- # Information about the user who created or modified an experiment,
13738
- # trial, trial component, lineage group, project, or model card.
14013
+ # Information about the user who created or modified a SageMaker
14014
+ # resource.
13739
14015
  # @return [Types::UserContext]
13740
14016
  #
13741
14017
  # @!attribute [rw] metadata_properties
@@ -14114,6 +14390,11 @@ module Aws::SageMaker
14114
14390
  # The instance groups of the SageMaker HyperPod cluster.
14115
14391
  # @return [Array<Types::ClusterInstanceGroupDetails>]
14116
14392
  #
14393
+ # @!attribute [rw] restricted_instance_groups
14394
+ # The specialized instance groups for training models like Amazon Nova
14395
+ # to be created in the SageMaker HyperPod cluster.
14396
+ # @return [Array<Types::ClusterRestrictedInstanceGroupDetails>]
14397
+ #
14117
14398
  # @!attribute [rw] vpc_config
14118
14399
  # Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
14119
14400
  # jobs, hosted models, and compute resources have access to. You can
@@ -14144,6 +14425,7 @@ module Aws::SageMaker
14144
14425
  :creation_time,
14145
14426
  :failure_message,
14146
14427
  :instance_groups,
14428
+ :restricted_instance_groups,
14147
14429
  :vpc_config,
14148
14430
  :orchestrator,
14149
14431
  :node_recovery)
@@ -14211,8 +14493,8 @@ module Aws::SageMaker
14211
14493
  # @return [Time]
14212
14494
  #
14213
14495
  # @!attribute [rw] created_by
14214
- # Information about the user who created or modified an experiment,
14215
- # trial, trial component, lineage group, project, or model card.
14496
+ # Information about the user who created or modified a SageMaker
14497
+ # resource.
14216
14498
  # @return [Types::UserContext]
14217
14499
  #
14218
14500
  # @!attribute [rw] last_modified_time
@@ -14220,8 +14502,8 @@ module Aws::SageMaker
14220
14502
  # @return [Time]
14221
14503
  #
14222
14504
  # @!attribute [rw] last_modified_by
14223
- # Information about the user who created or modified an experiment,
14224
- # trial, trial component, lineage group, project, or model card.
14505
+ # Information about the user who created or modified a SageMaker
14506
+ # resource.
14225
14507
  # @return [Types::UserContext]
14226
14508
  #
14227
14509
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeClusterSchedulerConfigResponse AWS API Documentation
@@ -14502,8 +14784,8 @@ module Aws::SageMaker
14502
14784
  # @return [Time]
14503
14785
  #
14504
14786
  # @!attribute [rw] created_by
14505
- # Information about the user who created or modified an experiment,
14506
- # trial, trial component, lineage group, project, or model card.
14787
+ # Information about the user who created or modified a SageMaker
14788
+ # resource.
14507
14789
  # @return [Types::UserContext]
14508
14790
  #
14509
14791
  # @!attribute [rw] last_modified_time
@@ -14511,8 +14793,8 @@ module Aws::SageMaker
14511
14793
  # @return [Time]
14512
14794
  #
14513
14795
  # @!attribute [rw] last_modified_by
14514
- # Information about the user who created or modified an experiment,
14515
- # trial, trial component, lineage group, project, or model card.
14796
+ # Information about the user who created or modified a SageMaker
14797
+ # resource.
14516
14798
  # @return [Types::UserContext]
14517
14799
  #
14518
14800
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeComputeQuotaResponse AWS API Documentation
@@ -14578,8 +14860,8 @@ module Aws::SageMaker
14578
14860
  # @return [Time]
14579
14861
  #
14580
14862
  # @!attribute [rw] created_by
14581
- # Information about the user who created or modified an experiment,
14582
- # trial, trial component, lineage group, project, or model card.
14863
+ # Information about the user who created or modified a SageMaker
14864
+ # resource.
14583
14865
  # @return [Types::UserContext]
14584
14866
  #
14585
14867
  # @!attribute [rw] last_modified_time
@@ -14587,8 +14869,8 @@ module Aws::SageMaker
14587
14869
  # @return [Time]
14588
14870
  #
14589
14871
  # @!attribute [rw] last_modified_by
14590
- # Information about the user who created or modified an experiment,
14591
- # trial, trial component, lineage group, project, or model card.
14872
+ # Information about the user who created or modified a SageMaker
14873
+ # resource.
14592
14874
  # @return [Types::UserContext]
14593
14875
  #
14594
14876
  # @!attribute [rw] lineage_group_arn
@@ -16951,8 +17233,8 @@ module Aws::SageMaker
16951
17233
  # @return [Time]
16952
17234
  #
16953
17235
  # @!attribute [rw] created_by
16954
- # Information about the user who created or modified an experiment,
16955
- # trial, trial component, lineage group, project, or model card.
17236
+ # Information about the user who created or modified a SageMaker
17237
+ # resource.
16956
17238
  # @return [Types::UserContext]
16957
17239
  #
16958
17240
  # @!attribute [rw] last_modified_time
@@ -16960,8 +17242,8 @@ module Aws::SageMaker
16960
17242
  # @return [Time]
16961
17243
  #
16962
17244
  # @!attribute [rw] last_modified_by
16963
- # Information about the user who created or modified an experiment,
16964
- # trial, trial component, lineage group, project, or model card.
17245
+ # Information about the user who created or modified a SageMaker
17246
+ # resource.
16965
17247
  # @return [Types::UserContext]
16966
17248
  #
16967
17249
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLineageGroupResponse AWS API Documentation
@@ -17052,8 +17334,8 @@ module Aws::SageMaker
17052
17334
  # @return [Time]
17053
17335
  #
17054
17336
  # @!attribute [rw] created_by
17055
- # Information about the user who created or modified an experiment,
17056
- # trial, trial component, lineage group, project, or model card.
17337
+ # Information about the user who created or modified a SageMaker
17338
+ # resource.
17057
17339
  # @return [Types::UserContext]
17058
17340
  #
17059
17341
  # @!attribute [rw] last_modified_time
@@ -17062,8 +17344,8 @@ module Aws::SageMaker
17062
17344
  # @return [Time]
17063
17345
  #
17064
17346
  # @!attribute [rw] last_modified_by
17065
- # Information about the user who created or modified an experiment,
17066
- # trial, trial component, lineage group, project, or model card.
17347
+ # Information about the user who created or modified a SageMaker
17348
+ # resource.
17067
17349
  # @return [Types::UserContext]
17068
17350
  #
17069
17351
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeMlflowTrackingServerResponse AWS API Documentation
@@ -17308,8 +17590,8 @@ module Aws::SageMaker
17308
17590
  # @return [Time]
17309
17591
  #
17310
17592
  # @!attribute [rw] created_by
17311
- # Information about the user who created or modified an experiment,
17312
- # trial, trial component, lineage group, project, or model card.
17593
+ # Information about the user who created or modified a SageMaker
17594
+ # resource.
17313
17595
  # @return [Types::UserContext]
17314
17596
  #
17315
17597
  # @!attribute [rw] last_modified_time
@@ -17317,8 +17599,8 @@ module Aws::SageMaker
17317
17599
  # @return [Time]
17318
17600
  #
17319
17601
  # @!attribute [rw] last_modified_by
17320
- # Information about the user who created or modified an experiment,
17321
- # trial, trial component, lineage group, project, or model card.
17602
+ # Information about the user who created or modified a SageMaker
17603
+ # resource.
17322
17604
  # @return [Types::UserContext]
17323
17605
  #
17324
17606
  # @!attribute [rw] model_card_processing_status
@@ -17550,8 +17832,8 @@ module Aws::SageMaker
17550
17832
  # @return [Time]
17551
17833
  #
17552
17834
  # @!attribute [rw] created_by
17553
- # Information about the user who created or modified an experiment,
17554
- # trial, trial component, lineage group, project, or model card.
17835
+ # Information about the user who created or modified a SageMaker
17836
+ # resource.
17555
17837
  # @return [Types::UserContext]
17556
17838
  #
17557
17839
  # @!attribute [rw] model_package_group_status
@@ -17645,8 +17927,8 @@ module Aws::SageMaker
17645
17927
  # @return [String]
17646
17928
  #
17647
17929
  # @!attribute [rw] created_by
17648
- # Information about the user who created or modified an experiment,
17649
- # trial, trial component, lineage group, project, or model card.
17930
+ # Information about the user who created or modified a SageMaker
17931
+ # resource.
17650
17932
  # @return [Types::UserContext]
17651
17933
  #
17652
17934
  # @!attribute [rw] metadata_properties
@@ -17663,8 +17945,8 @@ module Aws::SageMaker
17663
17945
  # @return [Time]
17664
17946
  #
17665
17947
  # @!attribute [rw] last_modified_by
17666
- # Information about the user who created or modified an experiment,
17667
- # trial, trial component, lineage group, project, or model card.
17948
+ # Information about the user who created or modified a SageMaker
17949
+ # resource.
17668
17950
  # @return [Types::UserContext]
17669
17951
  #
17670
17952
  # @!attribute [rw] approval_description
@@ -18505,13 +18787,13 @@ module Aws::SageMaker
18505
18787
  # @return [Time]
18506
18788
  #
18507
18789
  # @!attribute [rw] created_by
18508
- # Information about the user who created or modified an experiment,
18509
- # trial, trial component, lineage group, project, or model card.
18790
+ # Information about the user who created or modified a SageMaker
18791
+ # resource.
18510
18792
  # @return [Types::UserContext]
18511
18793
  #
18512
18794
  # @!attribute [rw] last_modified_by
18513
- # Information about the user who created or modified an experiment,
18514
- # trial, trial component, lineage group, project, or model card.
18795
+ # Information about the user who created or modified a SageMaker
18796
+ # resource.
18515
18797
  # @return [Types::UserContext]
18516
18798
  #
18517
18799
  # @!attribute [rw] parallelism_configuration
@@ -18522,6 +18804,10 @@ module Aws::SageMaker
18522
18804
  # The selective execution configuration applied to the pipeline run.
18523
18805
  # @return [Types::SelectiveExecutionConfig]
18524
18806
  #
18807
+ # @!attribute [rw] pipeline_version_id
18808
+ # The ID of the pipeline version.
18809
+ # @return [Integer]
18810
+ #
18525
18811
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecutionResponse AWS API Documentation
18526
18812
  #
18527
18813
  class DescribePipelineExecutionResponse < Struct.new(
@@ -18537,7 +18823,8 @@ module Aws::SageMaker
18537
18823
  :created_by,
18538
18824
  :last_modified_by,
18539
18825
  :parallelism_configuration,
18540
- :selective_execution_config)
18826
+ :selective_execution_config,
18827
+ :pipeline_version_id)
18541
18828
  SENSITIVE = []
18542
18829
  include Aws::Structure
18543
18830
  end
@@ -18546,10 +18833,15 @@ module Aws::SageMaker
18546
18833
  # The name or Amazon Resource Name (ARN) of the pipeline to describe.
18547
18834
  # @return [String]
18548
18835
  #
18836
+ # @!attribute [rw] pipeline_version_id
18837
+ # The ID of the pipeline version to describe.
18838
+ # @return [Integer]
18839
+ #
18549
18840
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineRequest AWS API Documentation
18550
18841
  #
18551
18842
  class DescribePipelineRequest < Struct.new(
18552
- :pipeline_name)
18843
+ :pipeline_name,
18844
+ :pipeline_version_id)
18553
18845
  SENSITIVE = []
18554
18846
  include Aws::Structure
18555
18847
  end
@@ -18595,19 +18887,27 @@ module Aws::SageMaker
18595
18887
  # @return [Time]
18596
18888
  #
18597
18889
  # @!attribute [rw] created_by
18598
- # Information about the user who created or modified an experiment,
18599
- # trial, trial component, lineage group, project, or model card.
18890
+ # Information about the user who created or modified a SageMaker
18891
+ # resource.
18600
18892
  # @return [Types::UserContext]
18601
18893
  #
18602
18894
  # @!attribute [rw] last_modified_by
18603
- # Information about the user who created or modified an experiment,
18604
- # trial, trial component, lineage group, project, or model card.
18895
+ # Information about the user who created or modified a SageMaker
18896
+ # resource.
18605
18897
  # @return [Types::UserContext]
18606
18898
  #
18607
18899
  # @!attribute [rw] parallelism_configuration
18608
18900
  # Lists the parallelism configuration applied to the pipeline.
18609
18901
  # @return [Types::ParallelismConfiguration]
18610
18902
  #
18903
+ # @!attribute [rw] pipeline_version_display_name
18904
+ # The display name of the pipeline version.
18905
+ # @return [String]
18906
+ #
18907
+ # @!attribute [rw] pipeline_version_description
18908
+ # The description of the pipeline version.
18909
+ # @return [String]
18910
+ #
18611
18911
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineResponse AWS API Documentation
18612
18912
  #
18613
18913
  class DescribePipelineResponse < Struct.new(
@@ -18623,7 +18923,9 @@ module Aws::SageMaker
18623
18923
  :last_run_time,
18624
18924
  :created_by,
18625
18925
  :last_modified_by,
18626
- :parallelism_configuration)
18926
+ :parallelism_configuration,
18927
+ :pipeline_version_display_name,
18928
+ :pipeline_version_description)
18627
18929
  SENSITIVE = []
18628
18930
  include Aws::Structure
18629
18931
  end
@@ -18810,8 +19112,8 @@ module Aws::SageMaker
18810
19112
  # @return [Array<Types::TemplateProviderDetail>]
18811
19113
  #
18812
19114
  # @!attribute [rw] created_by
18813
- # Information about the user who created or modified an experiment,
18814
- # trial, trial component, lineage group, project, or model card.
19115
+ # Information about the user who created or modified a SageMaker
19116
+ # resource.
18815
19117
  # @return [Types::UserContext]
18816
19118
  #
18817
19119
  # @!attribute [rw] creation_time
@@ -18823,8 +19125,8 @@ module Aws::SageMaker
18823
19125
  # @return [Time]
18824
19126
  #
18825
19127
  # @!attribute [rw] last_modified_by
18826
- # Information about the user who created or modified an experiment,
18827
- # trial, trial component, lineage group, project, or model card.
19128
+ # Information about the user who created or modified a SageMaker
19129
+ # resource.
18828
19130
  # @return [Types::UserContext]
18829
19131
  #
18830
19132
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProjectOutput AWS API Documentation
@@ -21757,6 +22059,44 @@ module Aws::SageMaker
21757
22059
  include Aws::Structure
21758
22060
  end
21759
22061
 
22062
+ # The configuration for the restricted instance groups (RIG)
22063
+ # environment.
22064
+ #
22065
+ # @!attribute [rw] f_sx_lustre_config
22066
+ # Configuration settings for an Amazon FSx for Lustre file system to
22067
+ # be used with the cluster.
22068
+ # @return [Types::FSxLustreConfig]
22069
+ #
22070
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnvironmentConfig AWS API Documentation
22071
+ #
22072
+ class EnvironmentConfig < Struct.new(
22073
+ :f_sx_lustre_config)
22074
+ SENSITIVE = []
22075
+ include Aws::Structure
22076
+ end
22077
+
22078
+ # The configuration details for the restricted instance groups (RIG)
22079
+ # environment.
22080
+ #
22081
+ # @!attribute [rw] f_sx_lustre_config
22082
+ # Configuration settings for an Amazon FSx for Lustre file system to
22083
+ # be used with the cluster.
22084
+ # @return [Types::FSxLustreConfig]
22085
+ #
22086
+ # @!attribute [rw] s3_output_path
22087
+ # The Amazon S3 path where output data from the restricted instance
22088
+ # group (RIG) environment will be stored.
22089
+ # @return [String]
22090
+ #
22091
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnvironmentConfigDetails AWS API Documentation
22092
+ #
22093
+ class EnvironmentConfigDetails < Struct.new(
22094
+ :f_sx_lustre_config,
22095
+ :s3_output_path)
22096
+ SENSITIVE = []
22097
+ include Aws::Structure
22098
+ end
22099
+
21760
22100
  # A list of environment parameters suggested by the Amazon SageMaker
21761
22101
  # Inference Recommender.
21762
22102
  #
@@ -21860,8 +22200,8 @@ module Aws::SageMaker
21860
22200
  # @return [Time]
21861
22201
  #
21862
22202
  # @!attribute [rw] last_modified_by
21863
- # Information about the user who created or modified an experiment,
21864
- # trial, trial component, lineage group, project, or model card.
22203
+ # Information about the user who created or modified a SageMaker
22204
+ # resource.
21865
22205
  # @return [Types::UserContext]
21866
22206
  #
21867
22207
  # @!attribute [rw] tags
@@ -22030,6 +22370,28 @@ module Aws::SageMaker
22030
22370
  include Aws::Structure
22031
22371
  end
22032
22372
 
22373
+ # Configuration settings for an Amazon FSx for Lustre file system to be
22374
+ # used with the cluster.
22375
+ #
22376
+ # @!attribute [rw] size_in_gi_b
22377
+ # The storage capacity of the Amazon FSx for Lustre file system,
22378
+ # specified in gibibytes (GiB).
22379
+ # @return [Integer]
22380
+ #
22381
+ # @!attribute [rw] per_unit_storage_throughput
22382
+ # The throughput capacity of the Amazon FSx for Lustre file system,
22383
+ # measured in MB/s per TiB of storage.
22384
+ # @return [Integer]
22385
+ #
22386
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FSxLustreConfig AWS API Documentation
22387
+ #
22388
+ class FSxLustreConfig < Struct.new(
22389
+ :size_in_gi_b,
22390
+ :per_unit_storage_throughput)
22391
+ SENSITIVE = []
22392
+ include Aws::Structure
22393
+ end
22394
+
22033
22395
  # A custom file system in Amazon FSx for Lustre.
22034
22396
  #
22035
22397
  # @!attribute [rw] file_system_id
@@ -24331,6 +24693,33 @@ module Aws::SageMaker
24331
24693
  #
24332
24694
  # * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation`
24333
24695
  #
24696
+ # **Generative AI/Custom** - Direct passthrough of input data without
24697
+ # any transformation.
24698
+ #
24699
+ # * `arn:aws:lambda:us-east-1:432418664414:function:PRE-PassThrough`
24700
+ #
24701
+ # * `arn:aws:lambda:us-east-2:266458841044:function:PRE-PassThrough`
24702
+ #
24703
+ # * `arn:aws:lambda:us-west-2:081040173940:function:PRE-PassThrough`
24704
+ #
24705
+ # * `arn:aws:lambda:ca-central-1:918755190332:function:PRE-PassThrough`
24706
+ #
24707
+ # * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-PassThrough`
24708
+ #
24709
+ # * `arn:aws:lambda:eu-west-2:487402164563:function:PRE-PassThrough`
24710
+ #
24711
+ # * `arn:aws:lambda:eu-central-1:203001061592:function:PRE-PassThrough`
24712
+ #
24713
+ # * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-PassThrough`
24714
+ #
24715
+ # * `arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-PassThrough`
24716
+ #
24717
+ # * `arn:aws:lambda:ap-south-1:565803892007:function:PRE-PassThrough`
24718
+ #
24719
+ # * `arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-PassThrough`
24720
+ #
24721
+ # * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-PassThrough`
24722
+ #
24334
24723
  #
24335
24724
  #
24336
24725
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
@@ -32660,6 +33049,69 @@ module Aws::SageMaker
32660
33049
  include Aws::Structure
32661
33050
  end
32662
33051
 
33052
+ # @!attribute [rw] pipeline_name
33053
+ # The Amazon Resource Name (ARN) of the pipeline.
33054
+ # @return [String]
33055
+ #
33056
+ # @!attribute [rw] created_after
33057
+ # A filter that returns the pipeline versions that were created after
33058
+ # a specified time.
33059
+ # @return [Time]
33060
+ #
33061
+ # @!attribute [rw] created_before
33062
+ # A filter that returns the pipeline versions that were created before
33063
+ # a specified time.
33064
+ # @return [Time]
33065
+ #
33066
+ # @!attribute [rw] sort_order
33067
+ # The sort order for the results.
33068
+ # @return [String]
33069
+ #
33070
+ # @!attribute [rw] next_token
33071
+ # If the result of the previous `ListPipelineVersions` request was
33072
+ # truncated, the response includes a `NextToken`. To retrieve the next
33073
+ # set of pipeline versions, use this token in your next request.
33074
+ # @return [String]
33075
+ #
33076
+ # @!attribute [rw] max_results
33077
+ # The maximum number of pipeline versions to return in the response.
33078
+ # @return [Integer]
33079
+ #
33080
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineVersionsRequest AWS API Documentation
33081
+ #
33082
+ class ListPipelineVersionsRequest < Struct.new(
33083
+ :pipeline_name,
33084
+ :created_after,
33085
+ :created_before,
33086
+ :sort_order,
33087
+ :next_token,
33088
+ :max_results)
33089
+ SENSITIVE = []
33090
+ include Aws::Structure
33091
+ end
33092
+
33093
+ # @!attribute [rw] pipeline_version_summaries
33094
+ # Contains a sorted list of pipeline version summary objects matching
33095
+ # the specified filters. Each version summary includes the pipeline
33096
+ # version ID, the creation date, and the last pipeline execution
33097
+ # created from that version. This list can be empty.
33098
+ # @return [Array<Types::PipelineVersionSummary>]
33099
+ #
33100
+ # @!attribute [rw] next_token
33101
+ # If the result of the previous `ListPipelineVersions` request was
33102
+ # truncated, the response includes a `NextToken`. To retrieve the next
33103
+ # set of pipeline versions, use this token in your next request.
33104
+ # @return [String]
33105
+ #
33106
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineVersionsResponse AWS API Documentation
33107
+ #
33108
+ class ListPipelineVersionsResponse < Struct.new(
33109
+ :pipeline_version_summaries,
33110
+ :next_token)
33111
+ SENSITIVE = []
33112
+ include Aws::Structure
33113
+ end
33114
+
32663
33115
  # @!attribute [rw] pipeline_name_prefix
32664
33116
  # The prefix of the pipeline name.
32665
33117
  # @return [String]
@@ -34332,8 +34784,8 @@ module Aws::SageMaker
34332
34784
  # @return [Time]
34333
34785
  #
34334
34786
  # @!attribute [rw] created_by
34335
- # Information about the user who created or modified an experiment,
34336
- # trial, trial component, lineage group, project, or model card.
34787
+ # Information about the user who created or modified a SageMaker
34788
+ # resource.
34337
34789
  # @return [Types::UserContext]
34338
34790
  #
34339
34791
  # @!attribute [rw] last_modified_time
@@ -34341,8 +34793,8 @@ module Aws::SageMaker
34341
34793
  # @return [Time]
34342
34794
  #
34343
34795
  # @!attribute [rw] last_modified_by
34344
- # Information about the user who created or modified an experiment,
34345
- # trial, trial component, lineage group, project, or model card.
34796
+ # Information about the user who created or modified a SageMaker
34797
+ # resource.
34346
34798
  # @return [Types::UserContext]
34347
34799
  #
34348
34800
  # @!attribute [rw] tags
@@ -34767,8 +35219,8 @@ module Aws::SageMaker
34767
35219
  # @return [Time]
34768
35220
  #
34769
35221
  # @!attribute [rw] created_by
34770
- # Information about the user who created or modified an experiment,
34771
- # trial, trial component, lineage group, project, or model card.
35222
+ # Information about the user who created or modified a SageMaker
35223
+ # resource.
34772
35224
  # @return [Types::UserContext]
34773
35225
  #
34774
35226
  # @!attribute [rw] last_modified_time
@@ -34776,8 +35228,8 @@ module Aws::SageMaker
34776
35228
  # @return [Time]
34777
35229
  #
34778
35230
  # @!attribute [rw] last_modified_by
34779
- # Information about the user who created or modified an experiment,
34780
- # trial, trial component, lineage group, project, or model card.
35231
+ # Information about the user who created or modified a SageMaker
35232
+ # resource.
34781
35233
  # @return [Types::UserContext]
34782
35234
  #
34783
35235
  # @!attribute [rw] tags
@@ -35604,8 +36056,8 @@ module Aws::SageMaker
35604
36056
  # @return [Time]
35605
36057
  #
35606
36058
  # @!attribute [rw] created_by
35607
- # Information about the user who created or modified an experiment,
35608
- # trial, trial component, lineage group, project, or model card.
36059
+ # Information about the user who created or modified a SageMaker
36060
+ # resource.
35609
36061
  # @return [Types::UserContext]
35610
36062
  #
35611
36063
  # @!attribute [rw] model_package_group_status
@@ -38638,13 +39090,13 @@ module Aws::SageMaker
38638
39090
  # @return [Time]
38639
39091
  #
38640
39092
  # @!attribute [rw] created_by
38641
- # Information about the user who created or modified an experiment,
38642
- # trial, trial component, lineage group, project, or model card.
39093
+ # Information about the user who created or modified a SageMaker
39094
+ # resource.
38643
39095
  # @return [Types::UserContext]
38644
39096
  #
38645
39097
  # @!attribute [rw] last_modified_by
38646
- # Information about the user who created or modified an experiment,
38647
- # trial, trial component, lineage group, project, or model card.
39098
+ # Information about the user who created or modified a SageMaker
39099
+ # resource.
38648
39100
  # @return [Types::UserContext]
38649
39101
  #
38650
39102
  # @!attribute [rw] parallelism_configuration
@@ -38741,13 +39193,13 @@ module Aws::SageMaker
38741
39193
  # @return [Time]
38742
39194
  #
38743
39195
  # @!attribute [rw] created_by
38744
- # Information about the user who created or modified an experiment,
38745
- # trial, trial component, lineage group, project, or model card.
39196
+ # Information about the user who created or modified a SageMaker
39197
+ # resource.
38746
39198
  # @return [Types::UserContext]
38747
39199
  #
38748
39200
  # @!attribute [rw] last_modified_by
38749
- # Information about the user who created or modified an experiment,
38750
- # trial, trial component, lineage group, project, or model card.
39201
+ # Information about the user who created or modified a SageMaker
39202
+ # resource.
38751
39203
  # @return [Types::UserContext]
38752
39204
  #
38753
39205
  # @!attribute [rw] parallelism_configuration
@@ -38762,6 +39214,15 @@ module Aws::SageMaker
38762
39214
  # Contains a list of pipeline parameters. This list can be empty.
38763
39215
  # @return [Array<Types::Parameter>]
38764
39216
  #
39217
+ # @!attribute [rw] pipeline_version_id
39218
+ # The ID of the pipeline version that started this execution.
39219
+ # @return [Integer]
39220
+ #
39221
+ # @!attribute [rw] pipeline_version_display_name
39222
+ # The display name of the pipeline version that started this
39223
+ # execution.
39224
+ # @return [String]
39225
+ #
38765
39226
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecution AWS API Documentation
38766
39227
  #
38767
39228
  class PipelineExecution < Struct.new(
@@ -38778,7 +39239,9 @@ module Aws::SageMaker
38778
39239
  :last_modified_by,
38779
39240
  :parallelism_configuration,
38780
39241
  :selective_execution_config,
38781
- :pipeline_parameters)
39242
+ :pipeline_parameters,
39243
+ :pipeline_version_id,
39244
+ :pipeline_version_display_name)
38782
39245
  SENSITIVE = []
38783
39246
  include Aws::Structure
38784
39247
  end
@@ -39106,6 +39569,115 @@ module Aws::SageMaker
39106
39569
  include Aws::Structure
39107
39570
  end
39108
39571
 
39572
+ # The version of the pipeline.
39573
+ #
39574
+ # @!attribute [rw] pipeline_arn
39575
+ # The Amazon Resource Name (ARN) of the pipeline.
39576
+ # @return [String]
39577
+ #
39578
+ # @!attribute [rw] pipeline_version_id
39579
+ # The ID of the pipeline version.
39580
+ # @return [Integer]
39581
+ #
39582
+ # @!attribute [rw] pipeline_version_display_name
39583
+ # The display name of the pipeline version.
39584
+ # @return [String]
39585
+ #
39586
+ # @!attribute [rw] pipeline_version_description
39587
+ # The description of the pipeline version.
39588
+ # @return [String]
39589
+ #
39590
+ # @!attribute [rw] creation_time
39591
+ # The creation time of the pipeline version.
39592
+ # @return [Time]
39593
+ #
39594
+ # @!attribute [rw] last_modified_time
39595
+ # The time when the pipeline version was last modified.
39596
+ # @return [Time]
39597
+ #
39598
+ # @!attribute [rw] created_by
39599
+ # Information about the user who created or modified a SageMaker
39600
+ # resource.
39601
+ # @return [Types::UserContext]
39602
+ #
39603
+ # @!attribute [rw] last_modified_by
39604
+ # Information about the user who created or modified a SageMaker
39605
+ # resource.
39606
+ # @return [Types::UserContext]
39607
+ #
39608
+ # @!attribute [rw] last_executed_pipeline_execution_arn
39609
+ # The Amazon Resource Name (ARN) of the most recent pipeline execution
39610
+ # created from this pipeline version.
39611
+ # @return [String]
39612
+ #
39613
+ # @!attribute [rw] last_executed_pipeline_execution_display_name
39614
+ # The display name of the most recent pipeline execution created from
39615
+ # this pipeline version.
39616
+ # @return [String]
39617
+ #
39618
+ # @!attribute [rw] last_executed_pipeline_execution_status
39619
+ # The status of the most recent pipeline execution created from this
39620
+ # pipeline version.
39621
+ # @return [String]
39622
+ #
39623
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineVersion AWS API Documentation
39624
+ #
39625
+ class PipelineVersion < Struct.new(
39626
+ :pipeline_arn,
39627
+ :pipeline_version_id,
39628
+ :pipeline_version_display_name,
39629
+ :pipeline_version_description,
39630
+ :creation_time,
39631
+ :last_modified_time,
39632
+ :created_by,
39633
+ :last_modified_by,
39634
+ :last_executed_pipeline_execution_arn,
39635
+ :last_executed_pipeline_execution_display_name,
39636
+ :last_executed_pipeline_execution_status)
39637
+ SENSITIVE = []
39638
+ include Aws::Structure
39639
+ end
39640
+
39641
+ # The summary of the pipeline version.
39642
+ #
39643
+ # @!attribute [rw] pipeline_arn
39644
+ # The Amazon Resource Name (ARN) of the pipeline.
39645
+ # @return [String]
39646
+ #
39647
+ # @!attribute [rw] pipeline_version_id
39648
+ # The ID of the pipeline version.
39649
+ # @return [Integer]
39650
+ #
39651
+ # @!attribute [rw] creation_time
39652
+ # The creation time of the pipeline version.
39653
+ # @return [Time]
39654
+ #
39655
+ # @!attribute [rw] pipeline_version_description
39656
+ # The description of the pipeline version.
39657
+ # @return [String]
39658
+ #
39659
+ # @!attribute [rw] pipeline_version_display_name
39660
+ # The display name of the pipeline version.
39661
+ # @return [String]
39662
+ #
39663
+ # @!attribute [rw] last_execution_pipeline_execution_arn
39664
+ # The Amazon Resource Name (ARN) of the most recent pipeline execution
39665
+ # created from this pipeline version.
39666
+ # @return [String]
39667
+ #
39668
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineVersionSummary AWS API Documentation
39669
+ #
39670
+ class PipelineVersionSummary < Struct.new(
39671
+ :pipeline_arn,
39672
+ :pipeline_version_id,
39673
+ :creation_time,
39674
+ :pipeline_version_description,
39675
+ :pipeline_version_display_name,
39676
+ :last_execution_pipeline_execution_arn)
39677
+ SENSITIVE = []
39678
+ include Aws::Structure
39679
+ end
39680
+
39109
39681
  # A specification for a predefined metric.
39110
39682
  #
39111
39683
  # @!attribute [rw] predefined_metric_type
@@ -40480,8 +41052,8 @@ module Aws::SageMaker
40480
41052
  # @return [Time]
40481
41053
  #
40482
41054
  # @!attribute [rw] last_modified_by
40483
- # Information about the user who created or modified an experiment,
40484
- # trial, trial component, lineage group, project, or model card.
41055
+ # Information about the user who created or modified a SageMaker
41056
+ # resource.
40485
41057
  # @return [Types::UserContext]
40486
41058
  #
40487
41059
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Project AWS API Documentation
@@ -42722,6 +43294,43 @@ module Aws::SageMaker
42722
43294
  include Aws::Structure
42723
43295
  end
42724
43296
 
43297
+ # A custom file system in Amazon S3. This is only supported in Amazon
43298
+ # SageMaker Unified Studio.
43299
+ #
43300
+ # @!attribute [rw] s3_uri
43301
+ # The Amazon S3 URI that specifies the location in S3 where files are
43302
+ # stored, which is mounted within the Studio environment. For example:
43303
+ # `s3://<bucket-name>/<prefix>/`.
43304
+ # @return [String]
43305
+ #
43306
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3FileSystem AWS API Documentation
43307
+ #
43308
+ class S3FileSystem < Struct.new(
43309
+ :s3_uri)
43310
+ SENSITIVE = []
43311
+ include Aws::Structure
43312
+ end
43313
+
43314
+ # Configuration for the custom Amazon S3 file system.
43315
+ #
43316
+ # @!attribute [rw] mount_path
43317
+ # The file system path where the Amazon S3 storage location will be
43318
+ # mounted within the Amazon SageMaker Studio environment.
43319
+ # @return [String]
43320
+ #
43321
+ # @!attribute [rw] s3_uri
43322
+ # The Amazon S3 URI of the S3 file system configuration.
43323
+ # @return [String]
43324
+ #
43325
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3FileSystemConfig AWS API Documentation
43326
+ #
43327
+ class S3FileSystemConfig < Struct.new(
43328
+ :mount_path,
43329
+ :s3_uri)
43330
+ SENSITIVE = []
43331
+ include Aws::Structure
43332
+ end
43333
+
42725
43334
  # Specifies the S3 location of ML model data to deploy.
42726
43335
  #
42727
43336
  # @!attribute [rw] s3_uri
@@ -43230,6 +43839,10 @@ module Aws::SageMaker
43230
43839
  # An execution of a pipeline.
43231
43840
  # @return [Types::PipelineExecution]
43232
43841
  #
43842
+ # @!attribute [rw] pipeline_version
43843
+ # The version of the pipeline.
43844
+ # @return [Types::PipelineVersion]
43845
+ #
43233
43846
  # @!attribute [rw] feature_group
43234
43847
  # Amazon SageMaker Feature Store stores features in a collection
43235
43848
  # called Feature Group. A Feature Group can be visualized as a table
@@ -43271,6 +43884,7 @@ module Aws::SageMaker
43271
43884
  :model_package_group,
43272
43885
  :pipeline,
43273
43886
  :pipeline_execution,
43887
+ :pipeline_version,
43274
43888
  :feature_group,
43275
43889
  :feature_metadata,
43276
43890
  :project,
@@ -44483,6 +45097,10 @@ module Aws::SageMaker
44483
45097
  # The selective execution configuration applied to the pipeline run.
44484
45098
  # @return [Types::SelectiveExecutionConfig]
44485
45099
  #
45100
+ # @!attribute [rw] pipeline_version_id
45101
+ # The ID of the pipeline version to start execution from.
45102
+ # @return [Integer]
45103
+ #
44486
45104
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartPipelineExecutionRequest AWS API Documentation
44487
45105
  #
44488
45106
  class StartPipelineExecutionRequest < Struct.new(
@@ -44492,7 +45110,8 @@ module Aws::SageMaker
44492
45110
  :pipeline_execution_description,
44493
45111
  :client_request_token,
44494
45112
  :parallelism_configuration,
44495
- :selective_execution_config)
45113
+ :selective_execution_config,
45114
+ :pipeline_version_id)
44496
45115
  SENSITIVE = []
44497
45116
  include Aws::Structure
44498
45117
  end
@@ -47562,8 +48181,8 @@ module Aws::SageMaker
47562
48181
  # @return [Time]
47563
48182
  #
47564
48183
  # @!attribute [rw] last_modified_by
47565
- # Information about the user who created or modified an experiment,
47566
- # trial, trial component, lineage group, project, or model card.
48184
+ # Information about the user who created or modified a SageMaker
48185
+ # resource.
47567
48186
  # @return [Types::UserContext]
47568
48187
  #
47569
48188
  # @!attribute [rw] metadata_properties
@@ -47654,8 +48273,8 @@ module Aws::SageMaker
47654
48273
  # @return [Time]
47655
48274
  #
47656
48275
  # @!attribute [rw] last_modified_by
47657
- # Information about the user who created or modified an experiment,
47658
- # trial, trial component, lineage group, project, or model card.
48276
+ # Information about the user who created or modified a SageMaker
48277
+ # resource.
47659
48278
  # @return [Types::UserContext]
47660
48279
  #
47661
48280
  # @!attribute [rw] parameters
@@ -47871,8 +48490,8 @@ module Aws::SageMaker
47871
48490
  # @return [Time]
47872
48491
  #
47873
48492
  # @!attribute [rw] created_by
47874
- # Information about the user who created or modified an experiment,
47875
- # trial, trial component, lineage group, project, or model card.
48493
+ # Information about the user who created or modified a SageMaker
48494
+ # resource.
47876
48495
  # @return [Types::UserContext]
47877
48496
  #
47878
48497
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrialComponentSimpleSummary AWS API Documentation
@@ -48526,6 +49145,11 @@ module Aws::SageMaker
48526
49145
  # Specify the instance groups to update.
48527
49146
  # @return [Array<Types::ClusterInstanceGroupSpecification>]
48528
49147
  #
49148
+ # @!attribute [rw] restricted_instance_groups
49149
+ # The specialized instance groups for training models like Amazon Nova
49150
+ # to be created in the SageMaker HyperPod cluster.
49151
+ # @return [Array<Types::ClusterRestrictedInstanceGroupSpecification>]
49152
+ #
48529
49153
  # @!attribute [rw] node_recovery
48530
49154
  # The node recovery mode to be applied to the SageMaker HyperPod
48531
49155
  # cluster.
@@ -48541,6 +49165,7 @@ module Aws::SageMaker
48541
49165
  class UpdateClusterRequest < Struct.new(
48542
49166
  :cluster_name,
48543
49167
  :instance_groups,
49168
+ :restricted_instance_groups,
48544
49169
  :node_recovery,
48545
49170
  :instance_groups_to_delete)
48546
49171
  SENSITIVE = []
@@ -50214,10 +50839,59 @@ module Aws::SageMaker
50214
50839
  # The Amazon Resource Name (ARN) of the updated pipeline.
50215
50840
  # @return [String]
50216
50841
  #
50842
+ # @!attribute [rw] pipeline_version_id
50843
+ # The ID of the pipeline version.
50844
+ # @return [Integer]
50845
+ #
50217
50846
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineResponse AWS API Documentation
50218
50847
  #
50219
50848
  class UpdatePipelineResponse < Struct.new(
50220
- :pipeline_arn)
50849
+ :pipeline_arn,
50850
+ :pipeline_version_id)
50851
+ SENSITIVE = []
50852
+ include Aws::Structure
50853
+ end
50854
+
50855
+ # @!attribute [rw] pipeline_arn
50856
+ # The Amazon Resource Name (ARN) of the pipeline.
50857
+ # @return [String]
50858
+ #
50859
+ # @!attribute [rw] pipeline_version_id
50860
+ # The pipeline version ID to update.
50861
+ # @return [Integer]
50862
+ #
50863
+ # @!attribute [rw] pipeline_version_display_name
50864
+ # The display name of the pipeline version.
50865
+ # @return [String]
50866
+ #
50867
+ # @!attribute [rw] pipeline_version_description
50868
+ # The description of the pipeline version.
50869
+ # @return [String]
50870
+ #
50871
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineVersionRequest AWS API Documentation
50872
+ #
50873
+ class UpdatePipelineVersionRequest < Struct.new(
50874
+ :pipeline_arn,
50875
+ :pipeline_version_id,
50876
+ :pipeline_version_display_name,
50877
+ :pipeline_version_description)
50878
+ SENSITIVE = []
50879
+ include Aws::Structure
50880
+ end
50881
+
50882
+ # @!attribute [rw] pipeline_arn
50883
+ # The Amazon Resource Name (ARN) of the pipeline.
50884
+ # @return [String]
50885
+ #
50886
+ # @!attribute [rw] pipeline_version_id
50887
+ # The ID of the pipeline version.
50888
+ # @return [Integer]
50889
+ #
50890
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineVersionResponse AWS API Documentation
50891
+ #
50892
+ class UpdatePipelineVersionResponse < Struct.new(
50893
+ :pipeline_arn,
50894
+ :pipeline_version_id)
50221
50895
  SENSITIVE = []
50222
50896
  include Aws::Structure
50223
50897
  end
@@ -50575,13 +51249,19 @@ module Aws::SageMaker
50575
51249
  # Use this parameter to update your VPC configuration for a workforce.
50576
51250
  # @return [Types::WorkforceVpcConfigRequest]
50577
51251
  #
51252
+ # @!attribute [rw] ip_address_type
51253
+ # Use this parameter to specify whether you want `IPv4` only or
51254
+ # `dualstack` (`IPv4` and `IPv6`) to support your labeling workforce.
51255
+ # @return [String]
51256
+ #
50578
51257
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforceRequest AWS API Documentation
50579
51258
  #
50580
51259
  class UpdateWorkforceRequest < Struct.new(
50581
51260
  :workforce_name,
50582
51261
  :source_ip_config,
50583
51262
  :oidc_config,
50584
- :workforce_vpc_config)
51263
+ :workforce_vpc_config,
51264
+ :ip_address_type)
50585
51265
  SENSITIVE = []
50586
51266
  include Aws::Structure
50587
51267
  end
@@ -50682,8 +51362,8 @@ module Aws::SageMaker
50682
51362
  include Aws::Structure
50683
51363
  end
50684
51364
 
50685
- # Information about the user who created or modified an experiment,
50686
- # trial, trial component, lineage group, project, or model card.
51365
+ # Information about the user who created or modified a SageMaker
51366
+ # resource.
50687
51367
  #
50688
51368
  # @!attribute [rw] user_profile_arn
50689
51369
  # The Amazon Resource Name (ARN) of the user's profile.
@@ -51195,6 +51875,11 @@ module Aws::SageMaker
51195
51875
  # The reason your workforce failed.
51196
51876
  # @return [String]
51197
51877
  #
51878
+ # @!attribute [rw] ip_address_type
51879
+ # The IP address type you specify - either `IPv4` only or `dualstack`
51880
+ # (`IPv4` and `IPv6`) - to support your labeling workforce.
51881
+ # @return [String]
51882
+ #
51198
51883
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Workforce AWS API Documentation
51199
51884
  #
51200
51885
  class Workforce < Struct.new(
@@ -51208,7 +51893,8 @@ module Aws::SageMaker
51208
51893
  :create_date,
51209
51894
  :workforce_vpc_config,
51210
51895
  :status,
51211
- :failure_reason)
51896
+ :failure_reason,
51897
+ :ip_address_type)
51212
51898
  SENSITIVE = []
51213
51899
  include Aws::Structure
51214
51900
  end