aws-sdk-sagemaker 1.276.0 → 1.278.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 +1610 -214
- data/lib/aws-sdk-sagemaker/client_api.rb +741 -0
- data/lib/aws-sdk-sagemaker/types.rb +2296 -210
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +477 -33
- data/sig/types.rbs +510 -13
- metadata +2 -2
@@ -310,6 +310,13 @@ module Aws::SageMaker
|
|
310
310
|
# Specifies the training algorithm to use in a [CreateTrainingJob][1]
|
311
311
|
# request.
|
312
312
|
#
|
313
|
+
# SageMaker uses its own SageMaker account credentials to pull and
|
314
|
+
# access built-in algorithms so built-in algorithms are universally
|
315
|
+
# accessible across all Amazon Web Services accounts. As a result,
|
316
|
+
# built-in algorithms have standard, unrestricted access. You cannot
|
317
|
+
# restrict built-in algorithms using IAM roles. Use custom algorithms if
|
318
|
+
# you require specific access controls.
|
319
|
+
#
|
313
320
|
# For more information about algorithms provided by SageMaker, see
|
314
321
|
# [Algorithms][2]. For information about using your own algorithms, see
|
315
322
|
# [Using Your Own Algorithms with Amazon SageMaker][3].
|
@@ -1297,7 +1304,7 @@ module Aws::SageMaker
|
|
1297
1304
|
include Aws::Structure
|
1298
1305
|
end
|
1299
1306
|
|
1300
|
-
# Details about an Amazon SageMaker app.
|
1307
|
+
# Details about an Amazon SageMaker AI app.
|
1301
1308
|
#
|
1302
1309
|
# @!attribute [rw] domain_id
|
1303
1310
|
# The domain ID.
|
@@ -1328,7 +1335,7 @@ module Aws::SageMaker
|
|
1328
1335
|
# @return [Time]
|
1329
1336
|
#
|
1330
1337
|
# @!attribute [rw] resource_spec
|
1331
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
1338
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
1332
1339
|
# version, and the instance type that the version runs on.
|
1333
1340
|
# @return [Types::ResourceSpec]
|
1334
1341
|
#
|
@@ -1347,7 +1354,7 @@ module Aws::SageMaker
|
|
1347
1354
|
include Aws::Structure
|
1348
1355
|
end
|
1349
1356
|
|
1350
|
-
# The configuration for running a SageMaker image as a KernelGateway
|
1357
|
+
# The configuration for running a SageMaker AI image as a KernelGateway
|
1351
1358
|
# app.
|
1352
1359
|
#
|
1353
1360
|
# @!attribute [rw] app_image_config_arn
|
@@ -1368,7 +1375,7 @@ module Aws::SageMaker
|
|
1368
1375
|
#
|
1369
1376
|
# @!attribute [rw] kernel_gateway_image_config
|
1370
1377
|
# The configuration for the file system and kernels in the SageMaker
|
1371
|
-
# image.
|
1378
|
+
# AI image.
|
1372
1379
|
# @return [Types::KernelGatewayImageConfig]
|
1373
1380
|
#
|
1374
1381
|
# @!attribute [rw] jupyter_lab_app_image_config
|
@@ -2720,7 +2727,7 @@ module Aws::SageMaker
|
|
2720
2727
|
# The data type.
|
2721
2728
|
#
|
2722
2729
|
# * If you choose `S3Prefix`, `S3Uri` identifies a key name prefix.
|
2723
|
-
# SageMaker uses all objects that match the specified key name
|
2730
|
+
# SageMaker AI uses all objects that match the specified key name
|
2724
2731
|
# prefix for model training.
|
2725
2732
|
#
|
2726
2733
|
# The `S3Prefix` should have the following format:
|
@@ -2729,7 +2736,7 @@ module Aws::SageMaker
|
|
2729
2736
|
#
|
2730
2737
|
# * If you choose `ManifestFile`, `S3Uri` identifies an object that is
|
2731
2738
|
# a manifest file containing a list of object keys that you want
|
2732
|
-
# SageMaker to use for model training.
|
2739
|
+
# SageMaker AI to use for model training.
|
2733
2740
|
#
|
2734
2741
|
# A `ManifestFile` should have the format shown below:
|
2735
2742
|
#
|
@@ -3506,16 +3513,16 @@ module Aws::SageMaker
|
|
3506
3513
|
end
|
3507
3514
|
|
3508
3515
|
# Configuration specifying how to treat different headers. If no headers
|
3509
|
-
# are specified Amazon SageMaker will by default base64 encode when
|
3516
|
+
# are specified Amazon SageMaker AI will by default base64 encode when
|
3510
3517
|
# capturing the data.
|
3511
3518
|
#
|
3512
3519
|
# @!attribute [rw] csv_content_types
|
3513
|
-
# The list of all content type headers that Amazon SageMaker will
|
3520
|
+
# The list of all content type headers that Amazon SageMaker AI will
|
3514
3521
|
# treat as CSV and capture accordingly.
|
3515
3522
|
# @return [Array<String>]
|
3516
3523
|
#
|
3517
3524
|
# @!attribute [rw] json_content_types
|
3518
|
-
# The list of all content type headers that SageMaker will treat as
|
3525
|
+
# The list of all content type headers that SageMaker AI will treat as
|
3519
3526
|
# JSON and capture accordingly.
|
3520
3527
|
# @return [Array<String>]
|
3521
3528
|
#
|
@@ -4227,6 +4234,38 @@ module Aws::SageMaker
|
|
4227
4234
|
# when the cluster instance group is created or updated.
|
4228
4235
|
# @return [Array<String>]
|
4229
4236
|
#
|
4237
|
+
# @!attribute [rw] status
|
4238
|
+
# The current status of the cluster instance group.
|
4239
|
+
#
|
4240
|
+
# * `InService`: The instance group is active and healthy.
|
4241
|
+
#
|
4242
|
+
# * `Creating`: The instance group is being provisioned.
|
4243
|
+
#
|
4244
|
+
# * `Updating`: The instance group is being updated.
|
4245
|
+
#
|
4246
|
+
# * `Failed`: The instance group has failed to provision or is no
|
4247
|
+
# longer healthy.
|
4248
|
+
#
|
4249
|
+
# * `Degraded`: The instance group is degraded, meaning that some
|
4250
|
+
# instances have failed to provision or are no longer healthy.
|
4251
|
+
#
|
4252
|
+
# * `Deleting`: The instance group is being deleted.
|
4253
|
+
# @return [String]
|
4254
|
+
#
|
4255
|
+
# @!attribute [rw] training_plan_arn
|
4256
|
+
# The Amazon Resource Name (ARN); of the training plan associated with
|
4257
|
+
# this cluster instance group.
|
4258
|
+
#
|
4259
|
+
# For more information about how to reserve GPU capacity for your
|
4260
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan,
|
4261
|
+
# see ` CreateTrainingPlan `.
|
4262
|
+
# @return [String]
|
4263
|
+
#
|
4264
|
+
# @!attribute [rw] training_plan_status
|
4265
|
+
# The current status of the training plan associated with this cluster
|
4266
|
+
# instance group.
|
4267
|
+
# @return [String]
|
4268
|
+
#
|
4230
4269
|
# @!attribute [rw] override_vpc_config
|
4231
4270
|
# Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
|
4232
4271
|
# jobs, hosted models, and compute resources have access to. You can
|
@@ -4251,6 +4290,9 @@ module Aws::SageMaker
|
|
4251
4290
|
:threads_per_core,
|
4252
4291
|
:instance_storage_configs,
|
4253
4292
|
:on_start_deep_health_checks,
|
4293
|
+
:status,
|
4294
|
+
:training_plan_arn,
|
4295
|
+
:training_plan_status,
|
4254
4296
|
:override_vpc_config)
|
4255
4297
|
SENSITIVE = []
|
4256
4298
|
include Aws::Structure
|
@@ -4303,6 +4345,15 @@ module Aws::SageMaker
|
|
4303
4345
|
# when the cluster instance group is created or updated.
|
4304
4346
|
# @return [Array<String>]
|
4305
4347
|
#
|
4348
|
+
# @!attribute [rw] training_plan_arn
|
4349
|
+
# The Amazon Resource Name (ARN); of the training plan to use for this
|
4350
|
+
# cluster instance group.
|
4351
|
+
#
|
4352
|
+
# For more information about how to reserve GPU capacity for your
|
4353
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan,
|
4354
|
+
# see ` CreateTrainingPlan `.
|
4355
|
+
# @return [String]
|
4356
|
+
#
|
4306
4357
|
# @!attribute [rw] override_vpc_config
|
4307
4358
|
# Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
|
4308
4359
|
# jobs, hosted models, and compute resources have access to. You can
|
@@ -4326,6 +4377,7 @@ module Aws::SageMaker
|
|
4326
4377
|
:threads_per_core,
|
4327
4378
|
:instance_storage_configs,
|
4328
4379
|
:on_start_deep_health_checks,
|
4380
|
+
:training_plan_arn,
|
4329
4381
|
:override_vpc_config)
|
4330
4382
|
SENSITIVE = []
|
4331
4383
|
include Aws::Structure
|
@@ -4583,6 +4635,55 @@ module Aws::SageMaker
|
|
4583
4635
|
include Aws::Structure
|
4584
4636
|
end
|
4585
4637
|
|
4638
|
+
# Summary of the cluster policy.
|
4639
|
+
#
|
4640
|
+
# @!attribute [rw] cluster_scheduler_config_arn
|
4641
|
+
# ARN of the cluster policy.
|
4642
|
+
# @return [String]
|
4643
|
+
#
|
4644
|
+
# @!attribute [rw] cluster_scheduler_config_id
|
4645
|
+
# ID of the cluster policy.
|
4646
|
+
# @return [String]
|
4647
|
+
#
|
4648
|
+
# @!attribute [rw] cluster_scheduler_config_version
|
4649
|
+
# Version of the cluster policy.
|
4650
|
+
# @return [Integer]
|
4651
|
+
#
|
4652
|
+
# @!attribute [rw] name
|
4653
|
+
# Name of the cluster policy.
|
4654
|
+
# @return [String]
|
4655
|
+
#
|
4656
|
+
# @!attribute [rw] creation_time
|
4657
|
+
# Creation time of the cluster policy.
|
4658
|
+
# @return [Time]
|
4659
|
+
#
|
4660
|
+
# @!attribute [rw] last_modified_time
|
4661
|
+
# Last modified time of the cluster policy.
|
4662
|
+
# @return [Time]
|
4663
|
+
#
|
4664
|
+
# @!attribute [rw] status
|
4665
|
+
# Status of the cluster policy.
|
4666
|
+
# @return [String]
|
4667
|
+
#
|
4668
|
+
# @!attribute [rw] cluster_arn
|
4669
|
+
# ARN of the cluster.
|
4670
|
+
# @return [String]
|
4671
|
+
#
|
4672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterSchedulerConfigSummary AWS API Documentation
|
4673
|
+
#
|
4674
|
+
class ClusterSchedulerConfigSummary < Struct.new(
|
4675
|
+
:cluster_scheduler_config_arn,
|
4676
|
+
:cluster_scheduler_config_id,
|
4677
|
+
:cluster_scheduler_config_version,
|
4678
|
+
:name,
|
4679
|
+
:creation_time,
|
4680
|
+
:last_modified_time,
|
4681
|
+
:status,
|
4682
|
+
:cluster_arn)
|
4683
|
+
SENSITIVE = []
|
4684
|
+
include Aws::Structure
|
4685
|
+
end
|
4686
|
+
|
4586
4687
|
# Lists a summary of the properties of a SageMaker HyperPod cluster.
|
4587
4688
|
#
|
4588
4689
|
# @!attribute [rw] cluster_arn
|
@@ -4601,13 +4702,23 @@ module Aws::SageMaker
|
|
4601
4702
|
# The status of the SageMaker HyperPod cluster.
|
4602
4703
|
# @return [String]
|
4603
4704
|
#
|
4705
|
+
# @!attribute [rw] training_plan_arns
|
4706
|
+
# A list of Amazon Resource Names (ARNs) of the training plans
|
4707
|
+
# associated with this cluster.
|
4708
|
+
#
|
4709
|
+
# For more information about how to reserve GPU capacity for your
|
4710
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan,
|
4711
|
+
# see ` CreateTrainingPlan `.
|
4712
|
+
# @return [Array<String>]
|
4713
|
+
#
|
4604
4714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterSummary AWS API Documentation
|
4605
4715
|
#
|
4606
4716
|
class ClusterSummary < Struct.new(
|
4607
4717
|
:cluster_arn,
|
4608
4718
|
:cluster_name,
|
4609
4719
|
:creation_time,
|
4610
|
-
:cluster_status
|
4720
|
+
:cluster_status,
|
4721
|
+
:training_plan_arns)
|
4611
4722
|
SENSITIVE = []
|
4612
4723
|
include Aws::Structure
|
4613
4724
|
end
|
@@ -4618,7 +4729,7 @@ module Aws::SageMaker
|
|
4618
4729
|
#
|
4619
4730
|
# @!attribute [rw] file_system_config
|
4620
4731
|
# The Amazon Elastic File System storage configuration for a SageMaker
|
4621
|
-
# image.
|
4732
|
+
# AI image.
|
4622
4733
|
# @return [Types::FileSystemConfig]
|
4623
4734
|
#
|
4624
4735
|
# @!attribute [rw] container_config
|
@@ -4644,7 +4755,7 @@ module Aws::SageMaker
|
|
4644
4755
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/code-editor.html
|
4645
4756
|
#
|
4646
4757
|
# @!attribute [rw] default_resource_spec
|
4647
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
4758
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
4648
4759
|
# version, and the instance type that the version runs on.
|
4649
4760
|
# @return [Types::ResourceSpec]
|
4650
4761
|
#
|
@@ -4681,7 +4792,7 @@ module Aws::SageMaker
|
|
4681
4792
|
include Aws::Structure
|
4682
4793
|
end
|
4683
4794
|
|
4684
|
-
# A Git repository that SageMaker automatically displays to users for
|
4795
|
+
# A Git repository that SageMaker AI automatically displays to users for
|
4685
4796
|
# cloning in the JupyterServer application.
|
4686
4797
|
#
|
4687
4798
|
# @!attribute [rw] repository_url
|
@@ -4911,6 +5022,151 @@ module Aws::SageMaker
|
|
4911
5022
|
include Aws::Structure
|
4912
5023
|
end
|
4913
5024
|
|
5025
|
+
# Configuration of the compute allocation definition for an entity. This
|
5026
|
+
# includes the resource sharing option and the setting to preempt low
|
5027
|
+
# priority tasks.
|
5028
|
+
#
|
5029
|
+
# @!attribute [rw] compute_quota_resources
|
5030
|
+
# Allocate compute resources by instance types.
|
5031
|
+
# @return [Array<Types::ComputeQuotaResourceConfig>]
|
5032
|
+
#
|
5033
|
+
# @!attribute [rw] resource_sharing_config
|
5034
|
+
# Resource sharing configuration. This defines how an entity can lend
|
5035
|
+
# and borrow idle compute with other entities within the cluster.
|
5036
|
+
# @return [Types::ResourceSharingConfig]
|
5037
|
+
#
|
5038
|
+
# @!attribute [rw] preempt_team_tasks
|
5039
|
+
# Allows workloads from within an entity to preempt same-team
|
5040
|
+
# workloads. When set to `LowerPriority`, the entity's lower priority
|
5041
|
+
# tasks are preempted by their own higher priority tasks.
|
5042
|
+
#
|
5043
|
+
# Default is `LowerPriority`.
|
5044
|
+
# @return [String]
|
5045
|
+
#
|
5046
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ComputeQuotaConfig AWS API Documentation
|
5047
|
+
#
|
5048
|
+
class ComputeQuotaConfig < Struct.new(
|
5049
|
+
:compute_quota_resources,
|
5050
|
+
:resource_sharing_config,
|
5051
|
+
:preempt_team_tasks)
|
5052
|
+
SENSITIVE = []
|
5053
|
+
include Aws::Structure
|
5054
|
+
end
|
5055
|
+
|
5056
|
+
# Configuration of the resources used for the compute allocation
|
5057
|
+
# definition.
|
5058
|
+
#
|
5059
|
+
# @!attribute [rw] instance_type
|
5060
|
+
# The instance type of the instance group for the cluster.
|
5061
|
+
# @return [String]
|
5062
|
+
#
|
5063
|
+
# @!attribute [rw] count
|
5064
|
+
# The number of instances to add to the instance group of a SageMaker
|
5065
|
+
# HyperPod cluster.
|
5066
|
+
# @return [Integer]
|
5067
|
+
#
|
5068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ComputeQuotaResourceConfig AWS API Documentation
|
5069
|
+
#
|
5070
|
+
class ComputeQuotaResourceConfig < Struct.new(
|
5071
|
+
:instance_type,
|
5072
|
+
:count)
|
5073
|
+
SENSITIVE = []
|
5074
|
+
include Aws::Structure
|
5075
|
+
end
|
5076
|
+
|
5077
|
+
# Summary of the compute allocation definition.
|
5078
|
+
#
|
5079
|
+
# @!attribute [rw] compute_quota_arn
|
5080
|
+
# ARN of the compute allocation definition.
|
5081
|
+
# @return [String]
|
5082
|
+
#
|
5083
|
+
# @!attribute [rw] compute_quota_id
|
5084
|
+
# ID of the compute allocation definition.
|
5085
|
+
# @return [String]
|
5086
|
+
#
|
5087
|
+
# @!attribute [rw] name
|
5088
|
+
# Name of the compute allocation definition.
|
5089
|
+
# @return [String]
|
5090
|
+
#
|
5091
|
+
# @!attribute [rw] compute_quota_version
|
5092
|
+
# Version of the compute allocation definition.
|
5093
|
+
# @return [Integer]
|
5094
|
+
#
|
5095
|
+
# @!attribute [rw] status
|
5096
|
+
# Status of the compute allocation definition.
|
5097
|
+
# @return [String]
|
5098
|
+
#
|
5099
|
+
# @!attribute [rw] cluster_arn
|
5100
|
+
# ARN of the cluster.
|
5101
|
+
# @return [String]
|
5102
|
+
#
|
5103
|
+
# @!attribute [rw] compute_quota_config
|
5104
|
+
# Configuration of the compute allocation definition. This includes
|
5105
|
+
# the resource sharing option, and the setting to preempt low priority
|
5106
|
+
# tasks.
|
5107
|
+
# @return [Types::ComputeQuotaConfig]
|
5108
|
+
#
|
5109
|
+
# @!attribute [rw] compute_quota_target
|
5110
|
+
# The target entity to allocate compute resources to.
|
5111
|
+
# @return [Types::ComputeQuotaTarget]
|
5112
|
+
#
|
5113
|
+
# @!attribute [rw] activation_state
|
5114
|
+
# The state of the compute allocation being described. Use to enable
|
5115
|
+
# or disable compute allocation.
|
5116
|
+
#
|
5117
|
+
# Default is `Enabled`.
|
5118
|
+
# @return [String]
|
5119
|
+
#
|
5120
|
+
# @!attribute [rw] creation_time
|
5121
|
+
# Creation time of the compute allocation definition.
|
5122
|
+
# @return [Time]
|
5123
|
+
#
|
5124
|
+
# @!attribute [rw] last_modified_time
|
5125
|
+
# Last modified time of the compute allocation definition.
|
5126
|
+
# @return [Time]
|
5127
|
+
#
|
5128
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ComputeQuotaSummary AWS API Documentation
|
5129
|
+
#
|
5130
|
+
class ComputeQuotaSummary < Struct.new(
|
5131
|
+
:compute_quota_arn,
|
5132
|
+
:compute_quota_id,
|
5133
|
+
:name,
|
5134
|
+
:compute_quota_version,
|
5135
|
+
:status,
|
5136
|
+
:cluster_arn,
|
5137
|
+
:compute_quota_config,
|
5138
|
+
:compute_quota_target,
|
5139
|
+
:activation_state,
|
5140
|
+
:creation_time,
|
5141
|
+
:last_modified_time)
|
5142
|
+
SENSITIVE = []
|
5143
|
+
include Aws::Structure
|
5144
|
+
end
|
5145
|
+
|
5146
|
+
# The target entity to allocate compute resources to.
|
5147
|
+
#
|
5148
|
+
# @!attribute [rw] team_name
|
5149
|
+
# Name of the team to allocate compute resources to.
|
5150
|
+
# @return [String]
|
5151
|
+
#
|
5152
|
+
# @!attribute [rw] fair_share_weight
|
5153
|
+
# Assigned entity fair-share weight. Idle compute will be shared
|
5154
|
+
# across entities based on these assigned weights. This weight is only
|
5155
|
+
# used when `FairShare` is enabled.
|
5156
|
+
#
|
5157
|
+
# A weight of 0 is the lowest priority and 100 is the highest. Weight
|
5158
|
+
# 0 is the default.
|
5159
|
+
# @return [Integer]
|
5160
|
+
#
|
5161
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ComputeQuotaTarget AWS API Documentation
|
5162
|
+
#
|
5163
|
+
class ComputeQuotaTarget < Struct.new(
|
5164
|
+
:team_name,
|
5165
|
+
:fair_share_weight)
|
5166
|
+
SENSITIVE = []
|
5167
|
+
include Aws::Structure
|
5168
|
+
end
|
5169
|
+
|
4914
5170
|
# Metadata for a Condition step.
|
4915
5171
|
#
|
4916
5172
|
# @!attribute [rw] outcome
|
@@ -5524,7 +5780,7 @@ module Aws::SageMaker
|
|
5524
5780
|
#
|
5525
5781
|
# @!attribute [rw] resource_spec
|
5526
5782
|
# The instance type and the Amazon Resource Name (ARN) of the
|
5527
|
-
# SageMaker image created on the instance.
|
5783
|
+
# SageMaker AI image created on the instance.
|
5528
5784
|
#
|
5529
5785
|
# <note markdown="1"> The value of `InstanceType` passed as part of the `ResourceSpec` in
|
5530
5786
|
# the `CreateApp` call overrides the value passed as part of the
|
@@ -5931,6 +6187,55 @@ module Aws::SageMaker
|
|
5931
6187
|
include Aws::Structure
|
5932
6188
|
end
|
5933
6189
|
|
6190
|
+
# @!attribute [rw] name
|
6191
|
+
# Name for the cluster policy.
|
6192
|
+
# @return [String]
|
6193
|
+
#
|
6194
|
+
# @!attribute [rw] cluster_arn
|
6195
|
+
# ARN of the cluster.
|
6196
|
+
# @return [String]
|
6197
|
+
#
|
6198
|
+
# @!attribute [rw] scheduler_config
|
6199
|
+
# Configuration about the monitoring schedule.
|
6200
|
+
# @return [Types::SchedulerConfig]
|
6201
|
+
#
|
6202
|
+
# @!attribute [rw] description
|
6203
|
+
# Description of the cluster policy.
|
6204
|
+
# @return [String]
|
6205
|
+
#
|
6206
|
+
# @!attribute [rw] tags
|
6207
|
+
# Tags of the cluster policy.
|
6208
|
+
# @return [Array<Types::Tag>]
|
6209
|
+
#
|
6210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateClusterSchedulerConfigRequest AWS API Documentation
|
6211
|
+
#
|
6212
|
+
class CreateClusterSchedulerConfigRequest < Struct.new(
|
6213
|
+
:name,
|
6214
|
+
:cluster_arn,
|
6215
|
+
:scheduler_config,
|
6216
|
+
:description,
|
6217
|
+
:tags)
|
6218
|
+
SENSITIVE = []
|
6219
|
+
include Aws::Structure
|
6220
|
+
end
|
6221
|
+
|
6222
|
+
# @!attribute [rw] cluster_scheduler_config_arn
|
6223
|
+
# ARN of the cluster policy.
|
6224
|
+
# @return [String]
|
6225
|
+
#
|
6226
|
+
# @!attribute [rw] cluster_scheduler_config_id
|
6227
|
+
# ID of the cluster policy.
|
6228
|
+
# @return [String]
|
6229
|
+
#
|
6230
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateClusterSchedulerConfigResponse AWS API Documentation
|
6231
|
+
#
|
6232
|
+
class CreateClusterSchedulerConfigResponse < Struct.new(
|
6233
|
+
:cluster_scheduler_config_arn,
|
6234
|
+
:cluster_scheduler_config_id)
|
6235
|
+
SENSITIVE = []
|
6236
|
+
include Aws::Structure
|
6237
|
+
end
|
6238
|
+
|
5934
6239
|
# @!attribute [rw] code_repository_name
|
5935
6240
|
# The name of the Git repository. The name must have 1 to 63
|
5936
6241
|
# characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
|
@@ -5983,9 +6288,10 @@ module Aws::SageMaker
|
|
5983
6288
|
#
|
5984
6289
|
# @!attribute [rw] role_arn
|
5985
6290
|
# The Amazon Resource Name (ARN) of an IAM role that enables Amazon
|
5986
|
-
# SageMaker to perform tasks on your behalf.
|
6291
|
+
# SageMaker AI to perform tasks on your behalf.
|
5987
6292
|
#
|
5988
|
-
# During model compilation, Amazon SageMaker needs your permission
|
6293
|
+
# During model compilation, Amazon SageMaker AI needs your permission
|
6294
|
+
# to:
|
5989
6295
|
#
|
5990
6296
|
# * Read input data from an S3 bucket
|
5991
6297
|
#
|
@@ -5996,9 +6302,9 @@ module Aws::SageMaker
|
|
5996
6302
|
# * Publish metrics to Amazon CloudWatch
|
5997
6303
|
#
|
5998
6304
|
# You grant permissions for all of these tasks to an IAM role. To pass
|
5999
|
-
# this role to Amazon SageMaker, the caller of this API must have
|
6000
|
-
# `iam:PassRole` permission. For more information, see [Amazon
|
6001
|
-
# SageMaker Roles.][1]
|
6305
|
+
# this role to Amazon SageMaker AI, the caller of this API must have
|
6306
|
+
# the `iam:PassRole` permission. For more information, see [Amazon
|
6307
|
+
# SageMaker AI Roles.][1]
|
6002
6308
|
#
|
6003
6309
|
#
|
6004
6310
|
#
|
@@ -6037,7 +6343,7 @@ module Aws::SageMaker
|
|
6037
6343
|
#
|
6038
6344
|
# @!attribute [rw] stopping_condition
|
6039
6345
|
# Specifies a limit to how long a model compilation job can run. When
|
6040
|
-
# the job reaches the time limit, Amazon SageMaker ends the
|
6346
|
+
# the job reaches the time limit, Amazon SageMaker AI ends the
|
6041
6347
|
# compilation job. Use this API to cap model training costs.
|
6042
6348
|
# @return [Types::StoppingCondition]
|
6043
6349
|
#
|
@@ -6069,7 +6375,7 @@ module Aws::SageMaker
|
|
6069
6375
|
|
6070
6376
|
# @!attribute [rw] compilation_job_arn
|
6071
6377
|
# If the action is successful, the service sends back an HTTP 200
|
6072
|
-
# response. Amazon SageMaker returns the following data in JSON
|
6378
|
+
# response. Amazon SageMaker AI returns the following data in JSON
|
6073
6379
|
# format:
|
6074
6380
|
#
|
6075
6381
|
# * `CompilationJobArn`: The Amazon Resource Name (ARN) of the
|
@@ -6086,6 +6392,70 @@ module Aws::SageMaker
|
|
6086
6392
|
include Aws::Structure
|
6087
6393
|
end
|
6088
6394
|
|
6395
|
+
# @!attribute [rw] name
|
6396
|
+
# Name to the compute allocation definition.
|
6397
|
+
# @return [String]
|
6398
|
+
#
|
6399
|
+
# @!attribute [rw] description
|
6400
|
+
# Description of the compute allocation definition.
|
6401
|
+
# @return [String]
|
6402
|
+
#
|
6403
|
+
# @!attribute [rw] cluster_arn
|
6404
|
+
# ARN of the cluster.
|
6405
|
+
# @return [String]
|
6406
|
+
#
|
6407
|
+
# @!attribute [rw] compute_quota_config
|
6408
|
+
# Configuration of the compute allocation definition. This includes
|
6409
|
+
# the resource sharing option, and the setting to preempt low priority
|
6410
|
+
# tasks.
|
6411
|
+
# @return [Types::ComputeQuotaConfig]
|
6412
|
+
#
|
6413
|
+
# @!attribute [rw] compute_quota_target
|
6414
|
+
# The target entity to allocate compute resources to.
|
6415
|
+
# @return [Types::ComputeQuotaTarget]
|
6416
|
+
#
|
6417
|
+
# @!attribute [rw] activation_state
|
6418
|
+
# The state of the compute allocation being described. Use to enable
|
6419
|
+
# or disable compute allocation.
|
6420
|
+
#
|
6421
|
+
# Default is `Enabled`.
|
6422
|
+
# @return [String]
|
6423
|
+
#
|
6424
|
+
# @!attribute [rw] tags
|
6425
|
+
# Tags of the compute allocation definition.
|
6426
|
+
# @return [Array<Types::Tag>]
|
6427
|
+
#
|
6428
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateComputeQuotaRequest AWS API Documentation
|
6429
|
+
#
|
6430
|
+
class CreateComputeQuotaRequest < Struct.new(
|
6431
|
+
:name,
|
6432
|
+
:description,
|
6433
|
+
:cluster_arn,
|
6434
|
+
:compute_quota_config,
|
6435
|
+
:compute_quota_target,
|
6436
|
+
:activation_state,
|
6437
|
+
:tags)
|
6438
|
+
SENSITIVE = []
|
6439
|
+
include Aws::Structure
|
6440
|
+
end
|
6441
|
+
|
6442
|
+
# @!attribute [rw] compute_quota_arn
|
6443
|
+
# ARN of the compute allocation definition.
|
6444
|
+
# @return [String]
|
6445
|
+
#
|
6446
|
+
# @!attribute [rw] compute_quota_id
|
6447
|
+
# ID of the compute allocation definition.
|
6448
|
+
# @return [String]
|
6449
|
+
#
|
6450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateComputeQuotaResponse AWS API Documentation
|
6451
|
+
#
|
6452
|
+
class CreateComputeQuotaResponse < Struct.new(
|
6453
|
+
:compute_quota_arn,
|
6454
|
+
:compute_quota_id)
|
6455
|
+
SENSITIVE = []
|
6456
|
+
include Aws::Structure
|
6457
|
+
end
|
6458
|
+
|
6089
6459
|
# @!attribute [rw] context_name
|
6090
6460
|
# The name of the context. Must be unique to your account in an Amazon
|
6091
6461
|
# Web Services Region.
|
@@ -6167,7 +6537,7 @@ module Aws::SageMaker
|
|
6167
6537
|
#
|
6168
6538
|
# @!attribute [rw] role_arn
|
6169
6539
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
6170
|
-
# can assume to perform tasks on your behalf.
|
6540
|
+
# AI can assume to perform tasks on your behalf.
|
6171
6541
|
# @return [String]
|
6172
6542
|
#
|
6173
6543
|
# @!attribute [rw] stopping_condition
|
@@ -6304,7 +6674,7 @@ module Aws::SageMaker
|
|
6304
6674
|
# `PublicInternetOnly`.
|
6305
6675
|
#
|
6306
6676
|
# * `PublicInternetOnly` - Non-EFS traffic is through a VPC managed by
|
6307
|
-
# Amazon SageMaker, which allows direct internet access
|
6677
|
+
# Amazon SageMaker AI, which allows direct internet access
|
6308
6678
|
#
|
6309
6679
|
# * `VpcOnly` - All traffic is through the specified VPC and subnets
|
6310
6680
|
# @return [String]
|
@@ -6314,7 +6684,7 @@ module Aws::SageMaker
|
|
6314
6684
|
# @return [String]
|
6315
6685
|
#
|
6316
6686
|
# @!attribute [rw] kms_key_id
|
6317
|
-
# SageMaker uses Amazon Web Services KMS to encrypt EFS and EBS
|
6687
|
+
# SageMaker AI uses Amazon Web Services KMS to encrypt EFS and EBS
|
6318
6688
|
# volumes attached to the domain with an Amazon Web Services managed
|
6319
6689
|
# key by default. For more control, specify a customer managed key.
|
6320
6690
|
# @return [String]
|
@@ -6504,7 +6874,7 @@ module Aws::SageMaker
|
|
6504
6874
|
# @return [Array<Types::ProductionVariant>]
|
6505
6875
|
#
|
6506
6876
|
# @!attribute [rw] data_capture_config
|
6507
|
-
# Configuration to control how SageMaker captures inference data.
|
6877
|
+
# Configuration to control how SageMaker AI captures inference data.
|
6508
6878
|
# @return [Types::DataCaptureConfig]
|
6509
6879
|
#
|
6510
6880
|
# @!attribute [rw] tags
|
@@ -6590,11 +6960,11 @@ module Aws::SageMaker
|
|
6590
6960
|
#
|
6591
6961
|
# @!attribute [rw] execution_role_arn
|
6592
6962
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
6593
|
-
# can assume to perform actions on your behalf. For more
|
6594
|
-
# see [SageMaker Roles][1].
|
6963
|
+
# AI can assume to perform actions on your behalf. For more
|
6964
|
+
# information, see [SageMaker AI Roles][1].
|
6595
6965
|
#
|
6596
|
-
# <note markdown="1"> To be able to pass this role to Amazon SageMaker, the caller of
|
6597
|
-
# action must have the `iam:PassRole` permission.
|
6966
|
+
# <note markdown="1"> To be able to pass this role to Amazon SageMaker AI, the caller of
|
6967
|
+
# this action must have the `iam:PassRole` permission.
|
6598
6968
|
#
|
6599
6969
|
# </note>
|
6600
6970
|
#
|
@@ -7280,7 +7650,7 @@ module Aws::SageMaker
|
|
7280
7650
|
# @return [String]
|
7281
7651
|
#
|
7282
7652
|
# @!attribute [rw] role_arn
|
7283
|
-
# The ARN of an IAM role that enables Amazon SageMaker to perform
|
7653
|
+
# The ARN of an IAM role that enables Amazon SageMaker AI to perform
|
7284
7654
|
# tasks on your behalf.
|
7285
7655
|
# @return [String]
|
7286
7656
|
#
|
@@ -7355,16 +7725,16 @@ module Aws::SageMaker
|
|
7355
7725
|
# @return [String]
|
7356
7726
|
#
|
7357
7727
|
# @!attribute [rw] job_type
|
7358
|
-
# Indicates SageMaker job type compatibility.
|
7728
|
+
# Indicates SageMaker AI job type compatibility.
|
7359
7729
|
#
|
7360
|
-
# * `TRAINING`: The image version is compatible with SageMaker
|
7730
|
+
# * `TRAINING`: The image version is compatible with SageMaker AI
|
7361
7731
|
# training jobs.
|
7362
7732
|
#
|
7363
|
-
# * `INFERENCE`: The image version is compatible with SageMaker
|
7733
|
+
# * `INFERENCE`: The image version is compatible with SageMaker AI
|
7364
7734
|
# inference jobs.
|
7365
7735
|
#
|
7366
7736
|
# * `NOTEBOOK_KERNEL`: The image version is compatible with SageMaker
|
7367
|
-
# notebook kernels.
|
7737
|
+
# AI notebook kernels.
|
7368
7738
|
# @return [String]
|
7369
7739
|
#
|
7370
7740
|
# @!attribute [rw] ml_framework
|
@@ -8046,7 +8416,7 @@ module Aws::SageMaker
|
|
8046
8416
|
#
|
8047
8417
|
# @!attribute [rw] role_arn
|
8048
8418
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
8049
|
-
# can assume to perform tasks on your behalf.
|
8419
|
+
# AI can assume to perform tasks on your behalf.
|
8050
8420
|
# @return [String]
|
8051
8421
|
#
|
8052
8422
|
# @!attribute [rw] stopping_condition
|
@@ -8230,7 +8600,7 @@ module Aws::SageMaker
|
|
8230
8600
|
#
|
8231
8601
|
# @!attribute [rw] role_arn
|
8232
8602
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
8233
|
-
# can assume to perform tasks on your behalf.
|
8603
|
+
# AI can assume to perform tasks on your behalf.
|
8234
8604
|
# @return [String]
|
8235
8605
|
#
|
8236
8606
|
# @!attribute [rw] stopping_condition
|
@@ -8666,7 +9036,7 @@ module Aws::SageMaker
|
|
8666
9036
|
#
|
8667
9037
|
# @!attribute [rw] role_arn
|
8668
9038
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
8669
|
-
# can assume to perform tasks on your behalf.
|
9039
|
+
# AI can assume to perform tasks on your behalf.
|
8670
9040
|
# @return [String]
|
8671
9041
|
#
|
8672
9042
|
# @!attribute [rw] stopping_condition
|
@@ -8772,13 +9142,14 @@ module Aws::SageMaker
|
|
8772
9142
|
#
|
8773
9143
|
# @!attribute [rw] role_arn
|
8774
9144
|
# When you send any requests to Amazon Web Services resources from the
|
8775
|
-
# notebook instance, SageMaker assumes this role to perform tasks
|
8776
|
-
# your behalf. You must grant this role necessary permissions so
|
8777
|
-
# SageMaker can perform these tasks. The policy must allow the
|
8778
|
-
# SageMaker service principal (sagemaker.amazonaws.com) permissions
|
8779
|
-
# assume this role. For more information, see [SageMaker
|
8780
|
-
#
|
8781
|
-
#
|
9145
|
+
# notebook instance, SageMaker AI assumes this role to perform tasks
|
9146
|
+
# on your behalf. You must grant this role necessary permissions so
|
9147
|
+
# SageMaker AI can perform these tasks. The policy must allow the
|
9148
|
+
# SageMaker AI service principal (sagemaker.amazonaws.com) permissions
|
9149
|
+
# to assume this role. For more information, see [SageMaker AI
|
9150
|
+
# Roles][1].
|
9151
|
+
#
|
9152
|
+
# <note markdown="1"> To be able to pass this role to SageMaker AI, the caller of this API
|
8782
9153
|
# must have the `iam:PassRole` permission.
|
8783
9154
|
#
|
8784
9155
|
# </note>
|
@@ -8790,7 +9161,7 @@ module Aws::SageMaker
|
|
8790
9161
|
#
|
8791
9162
|
# @!attribute [rw] kms_key_id
|
8792
9163
|
# The Amazon Resource Name (ARN) of a Amazon Web Services Key
|
8793
|
-
# Management Service key that SageMaker uses to encrypt data on the
|
9164
|
+
# Management Service key that SageMaker AI uses to encrypt data on the
|
8794
9165
|
# storage volume attached to your notebook instance. The KMS key you
|
8795
9166
|
# provide must be enabled. For information, see [Enabling and
|
8796
9167
|
# Disabling Keys][1] in the *Amazon Web Services Key Management
|
@@ -8823,10 +9194,10 @@ module Aws::SageMaker
|
|
8823
9194
|
# @return [String]
|
8824
9195
|
#
|
8825
9196
|
# @!attribute [rw] direct_internet_access
|
8826
|
-
# Sets whether SageMaker provides internet access to the notebook
|
9197
|
+
# Sets whether SageMaker AI provides internet access to the notebook
|
8827
9198
|
# instance. If you set this to `Disabled` this notebook instance is
|
8828
9199
|
# able to access resources only in your VPC, and is not be able to
|
8829
|
-
# connect to SageMaker training and endpoint services unless you
|
9200
|
+
# connect to SageMaker AI training and endpoint services unless you
|
8830
9201
|
# configure a NAT Gateway in your VPC.
|
8831
9202
|
#
|
8832
9203
|
# For more information, see [Notebook Instances Are Internet-Enabled
|
@@ -8858,7 +9229,8 @@ module Aws::SageMaker
|
|
8858
9229
|
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
8859
9230
|
# Git repository. When you open a notebook instance, it opens in the
|
8860
9231
|
# directory that contains this repository. For more information, see
|
8861
|
-
# [Associating Git Repositories with SageMaker Notebook
|
9232
|
+
# [Associating Git Repositories with SageMaker AI Notebook
|
9233
|
+
# Instances][2].
|
8862
9234
|
#
|
8863
9235
|
#
|
8864
9236
|
#
|
@@ -8873,7 +9245,7 @@ module Aws::SageMaker
|
|
8873
9245
|
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
8874
9246
|
# repository. These repositories are cloned at the same level as the
|
8875
9247
|
# default repository of your notebook instance. For more information,
|
8876
|
-
# see [Associating Git Repositories with SageMaker Notebook
|
9248
|
+
# see [Associating Git Repositories with SageMaker AI Notebook
|
8877
9249
|
# Instances][2].
|
8878
9250
|
#
|
8879
9251
|
#
|
@@ -8981,9 +9353,9 @@ module Aws::SageMaker
|
|
8981
9353
|
#
|
8982
9354
|
# @!attribute [rw] role_arn
|
8983
9355
|
# The Amazon Resource Name (ARN) of an IAM role that enables Amazon
|
8984
|
-
# SageMaker to perform tasks on your behalf.
|
9356
|
+
# SageMaker AI to perform tasks on your behalf.
|
8985
9357
|
#
|
8986
|
-
# During model optimization, Amazon SageMaker needs your permission
|
9358
|
+
# During model optimization, Amazon SageMaker AI needs your permission
|
8987
9359
|
# to:
|
8988
9360
|
#
|
8989
9361
|
# * Read input data from an S3 bucket
|
@@ -8995,9 +9367,9 @@ module Aws::SageMaker
|
|
8995
9367
|
# * Publish metrics to Amazon CloudWatch
|
8996
9368
|
#
|
8997
9369
|
# You grant permissions for all of these tasks to an IAM role. To pass
|
8998
|
-
# this role to Amazon SageMaker, the caller of this API must have
|
8999
|
-
# `iam:PassRole` permission. For more information, see [Amazon
|
9000
|
-
# SageMaker Roles.][1]
|
9370
|
+
# this role to Amazon SageMaker AI, the caller of this API must have
|
9371
|
+
# the `iam:PassRole` permission. For more information, see [Amazon
|
9372
|
+
# SageMaker AI Roles.][1]
|
9001
9373
|
#
|
9002
9374
|
#
|
9003
9375
|
#
|
@@ -9095,6 +9467,123 @@ module Aws::SageMaker
|
|
9095
9467
|
include Aws::Structure
|
9096
9468
|
end
|
9097
9469
|
|
9470
|
+
# @!attribute [rw] arn
|
9471
|
+
# The ARN of the SageMaker Partner AI App to create the presigned URL
|
9472
|
+
# for.
|
9473
|
+
# @return [String]
|
9474
|
+
#
|
9475
|
+
# @!attribute [rw] expires_in_seconds
|
9476
|
+
# The time that will pass before the presigned URL expires.
|
9477
|
+
# @return [Integer]
|
9478
|
+
#
|
9479
|
+
# @!attribute [rw] session_expiration_duration_in_seconds
|
9480
|
+
# Indicates how long the Amazon SageMaker Partner AI App session can
|
9481
|
+
# be accessed for after logging in.
|
9482
|
+
# @return [Integer]
|
9483
|
+
#
|
9484
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePartnerAppPresignedUrlRequest AWS API Documentation
|
9485
|
+
#
|
9486
|
+
class CreatePartnerAppPresignedUrlRequest < Struct.new(
|
9487
|
+
:arn,
|
9488
|
+
:expires_in_seconds,
|
9489
|
+
:session_expiration_duration_in_seconds)
|
9490
|
+
SENSITIVE = []
|
9491
|
+
include Aws::Structure
|
9492
|
+
end
|
9493
|
+
|
9494
|
+
# @!attribute [rw] url
|
9495
|
+
# The presigned URL that you can use to access the SageMaker Partner
|
9496
|
+
# AI App.
|
9497
|
+
# @return [String]
|
9498
|
+
#
|
9499
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePartnerAppPresignedUrlResponse AWS API Documentation
|
9500
|
+
#
|
9501
|
+
class CreatePartnerAppPresignedUrlResponse < Struct.new(
|
9502
|
+
:url)
|
9503
|
+
SENSITIVE = []
|
9504
|
+
include Aws::Structure
|
9505
|
+
end
|
9506
|
+
|
9507
|
+
# @!attribute [rw] name
|
9508
|
+
# The name to give the SageMaker Partner AI App.
|
9509
|
+
# @return [String]
|
9510
|
+
#
|
9511
|
+
# @!attribute [rw] type
|
9512
|
+
# The type of SageMaker Partner AI App to create. Must be one of the
|
9513
|
+
# following: `lakera-guard`, `comet`, `deepchecks-llm-evaluation`, or
|
9514
|
+
# `fiddler`.
|
9515
|
+
# @return [String]
|
9516
|
+
#
|
9517
|
+
# @!attribute [rw] execution_role_arn
|
9518
|
+
# The ARN of the IAM role that the partner application uses.
|
9519
|
+
# @return [String]
|
9520
|
+
#
|
9521
|
+
# @!attribute [rw] maintenance_config
|
9522
|
+
# Maintenance configuration settings for the SageMaker Partner AI App.
|
9523
|
+
# @return [Types::PartnerAppMaintenanceConfig]
|
9524
|
+
#
|
9525
|
+
# @!attribute [rw] tier
|
9526
|
+
# Indicates the instance type and size of the cluster attached to the
|
9527
|
+
# SageMaker Partner AI App.
|
9528
|
+
# @return [String]
|
9529
|
+
#
|
9530
|
+
# @!attribute [rw] application_config
|
9531
|
+
# Configuration settings for the SageMaker Partner AI App.
|
9532
|
+
# @return [Types::PartnerAppConfig]
|
9533
|
+
#
|
9534
|
+
# @!attribute [rw] auth_type
|
9535
|
+
# The authorization type that users use to access the SageMaker
|
9536
|
+
# Partner AI App.
|
9537
|
+
# @return [String]
|
9538
|
+
#
|
9539
|
+
# @!attribute [rw] enable_iam_session_based_identity
|
9540
|
+
# When set to `TRUE`, the SageMaker Partner AI App sets the Amazon Web
|
9541
|
+
# Services IAM session name or the authenticated IAM user as the
|
9542
|
+
# identity of the SageMaker Partner AI App user.
|
9543
|
+
# @return [Boolean]
|
9544
|
+
#
|
9545
|
+
# @!attribute [rw] client_token
|
9546
|
+
# A unique token that guarantees that the call to this API is
|
9547
|
+
# idempotent.
|
9548
|
+
#
|
9549
|
+
# **A suitable default value is auto-generated.** You should normally
|
9550
|
+
# not need to pass this option.
|
9551
|
+
# @return [String]
|
9552
|
+
#
|
9553
|
+
# @!attribute [rw] tags
|
9554
|
+
# Each tag consists of a key and an optional value. Tag keys must be
|
9555
|
+
# unique per resource.
|
9556
|
+
# @return [Array<Types::Tag>]
|
9557
|
+
#
|
9558
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePartnerAppRequest AWS API Documentation
|
9559
|
+
#
|
9560
|
+
class CreatePartnerAppRequest < Struct.new(
|
9561
|
+
:name,
|
9562
|
+
:type,
|
9563
|
+
:execution_role_arn,
|
9564
|
+
:maintenance_config,
|
9565
|
+
:tier,
|
9566
|
+
:application_config,
|
9567
|
+
:auth_type,
|
9568
|
+
:enable_iam_session_based_identity,
|
9569
|
+
:client_token,
|
9570
|
+
:tags)
|
9571
|
+
SENSITIVE = []
|
9572
|
+
include Aws::Structure
|
9573
|
+
end
|
9574
|
+
|
9575
|
+
# @!attribute [rw] arn
|
9576
|
+
# The ARN of the SageMaker Partner AI App.
|
9577
|
+
# @return [String]
|
9578
|
+
#
|
9579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePartnerAppResponse AWS API Documentation
|
9580
|
+
#
|
9581
|
+
class CreatePartnerAppResponse < Struct.new(
|
9582
|
+
:arn)
|
9583
|
+
SENSITIVE = []
|
9584
|
+
include Aws::Structure
|
9585
|
+
end
|
9586
|
+
|
9098
9587
|
# @!attribute [rw] pipeline_name
|
9099
9588
|
# The name of the pipeline.
|
9100
9589
|
# @return [String]
|
@@ -9529,13 +10018,13 @@ module Aws::SageMaker
|
|
9529
10018
|
end
|
9530
10019
|
|
9531
10020
|
# @!attribute [rw] studio_lifecycle_config_name
|
9532
|
-
# The name of the Amazon SageMaker Studio Lifecycle Configuration
|
9533
|
-
# create.
|
10021
|
+
# The name of the Amazon SageMaker AI Studio Lifecycle Configuration
|
10022
|
+
# to create.
|
9534
10023
|
# @return [String]
|
9535
10024
|
#
|
9536
10025
|
# @!attribute [rw] studio_lifecycle_config_content
|
9537
|
-
# The content of your Amazon SageMaker Studio Lifecycle
|
9538
|
-
# script. This content must be base64 encoded.
|
10026
|
+
# The content of your Amazon SageMaker AI Studio Lifecycle
|
10027
|
+
# Configuration script. This content must be base64 encoded.
|
9539
10028
|
# @return [String]
|
9540
10029
|
#
|
9541
10030
|
# @!attribute [rw] studio_lifecycle_config_app_type
|
@@ -9873,6 +10362,41 @@ module Aws::SageMaker
|
|
9873
10362
|
include Aws::Structure
|
9874
10363
|
end
|
9875
10364
|
|
10365
|
+
# @!attribute [rw] training_plan_name
|
10366
|
+
# The name of the training plan to create.
|
10367
|
+
# @return [String]
|
10368
|
+
#
|
10369
|
+
# @!attribute [rw] training_plan_offering_id
|
10370
|
+
# The unique identifier of the training plan offering to use for
|
10371
|
+
# creating this plan.
|
10372
|
+
# @return [String]
|
10373
|
+
#
|
10374
|
+
# @!attribute [rw] tags
|
10375
|
+
# An array of key-value pairs to apply to this training plan.
|
10376
|
+
# @return [Array<Types::Tag>]
|
10377
|
+
#
|
10378
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrainingPlanRequest AWS API Documentation
|
10379
|
+
#
|
10380
|
+
class CreateTrainingPlanRequest < Struct.new(
|
10381
|
+
:training_plan_name,
|
10382
|
+
:training_plan_offering_id,
|
10383
|
+
:tags)
|
10384
|
+
SENSITIVE = []
|
10385
|
+
include Aws::Structure
|
10386
|
+
end
|
10387
|
+
|
10388
|
+
# @!attribute [rw] training_plan_arn
|
10389
|
+
# The Amazon Resource Name (ARN); of the created training plan.
|
10390
|
+
# @return [String]
|
10391
|
+
#
|
10392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrainingPlanResponse AWS API Documentation
|
10393
|
+
#
|
10394
|
+
class CreateTrainingPlanResponse < Struct.new(
|
10395
|
+
:training_plan_arn)
|
10396
|
+
SENSITIVE = []
|
10397
|
+
include Aws::Structure
|
10398
|
+
end
|
10399
|
+
|
9876
10400
|
# @!attribute [rw] transform_job_name
|
9877
10401
|
# The name of the transform job. The name must be unique within an
|
9878
10402
|
# Amazon Web Services Region in an Amazon Web Services account.
|
@@ -10404,8 +10928,8 @@ module Aws::SageMaker
|
|
10404
10928
|
end
|
10405
10929
|
|
10406
10930
|
# A file system, created by you, that you assign to a user profile or
|
10407
|
-
# space for an Amazon SageMaker Domain. Permitted users can access
|
10408
|
-
# file system in Amazon SageMaker Studio.
|
10931
|
+
# space for an Amazon SageMaker AI Domain. Permitted users can access
|
10932
|
+
# this file system in Amazon SageMaker AI Studio.
|
10409
10933
|
#
|
10410
10934
|
# @note CustomFileSystem is a union - when making an API calls you must set exactly one of the members.
|
10411
10935
|
#
|
@@ -10415,22 +10939,28 @@ module Aws::SageMaker
|
|
10415
10939
|
# A custom file system in Amazon EFS.
|
10416
10940
|
# @return [Types::EFSFileSystem]
|
10417
10941
|
#
|
10942
|
+
# @!attribute [rw] f_sx_lustre_file_system
|
10943
|
+
# A custom file system in Amazon FSx for Lustre.
|
10944
|
+
# @return [Types::FSxLustreFileSystem]
|
10945
|
+
#
|
10418
10946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CustomFileSystem AWS API Documentation
|
10419
10947
|
#
|
10420
10948
|
class CustomFileSystem < Struct.new(
|
10421
10949
|
:efs_file_system,
|
10950
|
+
:f_sx_lustre_file_system,
|
10422
10951
|
:unknown)
|
10423
10952
|
SENSITIVE = []
|
10424
10953
|
include Aws::Structure
|
10425
10954
|
include Aws::Structure::Union
|
10426
10955
|
|
10427
10956
|
class EfsFileSystem < CustomFileSystem; end
|
10957
|
+
class FSxLustreFileSystem < CustomFileSystem; end
|
10428
10958
|
class Unknown < CustomFileSystem; end
|
10429
10959
|
end
|
10430
10960
|
|
10431
10961
|
# The settings for assigning a custom file system to a user profile or
|
10432
|
-
# space for an Amazon SageMaker Domain. Permitted users can access
|
10433
|
-
# file system in Amazon SageMaker Studio.
|
10962
|
+
# space for an Amazon SageMaker AI Domain. Permitted users can access
|
10963
|
+
# this file system in Amazon SageMaker AI Studio.
|
10434
10964
|
#
|
10435
10965
|
# @note CustomFileSystemConfig is a union - when making an API calls you must set exactly one of the members.
|
10436
10966
|
#
|
@@ -10440,21 +10970,27 @@ module Aws::SageMaker
|
|
10440
10970
|
# The settings for a custom Amazon EFS file system.
|
10441
10971
|
# @return [Types::EFSFileSystemConfig]
|
10442
10972
|
#
|
10973
|
+
# @!attribute [rw] f_sx_lustre_file_system_config
|
10974
|
+
# The settings for a custom Amazon FSx for Lustre file system.
|
10975
|
+
# @return [Types::FSxLustreFileSystemConfig]
|
10976
|
+
#
|
10443
10977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CustomFileSystemConfig AWS API Documentation
|
10444
10978
|
#
|
10445
10979
|
class CustomFileSystemConfig < Struct.new(
|
10446
10980
|
:efs_file_system_config,
|
10981
|
+
:f_sx_lustre_file_system_config,
|
10447
10982
|
:unknown)
|
10448
10983
|
SENSITIVE = []
|
10449
10984
|
include Aws::Structure
|
10450
10985
|
include Aws::Structure::Union
|
10451
10986
|
|
10452
10987
|
class EfsFileSystemConfig < CustomFileSystemConfig; end
|
10988
|
+
class FSxLustreFileSystemConfig < CustomFileSystemConfig; end
|
10453
10989
|
class Unknown < CustomFileSystemConfig; end
|
10454
10990
|
end
|
10455
10991
|
|
10456
|
-
# A custom SageMaker image. For more information, see [Bring your own
|
10457
|
-
# SageMaker image][1].
|
10992
|
+
# A custom SageMaker AI image. For more information, see [Bring your own
|
10993
|
+
# SageMaker AI image][1].
|
10458
10994
|
#
|
10459
10995
|
#
|
10460
10996
|
#
|
@@ -10526,7 +11062,7 @@ module Aws::SageMaker
|
|
10526
11062
|
include Aws::Structure
|
10527
11063
|
end
|
10528
11064
|
|
10529
|
-
# Configuration to control how SageMaker captures inference data.
|
11065
|
+
# Configuration to control how SageMaker AI captures inference data.
|
10530
11066
|
#
|
10531
11067
|
# @!attribute [rw] enable_capture
|
10532
11068
|
# Whether data capture should be enabled or disabled (defaults to
|
@@ -10534,8 +11070,8 @@ module Aws::SageMaker
|
|
10534
11070
|
# @return [Boolean]
|
10535
11071
|
#
|
10536
11072
|
# @!attribute [rw] initial_sampling_percentage
|
10537
|
-
# The percentage of requests SageMaker will capture. A lower value
|
10538
|
-
# recommended for Endpoints with high traffic.
|
11073
|
+
# The percentage of requests SageMaker AI will capture. A lower value
|
11074
|
+
# is recommended for Endpoints with high traffic.
|
10539
11075
|
# @return [Integer]
|
10540
11076
|
#
|
10541
11077
|
# @!attribute [rw] destination_s3_uri
|
@@ -10544,8 +11080,8 @@ module Aws::SageMaker
|
|
10544
11080
|
#
|
10545
11081
|
# @!attribute [rw] kms_key_id
|
10546
11082
|
# The Amazon Resource Name (ARN) of an Key Management Service key that
|
10547
|
-
# SageMaker uses to encrypt the captured data at rest using Amazon
|
10548
|
-
# server-side encryption.
|
11083
|
+
# SageMaker AI uses to encrypt the captured data at rest using Amazon
|
11084
|
+
# S3 server-side encryption.
|
10549
11085
|
#
|
10550
11086
|
# The KmsKeyId can be any of the following formats:
|
10551
11087
|
#
|
@@ -10567,8 +11103,8 @@ module Aws::SageMaker
|
|
10567
11103
|
#
|
10568
11104
|
# @!attribute [rw] capture_content_type_header
|
10569
11105
|
# Configuration specifying how to treat different headers. If no
|
10570
|
-
# headers are specified SageMaker will by default base64 encode
|
10571
|
-
# capturing the data.
|
11106
|
+
# headers are specified SageMaker AI will by default base64 encode
|
11107
|
+
# when capturing the data.
|
10572
11108
|
# @return [Types::CaptureContentTypeHeader]
|
10573
11109
|
#
|
10574
11110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DataCaptureConfig AWS API Documentation
|
@@ -11078,7 +11614,7 @@ module Aws::SageMaker
|
|
11078
11614
|
#
|
11079
11615
|
# @!attribute [rw] custom_file_system_configs
|
11080
11616
|
# The settings for assigning a custom file system to a domain.
|
11081
|
-
# Permitted users can access this file system in Amazon SageMaker
|
11617
|
+
# Permitted users can access this file system in Amazon SageMaker AI
|
11082
11618
|
# Studio.
|
11083
11619
|
# @return [Array<Types::CustomFileSystemConfig>]
|
11084
11620
|
#
|
@@ -11282,6 +11818,18 @@ module Aws::SageMaker
|
|
11282
11818
|
include Aws::Structure
|
11283
11819
|
end
|
11284
11820
|
|
11821
|
+
# @!attribute [rw] cluster_scheduler_config_id
|
11822
|
+
# ID of the cluster policy.
|
11823
|
+
# @return [String]
|
11824
|
+
#
|
11825
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteClusterSchedulerConfigRequest AWS API Documentation
|
11826
|
+
#
|
11827
|
+
class DeleteClusterSchedulerConfigRequest < Struct.new(
|
11828
|
+
:cluster_scheduler_config_id)
|
11829
|
+
SENSITIVE = []
|
11830
|
+
include Aws::Structure
|
11831
|
+
end
|
11832
|
+
|
11285
11833
|
# @!attribute [rw] code_repository_name
|
11286
11834
|
# The name of the Git repository to delete.
|
11287
11835
|
# @return [String]
|
@@ -11306,6 +11854,18 @@ module Aws::SageMaker
|
|
11306
11854
|
include Aws::Structure
|
11307
11855
|
end
|
11308
11856
|
|
11857
|
+
# @!attribute [rw] compute_quota_id
|
11858
|
+
# ID of the compute allocation definition.
|
11859
|
+
# @return [String]
|
11860
|
+
#
|
11861
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteComputeQuotaRequest AWS API Documentation
|
11862
|
+
#
|
11863
|
+
class DeleteComputeQuotaRequest < Struct.new(
|
11864
|
+
:compute_quota_id)
|
11865
|
+
SENSITIVE = []
|
11866
|
+
include Aws::Structure
|
11867
|
+
end
|
11868
|
+
|
11309
11869
|
# @!attribute [rw] context_name
|
11310
11870
|
# The name of the context to delete.
|
11311
11871
|
# @return [String]
|
@@ -11789,7 +12349,7 @@ module Aws::SageMaker
|
|
11789
12349
|
end
|
11790
12350
|
|
11791
12351
|
# @!attribute [rw] notebook_instance_name
|
11792
|
-
# The name of the SageMaker notebook instance to delete.
|
12352
|
+
# The name of the SageMaker AI notebook instance to delete.
|
11793
12353
|
# @return [String]
|
11794
12354
|
#
|
11795
12355
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteNotebookInstanceInput AWS API Documentation
|
@@ -11824,6 +12384,39 @@ module Aws::SageMaker
|
|
11824
12384
|
include Aws::Structure
|
11825
12385
|
end
|
11826
12386
|
|
12387
|
+
# @!attribute [rw] arn
|
12388
|
+
# The ARN of the SageMaker Partner AI App to delete.
|
12389
|
+
# @return [String]
|
12390
|
+
#
|
12391
|
+
# @!attribute [rw] client_token
|
12392
|
+
# A unique token that guarantees that the call to this API is
|
12393
|
+
# idempotent.
|
12394
|
+
#
|
12395
|
+
# **A suitable default value is auto-generated.** You should normally
|
12396
|
+
# not need to pass this option.
|
12397
|
+
# @return [String]
|
12398
|
+
#
|
12399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeletePartnerAppRequest AWS API Documentation
|
12400
|
+
#
|
12401
|
+
class DeletePartnerAppRequest < Struct.new(
|
12402
|
+
:arn,
|
12403
|
+
:client_token)
|
12404
|
+
SENSITIVE = []
|
12405
|
+
include Aws::Structure
|
12406
|
+
end
|
12407
|
+
|
12408
|
+
# @!attribute [rw] arn
|
12409
|
+
# The ARN of the SageMaker Partner AI App that was deleted.
|
12410
|
+
# @return [String]
|
12411
|
+
#
|
12412
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeletePartnerAppResponse AWS API Documentation
|
12413
|
+
#
|
12414
|
+
class DeletePartnerAppResponse < Struct.new(
|
12415
|
+
:arn)
|
12416
|
+
SENSITIVE = []
|
12417
|
+
include Aws::Structure
|
12418
|
+
end
|
12419
|
+
|
11827
12420
|
# @!attribute [rw] pipeline_name
|
11828
12421
|
# The name of the pipeline to delete.
|
11829
12422
|
# @return [String]
|
@@ -11888,8 +12481,8 @@ module Aws::SageMaker
|
|
11888
12481
|
end
|
11889
12482
|
|
11890
12483
|
# @!attribute [rw] studio_lifecycle_config_name
|
11891
|
-
# The name of the Amazon SageMaker Studio Lifecycle Configuration
|
11892
|
-
# delete.
|
12484
|
+
# The name of the Amazon SageMaker AI Studio Lifecycle Configuration
|
12485
|
+
# to delete.
|
11893
12486
|
# @return [String]
|
11894
12487
|
#
|
11895
12488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteStudioLifecycleConfigRequest AWS API Documentation
|
@@ -12507,15 +13100,15 @@ module Aws::SageMaker
|
|
12507
13100
|
#
|
12508
13101
|
# @!attribute [rw] last_user_activity_timestamp
|
12509
13102
|
# The timestamp of the last user's activity.
|
12510
|
-
# `LastUserActivityTimestamp` is also updated when SageMaker
|
12511
|
-
# health checks without user activity. As a result, this
|
12512
|
-
# to the same value as `LastHealthCheckTimestamp`.
|
13103
|
+
# `LastUserActivityTimestamp` is also updated when SageMaker AI
|
13104
|
+
# performs health checks without user activity. As a result, this
|
13105
|
+
# value is set to the same value as `LastHealthCheckTimestamp`.
|
12513
13106
|
# @return [Time]
|
12514
13107
|
#
|
12515
13108
|
# @!attribute [rw] creation_time
|
12516
13109
|
# The creation time of the application.
|
12517
13110
|
#
|
12518
|
-
# <note markdown="1"> After an application has been shut down for 24 hours, SageMaker
|
13111
|
+
# <note markdown="1"> After an application has been shut down for 24 hours, SageMaker AI
|
12519
13112
|
# deletes all metadata for the application. To be considered an update
|
12520
13113
|
# and retain application metadata, applications must be restarted
|
12521
13114
|
# within 24 hours after the previous application has been shut down.
|
@@ -12531,7 +13124,7 @@ module Aws::SageMaker
|
|
12531
13124
|
#
|
12532
13125
|
# @!attribute [rw] resource_spec
|
12533
13126
|
# The instance type and the Amazon Resource Name (ARN) of the
|
12534
|
-
# SageMaker image created on the instance.
|
13127
|
+
# SageMaker AI image created on the instance.
|
12535
13128
|
# @return [Types::ResourceSpec]
|
12536
13129
|
#
|
12537
13130
|
# @!attribute [rw] built_in_lifecycle_config_arn
|
@@ -12703,9 +13296,9 @@ module Aws::SageMaker
|
|
12703
13296
|
# @return [Array<Types::AutoMLPartialFailureReason>]
|
12704
13297
|
#
|
12705
13298
|
# @!attribute [rw] best_candidate
|
12706
|
-
# The best model candidate selected by SageMaker Autopilot using
|
12707
|
-
# the best objective metric and lowest [InferenceLatency][1] for
|
12708
|
-
# experiment.
|
13299
|
+
# The best model candidate selected by SageMaker AI Autopilot using
|
13300
|
+
# both the best objective metric and lowest [InferenceLatency][1] for
|
13301
|
+
# an experiment.
|
12709
13302
|
#
|
12710
13303
|
#
|
12711
13304
|
#
|
@@ -13022,6 +13615,99 @@ module Aws::SageMaker
|
|
13022
13615
|
include Aws::Structure
|
13023
13616
|
end
|
13024
13617
|
|
13618
|
+
# @!attribute [rw] cluster_scheduler_config_id
|
13619
|
+
# ID of the cluster policy.
|
13620
|
+
# @return [String]
|
13621
|
+
#
|
13622
|
+
# @!attribute [rw] cluster_scheduler_config_version
|
13623
|
+
# Version of the cluster policy.
|
13624
|
+
# @return [Integer]
|
13625
|
+
#
|
13626
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeClusterSchedulerConfigRequest AWS API Documentation
|
13627
|
+
#
|
13628
|
+
class DescribeClusterSchedulerConfigRequest < Struct.new(
|
13629
|
+
:cluster_scheduler_config_id,
|
13630
|
+
:cluster_scheduler_config_version)
|
13631
|
+
SENSITIVE = []
|
13632
|
+
include Aws::Structure
|
13633
|
+
end
|
13634
|
+
|
13635
|
+
# @!attribute [rw] cluster_scheduler_config_arn
|
13636
|
+
# ARN of the cluster policy.
|
13637
|
+
# @return [String]
|
13638
|
+
#
|
13639
|
+
# @!attribute [rw] cluster_scheduler_config_id
|
13640
|
+
# ID of the cluster policy.
|
13641
|
+
# @return [String]
|
13642
|
+
#
|
13643
|
+
# @!attribute [rw] name
|
13644
|
+
# Name of the cluster policy.
|
13645
|
+
# @return [String]
|
13646
|
+
#
|
13647
|
+
# @!attribute [rw] cluster_scheduler_config_version
|
13648
|
+
# Version of the cluster policy.
|
13649
|
+
# @return [Integer]
|
13650
|
+
#
|
13651
|
+
# @!attribute [rw] status
|
13652
|
+
# Status of the cluster policy.
|
13653
|
+
# @return [String]
|
13654
|
+
#
|
13655
|
+
# @!attribute [rw] failure_reason
|
13656
|
+
# Failure reason of the cluster policy.
|
13657
|
+
# @return [String]
|
13658
|
+
#
|
13659
|
+
# @!attribute [rw] cluster_arn
|
13660
|
+
# ARN of the cluster where the cluster policy is applied.
|
13661
|
+
# @return [String]
|
13662
|
+
#
|
13663
|
+
# @!attribute [rw] scheduler_config
|
13664
|
+
# Cluster policy configuration. This policy is used for task
|
13665
|
+
# prioritization and fair-share allocation. This helps prioritize
|
13666
|
+
# critical workloads and distributes idle compute across entities.
|
13667
|
+
# @return [Types::SchedulerConfig]
|
13668
|
+
#
|
13669
|
+
# @!attribute [rw] description
|
13670
|
+
# Description of the cluster policy.
|
13671
|
+
# @return [String]
|
13672
|
+
#
|
13673
|
+
# @!attribute [rw] creation_time
|
13674
|
+
# Creation time of the cluster policy.
|
13675
|
+
# @return [Time]
|
13676
|
+
#
|
13677
|
+
# @!attribute [rw] created_by
|
13678
|
+
# Information about the user who created or modified an experiment,
|
13679
|
+
# trial, trial component, lineage group, project, or model card.
|
13680
|
+
# @return [Types::UserContext]
|
13681
|
+
#
|
13682
|
+
# @!attribute [rw] last_modified_time
|
13683
|
+
# Last modified time of the cluster policy.
|
13684
|
+
# @return [Time]
|
13685
|
+
#
|
13686
|
+
# @!attribute [rw] last_modified_by
|
13687
|
+
# Information about the user who created or modified an experiment,
|
13688
|
+
# trial, trial component, lineage group, project, or model card.
|
13689
|
+
# @return [Types::UserContext]
|
13690
|
+
#
|
13691
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeClusterSchedulerConfigResponse AWS API Documentation
|
13692
|
+
#
|
13693
|
+
class DescribeClusterSchedulerConfigResponse < Struct.new(
|
13694
|
+
:cluster_scheduler_config_arn,
|
13695
|
+
:cluster_scheduler_config_id,
|
13696
|
+
:name,
|
13697
|
+
:cluster_scheduler_config_version,
|
13698
|
+
:status,
|
13699
|
+
:failure_reason,
|
13700
|
+
:cluster_arn,
|
13701
|
+
:scheduler_config,
|
13702
|
+
:description,
|
13703
|
+
:creation_time,
|
13704
|
+
:created_by,
|
13705
|
+
:last_modified_time,
|
13706
|
+
:last_modified_by)
|
13707
|
+
SENSITIVE = []
|
13708
|
+
include Aws::Structure
|
13709
|
+
end
|
13710
|
+
|
13025
13711
|
# @!attribute [rw] code_repository_name
|
13026
13712
|
# The name of the Git repository to describe.
|
13027
13713
|
# @return [String]
|
@@ -13109,12 +13795,12 @@ module Aws::SageMaker
|
|
13109
13795
|
# The time when the model compilation job on a compilation job
|
13110
13796
|
# instance ended. For a successful or stopped job, this is when the
|
13111
13797
|
# job's model artifacts have finished uploading. For a failed job,
|
13112
|
-
# this is when Amazon SageMaker detected that the job failed.
|
13798
|
+
# this is when Amazon SageMaker AI detected that the job failed.
|
13113
13799
|
# @return [Time]
|
13114
13800
|
#
|
13115
13801
|
# @!attribute [rw] stopping_condition
|
13116
13802
|
# Specifies a limit to how long a model compilation job can run. When
|
13117
|
-
# the job reaches the time limit, Amazon SageMaker ends the
|
13803
|
+
# the job reaches the time limit, Amazon SageMaker AI ends the
|
13118
13804
|
# compilation job. Use this API to cap model training costs.
|
13119
13805
|
# @return [Types::StoppingCondition]
|
13120
13806
|
#
|
@@ -13153,7 +13839,7 @@ module Aws::SageMaker
|
|
13153
13839
|
#
|
13154
13840
|
# @!attribute [rw] role_arn
|
13155
13841
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
13156
|
-
# assumes to perform the model compilation job.
|
13842
|
+
# AI assumes to perform the model compilation job.
|
13157
13843
|
# @return [String]
|
13158
13844
|
#
|
13159
13845
|
# @!attribute [rw] input_config
|
@@ -13209,6 +13895,112 @@ module Aws::SageMaker
|
|
13209
13895
|
include Aws::Structure
|
13210
13896
|
end
|
13211
13897
|
|
13898
|
+
# @!attribute [rw] compute_quota_id
|
13899
|
+
# ID of the compute allocation definition.
|
13900
|
+
# @return [String]
|
13901
|
+
#
|
13902
|
+
# @!attribute [rw] compute_quota_version
|
13903
|
+
# Version of the compute allocation definition.
|
13904
|
+
# @return [Integer]
|
13905
|
+
#
|
13906
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeComputeQuotaRequest AWS API Documentation
|
13907
|
+
#
|
13908
|
+
class DescribeComputeQuotaRequest < Struct.new(
|
13909
|
+
:compute_quota_id,
|
13910
|
+
:compute_quota_version)
|
13911
|
+
SENSITIVE = []
|
13912
|
+
include Aws::Structure
|
13913
|
+
end
|
13914
|
+
|
13915
|
+
# @!attribute [rw] compute_quota_arn
|
13916
|
+
# ARN of the compute allocation definition.
|
13917
|
+
# @return [String]
|
13918
|
+
#
|
13919
|
+
# @!attribute [rw] compute_quota_id
|
13920
|
+
# ID of the compute allocation definition.
|
13921
|
+
# @return [String]
|
13922
|
+
#
|
13923
|
+
# @!attribute [rw] name
|
13924
|
+
# Name of the compute allocation definition.
|
13925
|
+
# @return [String]
|
13926
|
+
#
|
13927
|
+
# @!attribute [rw] description
|
13928
|
+
# Description of the compute allocation definition.
|
13929
|
+
# @return [String]
|
13930
|
+
#
|
13931
|
+
# @!attribute [rw] compute_quota_version
|
13932
|
+
# Version of the compute allocation definition.
|
13933
|
+
# @return [Integer]
|
13934
|
+
#
|
13935
|
+
# @!attribute [rw] status
|
13936
|
+
# Status of the compute allocation definition.
|
13937
|
+
# @return [String]
|
13938
|
+
#
|
13939
|
+
# @!attribute [rw] failure_reason
|
13940
|
+
# Failure reason of the compute allocation definition.
|
13941
|
+
# @return [String]
|
13942
|
+
#
|
13943
|
+
# @!attribute [rw] cluster_arn
|
13944
|
+
# ARN of the cluster.
|
13945
|
+
# @return [String]
|
13946
|
+
#
|
13947
|
+
# @!attribute [rw] compute_quota_config
|
13948
|
+
# Configuration of the compute allocation definition. This includes
|
13949
|
+
# the resource sharing option, and the setting to preempt low priority
|
13950
|
+
# tasks.
|
13951
|
+
# @return [Types::ComputeQuotaConfig]
|
13952
|
+
#
|
13953
|
+
# @!attribute [rw] compute_quota_target
|
13954
|
+
# The target entity to allocate compute resources to.
|
13955
|
+
# @return [Types::ComputeQuotaTarget]
|
13956
|
+
#
|
13957
|
+
# @!attribute [rw] activation_state
|
13958
|
+
# The state of the compute allocation being described. Use to enable
|
13959
|
+
# or disable compute allocation.
|
13960
|
+
#
|
13961
|
+
# Default is `Enabled`.
|
13962
|
+
# @return [String]
|
13963
|
+
#
|
13964
|
+
# @!attribute [rw] creation_time
|
13965
|
+
# Creation time of the compute allocation configuration.
|
13966
|
+
# @return [Time]
|
13967
|
+
#
|
13968
|
+
# @!attribute [rw] created_by
|
13969
|
+
# Information about the user who created or modified an experiment,
|
13970
|
+
# trial, trial component, lineage group, project, or model card.
|
13971
|
+
# @return [Types::UserContext]
|
13972
|
+
#
|
13973
|
+
# @!attribute [rw] last_modified_time
|
13974
|
+
# Last modified time of the compute allocation configuration.
|
13975
|
+
# @return [Time]
|
13976
|
+
#
|
13977
|
+
# @!attribute [rw] last_modified_by
|
13978
|
+
# Information about the user who created or modified an experiment,
|
13979
|
+
# trial, trial component, lineage group, project, or model card.
|
13980
|
+
# @return [Types::UserContext]
|
13981
|
+
#
|
13982
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeComputeQuotaResponse AWS API Documentation
|
13983
|
+
#
|
13984
|
+
class DescribeComputeQuotaResponse < Struct.new(
|
13985
|
+
:compute_quota_arn,
|
13986
|
+
:compute_quota_id,
|
13987
|
+
:name,
|
13988
|
+
:description,
|
13989
|
+
:compute_quota_version,
|
13990
|
+
:status,
|
13991
|
+
:failure_reason,
|
13992
|
+
:cluster_arn,
|
13993
|
+
:compute_quota_config,
|
13994
|
+
:compute_quota_target,
|
13995
|
+
:activation_state,
|
13996
|
+
:creation_time,
|
13997
|
+
:created_by,
|
13998
|
+
:last_modified_time,
|
13999
|
+
:last_modified_by)
|
14000
|
+
SENSITIVE = []
|
14001
|
+
include Aws::Structure
|
14002
|
+
end
|
14003
|
+
|
13212
14004
|
# @!attribute [rw] context_name
|
13213
14005
|
# The name of the context to describe.
|
13214
14006
|
# @return [String]
|
@@ -13340,7 +14132,7 @@ module Aws::SageMaker
|
|
13340
14132
|
#
|
13341
14133
|
# @!attribute [rw] role_arn
|
13342
14134
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
13343
|
-
# can assume to perform tasks on your behalf.
|
14135
|
+
# AI can assume to perform tasks on your behalf.
|
13344
14136
|
# @return [String]
|
13345
14137
|
#
|
13346
14138
|
# @!attribute [rw] stopping_condition
|
@@ -13546,7 +14338,7 @@ module Aws::SageMaker
|
|
13546
14338
|
# @return [String]
|
13547
14339
|
#
|
13548
14340
|
# @!attribute [rw] single_sign_on_application_arn
|
13549
|
-
# The ARN of the application managed by SageMaker in IAM Identity
|
14341
|
+
# The ARN of the application managed by SageMaker AI in IAM Identity
|
13550
14342
|
# Center. This value is only returned for domains created after
|
13551
14343
|
# October 1, 2023.
|
13552
14344
|
# @return [String]
|
@@ -13590,7 +14382,7 @@ module Aws::SageMaker
|
|
13590
14382
|
# `PublicInternetOnly`.
|
13591
14383
|
#
|
13592
14384
|
# * `PublicInternetOnly` - Non-EFS traffic is through a VPC managed by
|
13593
|
-
# Amazon SageMaker, which allows direct internet access
|
14385
|
+
# Amazon SageMaker AI, which allows direct internet access
|
13594
14386
|
#
|
13595
14387
|
# * `VpcOnly` - All traffic is through the specified VPC and subnets
|
13596
14388
|
# @return [String]
|
@@ -13876,7 +14668,7 @@ module Aws::SageMaker
|
|
13876
14668
|
# @return [Array<Types::ProductionVariant>]
|
13877
14669
|
#
|
13878
14670
|
# @!attribute [rw] data_capture_config
|
13879
|
-
# Configuration to control how SageMaker captures inference data.
|
14671
|
+
# Configuration to control how SageMaker AI captures inference data.
|
13880
14672
|
# @return [Types::DataCaptureConfig]
|
13881
14673
|
#
|
13882
14674
|
# @!attribute [rw] kms_key_id
|
@@ -14934,7 +15726,7 @@ module Aws::SageMaker
|
|
14934
15726
|
# @return [Time]
|
14935
15727
|
#
|
14936
15728
|
# @!attribute [rw] role_arn
|
14937
|
-
# The ARN of the IAM role that enables Amazon SageMaker to perform
|
15729
|
+
# The ARN of the IAM role that enables Amazon SageMaker AI to perform
|
14938
15730
|
# tasks on your behalf.
|
14939
15731
|
# @return [String]
|
14940
15732
|
#
|
@@ -15032,16 +15824,16 @@ module Aws::SageMaker
|
|
15032
15824
|
# @return [String]
|
15033
15825
|
#
|
15034
15826
|
# @!attribute [rw] job_type
|
15035
|
-
# Indicates SageMaker job type compatibility.
|
15827
|
+
# Indicates SageMaker AI job type compatibility.
|
15036
15828
|
#
|
15037
|
-
# * `TRAINING`: The image version is compatible with SageMaker
|
15829
|
+
# * `TRAINING`: The image version is compatible with SageMaker AI
|
15038
15830
|
# training jobs.
|
15039
15831
|
#
|
15040
|
-
# * `INFERENCE`: The image version is compatible with SageMaker
|
15832
|
+
# * `INFERENCE`: The image version is compatible with SageMaker AI
|
15041
15833
|
# inference jobs.
|
15042
15834
|
#
|
15043
15835
|
# * `NOTEBOOK_KERNEL`: The image version is compatible with SageMaker
|
15044
|
-
# notebook kernels.
|
15836
|
+
# AI notebook kernels.
|
15045
15837
|
# @return [String]
|
15046
15838
|
#
|
15047
15839
|
# @!attribute [rw] ml_framework
|
@@ -16493,7 +17285,7 @@ module Aws::SageMaker
|
|
16493
17285
|
#
|
16494
17286
|
# @!attribute [rw] role_arn
|
16495
17287
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
16496
|
-
# can assume to perform tasks on your behalf.
|
17288
|
+
# AI can assume to perform tasks on your behalf.
|
16497
17289
|
# @return [String]
|
16498
17290
|
#
|
16499
17291
|
# @!attribute [rw] stopping_condition
|
@@ -16671,7 +17463,7 @@ module Aws::SageMaker
|
|
16671
17463
|
# @return [String]
|
16672
17464
|
#
|
16673
17465
|
# @!attribute [rw] notebook_instance_name
|
16674
|
-
# The name of the SageMaker notebook instance.
|
17466
|
+
# The name of the SageMaker AI notebook instance.
|
16675
17467
|
# @return [String]
|
16676
17468
|
#
|
16677
17469
|
# @!attribute [rw] notebook_instance_status
|
@@ -16705,12 +17497,12 @@ module Aws::SageMaker
|
|
16705
17497
|
# @return [String]
|
16706
17498
|
#
|
16707
17499
|
# @!attribute [rw] kms_key_id
|
16708
|
-
# The Amazon Web Services KMS key ID SageMaker uses to encrypt data
|
17500
|
+
# The Amazon Web Services KMS key ID SageMaker AI uses to encrypt data
|
16709
17501
|
# when storing it on the ML storage volume attached to the instance.
|
16710
17502
|
# @return [String]
|
16711
17503
|
#
|
16712
17504
|
# @!attribute [rw] network_interface_id
|
16713
|
-
# The network interface IDs that SageMaker created at the time of
|
17505
|
+
# The network interface IDs that SageMaker AI created at the time of
|
16714
17506
|
# creating the instance.
|
16715
17507
|
# @return [String]
|
16716
17508
|
#
|
@@ -16736,10 +17528,10 @@ module Aws::SageMaker
|
|
16736
17528
|
# @return [String]
|
16737
17529
|
#
|
16738
17530
|
# @!attribute [rw] direct_internet_access
|
16739
|
-
# Describes whether SageMaker provides internet access to the
|
16740
|
-
# instance. If this value is set to *Disabled*, the notebook
|
16741
|
-
# does not have internet access, and cannot connect to
|
16742
|
-
# training and endpoint services.
|
17531
|
+
# Describes whether SageMaker AI provides internet access to the
|
17532
|
+
# notebook instance. If this value is set to *Disabled*, the notebook
|
17533
|
+
# instance does not have internet access, and cannot connect to
|
17534
|
+
# SageMaker AI training and endpoint services.
|
16743
17535
|
#
|
16744
17536
|
# For more information, see [Notebook Instances Are Internet-Enabled
|
16745
17537
|
# by Default][1].
|
@@ -16769,7 +17561,8 @@ module Aws::SageMaker
|
|
16769
17561
|
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
16770
17562
|
# Git repository. When you open a notebook instance, it opens in the
|
16771
17563
|
# directory that contains this repository. For more information, see
|
16772
|
-
# [Associating Git Repositories with SageMaker Notebook
|
17564
|
+
# [Associating Git Repositories with SageMaker AI Notebook
|
17565
|
+
# Instances][2].
|
16773
17566
|
#
|
16774
17567
|
#
|
16775
17568
|
#
|
@@ -16784,7 +17577,7 @@ module Aws::SageMaker
|
|
16784
17577
|
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
16785
17578
|
# repository. These repositories are cloned at the same level as the
|
16786
17579
|
# default repository of your notebook instance. For more information,
|
16787
|
-
# see [Associating Git Repositories with SageMaker Notebook
|
17580
|
+
# see [Associating Git Repositories with SageMaker AI Notebook
|
16788
17581
|
# Instances][2].
|
16789
17582
|
#
|
16790
17583
|
#
|
@@ -16972,6 +17765,103 @@ module Aws::SageMaker
|
|
16972
17765
|
include Aws::Structure
|
16973
17766
|
end
|
16974
17767
|
|
17768
|
+
# @!attribute [rw] arn
|
17769
|
+
# The ARN of the SageMaker Partner AI App to describe.
|
17770
|
+
# @return [String]
|
17771
|
+
#
|
17772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerAppRequest AWS API Documentation
|
17773
|
+
#
|
17774
|
+
class DescribePartnerAppRequest < Struct.new(
|
17775
|
+
:arn)
|
17776
|
+
SENSITIVE = []
|
17777
|
+
include Aws::Structure
|
17778
|
+
end
|
17779
|
+
|
17780
|
+
# @!attribute [rw] arn
|
17781
|
+
# The ARN of the SageMaker Partner AI App that was described.
|
17782
|
+
# @return [String]
|
17783
|
+
#
|
17784
|
+
# @!attribute [rw] name
|
17785
|
+
# The name of the SageMaker Partner AI App.
|
17786
|
+
# @return [String]
|
17787
|
+
#
|
17788
|
+
# @!attribute [rw] type
|
17789
|
+
# The type of SageMaker Partner AI App. Must be one of the following:
|
17790
|
+
# `lakera-guard`, `comet`, `deepchecks-llm-evaluation`, or `fiddler`.
|
17791
|
+
# @return [String]
|
17792
|
+
#
|
17793
|
+
# @!attribute [rw] status
|
17794
|
+
# The status of the SageMaker Partner AI App.
|
17795
|
+
# @return [String]
|
17796
|
+
#
|
17797
|
+
# @!attribute [rw] creation_time
|
17798
|
+
# The time that the SageMaker Partner AI App was created.
|
17799
|
+
# @return [Time]
|
17800
|
+
#
|
17801
|
+
# @!attribute [rw] execution_role_arn
|
17802
|
+
# The ARN of the IAM role associated with the SageMaker Partner AI
|
17803
|
+
# App.
|
17804
|
+
# @return [String]
|
17805
|
+
#
|
17806
|
+
# @!attribute [rw] base_url
|
17807
|
+
# The URL of the SageMaker Partner AI App that the Application SDK
|
17808
|
+
# uses to support in-app calls for the user.
|
17809
|
+
# @return [String]
|
17810
|
+
#
|
17811
|
+
# @!attribute [rw] maintenance_config
|
17812
|
+
# Maintenance configuration settings for the SageMaker Partner AI App.
|
17813
|
+
# @return [Types::PartnerAppMaintenanceConfig]
|
17814
|
+
#
|
17815
|
+
# @!attribute [rw] tier
|
17816
|
+
# The instance type and size of the cluster attached to the SageMaker
|
17817
|
+
# Partner AI App.
|
17818
|
+
# @return [String]
|
17819
|
+
#
|
17820
|
+
# @!attribute [rw] version
|
17821
|
+
# The version of the SageMaker Partner AI App.
|
17822
|
+
# @return [String]
|
17823
|
+
#
|
17824
|
+
# @!attribute [rw] application_config
|
17825
|
+
# Configuration settings for the SageMaker Partner AI App.
|
17826
|
+
# @return [Types::PartnerAppConfig]
|
17827
|
+
#
|
17828
|
+
# @!attribute [rw] auth_type
|
17829
|
+
# The authorization type that users use to access the SageMaker
|
17830
|
+
# Partner AI App.
|
17831
|
+
# @return [String]
|
17832
|
+
#
|
17833
|
+
# @!attribute [rw] enable_iam_session_based_identity
|
17834
|
+
# When set to `TRUE`, the SageMaker Partner AI App sets the Amazon Web
|
17835
|
+
# Services IAM session name or the authenticated IAM user as the
|
17836
|
+
# identity of the SageMaker Partner AI App user.
|
17837
|
+
# @return [Boolean]
|
17838
|
+
#
|
17839
|
+
# @!attribute [rw] error
|
17840
|
+
# This is an error field object that contains the error code and the
|
17841
|
+
# reason for an operation failure.
|
17842
|
+
# @return [Types::ErrorInfo]
|
17843
|
+
#
|
17844
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePartnerAppResponse AWS API Documentation
|
17845
|
+
#
|
17846
|
+
class DescribePartnerAppResponse < Struct.new(
|
17847
|
+
:arn,
|
17848
|
+
:name,
|
17849
|
+
:type,
|
17850
|
+
:status,
|
17851
|
+
:creation_time,
|
17852
|
+
:execution_role_arn,
|
17853
|
+
:base_url,
|
17854
|
+
:maintenance_config,
|
17855
|
+
:tier,
|
17856
|
+
:version,
|
17857
|
+
:application_config,
|
17858
|
+
:auth_type,
|
17859
|
+
:enable_iam_session_based_identity,
|
17860
|
+
:error)
|
17861
|
+
SENSITIVE = []
|
17862
|
+
include Aws::Structure
|
17863
|
+
end
|
17864
|
+
|
16975
17865
|
# @!attribute [rw] pipeline_execution_arn
|
16976
17866
|
# The Amazon Resource Name (ARN) of the pipeline execution.
|
16977
17867
|
# @return [String]
|
@@ -17491,8 +18381,8 @@ module Aws::SageMaker
|
|
17491
18381
|
end
|
17492
18382
|
|
17493
18383
|
# @!attribute [rw] studio_lifecycle_config_name
|
17494
|
-
# The name of the Amazon SageMaker Studio Lifecycle Configuration
|
17495
|
-
# describe.
|
18384
|
+
# The name of the Amazon SageMaker AI Studio Lifecycle Configuration
|
18385
|
+
# to describe.
|
17496
18386
|
# @return [String]
|
17497
18387
|
#
|
17498
18388
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeStudioLifecycleConfigRequest AWS API Documentation
|
@@ -17508,23 +18398,23 @@ module Aws::SageMaker
|
|
17508
18398
|
# @return [String]
|
17509
18399
|
#
|
17510
18400
|
# @!attribute [rw] studio_lifecycle_config_name
|
17511
|
-
# The name of the Amazon SageMaker Studio Lifecycle Configuration
|
17512
|
-
# is described.
|
18401
|
+
# The name of the Amazon SageMaker AI Studio Lifecycle Configuration
|
18402
|
+
# that is described.
|
17513
18403
|
# @return [String]
|
17514
18404
|
#
|
17515
18405
|
# @!attribute [rw] creation_time
|
17516
|
-
# The creation time of the Amazon SageMaker Studio Lifecycle
|
18406
|
+
# The creation time of the Amazon SageMaker AI Studio Lifecycle
|
17517
18407
|
# Configuration.
|
17518
18408
|
# @return [Time]
|
17519
18409
|
#
|
17520
18410
|
# @!attribute [rw] last_modified_time
|
17521
|
-
# This value is equivalent to CreationTime because Amazon SageMaker
|
18411
|
+
# This value is equivalent to CreationTime because Amazon SageMaker AI
|
17522
18412
|
# Studio Lifecycle Configurations are immutable.
|
17523
18413
|
# @return [Time]
|
17524
18414
|
#
|
17525
18415
|
# @!attribute [rw] studio_lifecycle_config_content
|
17526
|
-
# The content of your Amazon SageMaker Studio Lifecycle
|
17527
|
-
# script.
|
18416
|
+
# The content of your Amazon SageMaker AI Studio Lifecycle
|
18417
|
+
# Configuration script.
|
17528
18418
|
# @return [String]
|
17529
18419
|
#
|
17530
18420
|
# @!attribute [rw] studio_lifecycle_config_app_type
|
@@ -17976,6 +18866,117 @@ module Aws::SageMaker
|
|
17976
18866
|
include Aws::Structure
|
17977
18867
|
end
|
17978
18868
|
|
18869
|
+
# @!attribute [rw] training_plan_name
|
18870
|
+
# The name of the training plan to describe.
|
18871
|
+
# @return [String]
|
18872
|
+
#
|
18873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingPlanRequest AWS API Documentation
|
18874
|
+
#
|
18875
|
+
class DescribeTrainingPlanRequest < Struct.new(
|
18876
|
+
:training_plan_name)
|
18877
|
+
SENSITIVE = []
|
18878
|
+
include Aws::Structure
|
18879
|
+
end
|
18880
|
+
|
18881
|
+
# @!attribute [rw] training_plan_arn
|
18882
|
+
# The Amazon Resource Name (ARN); of the training plan.
|
18883
|
+
# @return [String]
|
18884
|
+
#
|
18885
|
+
# @!attribute [rw] training_plan_name
|
18886
|
+
# The name of the training plan.
|
18887
|
+
# @return [String]
|
18888
|
+
#
|
18889
|
+
# @!attribute [rw] status
|
18890
|
+
# The current status of the training plan (e.g., Pending, Active,
|
18891
|
+
# Expired). To see the complete list of status values available for a
|
18892
|
+
# training plan, refer to the `Status` attribute within the `
|
18893
|
+
# TrainingPlanSummary ` object.
|
18894
|
+
# @return [String]
|
18895
|
+
#
|
18896
|
+
# @!attribute [rw] status_message
|
18897
|
+
# A message providing additional information about the current status
|
18898
|
+
# of the training plan.
|
18899
|
+
# @return [String]
|
18900
|
+
#
|
18901
|
+
# @!attribute [rw] duration_hours
|
18902
|
+
# The number of whole hours in the total duration for this training
|
18903
|
+
# plan.
|
18904
|
+
# @return [Integer]
|
18905
|
+
#
|
18906
|
+
# @!attribute [rw] duration_minutes
|
18907
|
+
# The additional minutes beyond whole hours in the total duration for
|
18908
|
+
# this training plan.
|
18909
|
+
# @return [Integer]
|
18910
|
+
#
|
18911
|
+
# @!attribute [rw] start_time
|
18912
|
+
# The start time of the training plan.
|
18913
|
+
# @return [Time]
|
18914
|
+
#
|
18915
|
+
# @!attribute [rw] end_time
|
18916
|
+
# The end time of the training plan.
|
18917
|
+
# @return [Time]
|
18918
|
+
#
|
18919
|
+
# @!attribute [rw] upfront_fee
|
18920
|
+
# The upfront fee for the training plan.
|
18921
|
+
# @return [String]
|
18922
|
+
#
|
18923
|
+
# @!attribute [rw] currency_code
|
18924
|
+
# The currency code for the upfront fee (e.g., USD).
|
18925
|
+
# @return [String]
|
18926
|
+
#
|
18927
|
+
# @!attribute [rw] total_instance_count
|
18928
|
+
# The total number of instances reserved in this training plan.
|
18929
|
+
# @return [Integer]
|
18930
|
+
#
|
18931
|
+
# @!attribute [rw] available_instance_count
|
18932
|
+
# The number of instances currently available for use in this training
|
18933
|
+
# plan.
|
18934
|
+
# @return [Integer]
|
18935
|
+
#
|
18936
|
+
# @!attribute [rw] in_use_instance_count
|
18937
|
+
# The number of instances currently in use from this training plan.
|
18938
|
+
# @return [Integer]
|
18939
|
+
#
|
18940
|
+
# @!attribute [rw] target_resources
|
18941
|
+
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
18942
|
+
# HyperPod) that can use this training plan.
|
18943
|
+
#
|
18944
|
+
# Training plans are specific to their target resource.
|
18945
|
+
#
|
18946
|
+
# * A training plan designed for SageMaker training jobs can only be
|
18947
|
+
# used to schedule and run training jobs.
|
18948
|
+
#
|
18949
|
+
# * A training plan for HyperPod clusters can be used exclusively to
|
18950
|
+
# provide compute resources to a cluster's instance group.
|
18951
|
+
# @return [Array<String>]
|
18952
|
+
#
|
18953
|
+
# @!attribute [rw] reserved_capacity_summaries
|
18954
|
+
# The list of Reserved Capacity providing the underlying compute
|
18955
|
+
# resources of the plan.
|
18956
|
+
# @return [Array<Types::ReservedCapacitySummary>]
|
18957
|
+
#
|
18958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingPlanResponse AWS API Documentation
|
18959
|
+
#
|
18960
|
+
class DescribeTrainingPlanResponse < Struct.new(
|
18961
|
+
:training_plan_arn,
|
18962
|
+
:training_plan_name,
|
18963
|
+
:status,
|
18964
|
+
:status_message,
|
18965
|
+
:duration_hours,
|
18966
|
+
:duration_minutes,
|
18967
|
+
:start_time,
|
18968
|
+
:end_time,
|
18969
|
+
:upfront_fee,
|
18970
|
+
:currency_code,
|
18971
|
+
:total_instance_count,
|
18972
|
+
:available_instance_count,
|
18973
|
+
:in_use_instance_count,
|
18974
|
+
:target_resources,
|
18975
|
+
:reserved_capacity_summaries)
|
18976
|
+
SENSITIVE = []
|
18977
|
+
include Aws::Structure
|
18978
|
+
end
|
18979
|
+
|
17979
18980
|
# @!attribute [rw] transform_job_name
|
17980
18981
|
# The name of the transform job that you want to view details of.
|
17981
18982
|
# @return [String]
|
@@ -18878,8 +19879,8 @@ module Aws::SageMaker
|
|
18878
19879
|
# @return [Types::RStudioServerProDomainSettings]
|
18879
19880
|
#
|
18880
19881
|
# @!attribute [rw] execution_role_identity_config
|
18881
|
-
# The configuration for attaching a SageMaker user profile name to
|
18882
|
-
# execution role as a [sts:SourceIdentity key][1].
|
19882
|
+
# The configuration for attaching a SageMaker AI user profile name to
|
19883
|
+
# the execution role as a [sts:SourceIdentity key][1].
|
18883
19884
|
#
|
18884
19885
|
#
|
18885
19886
|
#
|
@@ -18918,10 +19919,10 @@ module Aws::SageMaker
|
|
18918
19919
|
# @return [Types::RStudioServerProDomainSettingsForUpdate]
|
18919
19920
|
#
|
18920
19921
|
# @!attribute [rw] execution_role_identity_config
|
18921
|
-
# The configuration for attaching a SageMaker user profile name to
|
18922
|
-
# execution role as a [sts:SourceIdentity key][1]. This
|
18923
|
-
# can only be modified if there are no apps in the
|
18924
|
-
# `Pending` state.
|
19922
|
+
# The configuration for attaching a SageMaker AI user profile name to
|
19923
|
+
# the execution role as a [sts:SourceIdentity key][1]. This
|
19924
|
+
# configuration can only be modified if there are no apps in the
|
19925
|
+
# `InService` or `Pending` state.
|
18925
19926
|
#
|
18926
19927
|
#
|
18927
19928
|
#
|
@@ -19113,8 +20114,8 @@ module Aws::SageMaker
|
|
19113
20114
|
end
|
19114
20115
|
|
19115
20116
|
# A file system, created by you in Amazon EFS, that you assign to a user
|
19116
|
-
# profile or space for an Amazon SageMaker Domain. Permitted users
|
19117
|
-
# access this file system in Amazon SageMaker Studio.
|
20117
|
+
# profile or space for an Amazon SageMaker AI Domain. Permitted users
|
20118
|
+
# can access this file system in Amazon SageMaker AI Studio.
|
19118
20119
|
#
|
19119
20120
|
# @!attribute [rw] file_system_id
|
19120
20121
|
# The ID of your Amazon EFS file system.
|
@@ -19129,7 +20130,7 @@ module Aws::SageMaker
|
|
19129
20130
|
end
|
19130
20131
|
|
19131
20132
|
# The settings for assigning a custom Amazon EFS file system to a user
|
19132
|
-
# profile or space for an Amazon SageMaker Domain.
|
20133
|
+
# profile or space for an Amazon SageMaker AI Domain.
|
19133
20134
|
#
|
19134
20135
|
# @!attribute [rw] file_system_id
|
19135
20136
|
# The ID of your Amazon EFS file system.
|
@@ -19137,8 +20138,8 @@ module Aws::SageMaker
|
|
19137
20138
|
#
|
19138
20139
|
# @!attribute [rw] file_system_path
|
19139
20140
|
# The path to the file system directory that is accessible in Amazon
|
19140
|
-
# SageMaker Studio. Permitted users can access only this directory
|
19141
|
-
# below.
|
20141
|
+
# SageMaker AI Studio. Permitted users can access only this directory
|
20142
|
+
# and below.
|
19142
20143
|
# @return [String]
|
19143
20144
|
#
|
19144
20145
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EFSFileSystemConfig AWS API Documentation
|
@@ -20174,6 +21175,26 @@ module Aws::SageMaker
|
|
20174
21175
|
include Aws::Structure
|
20175
21176
|
end
|
20176
21177
|
|
21178
|
+
# This is an error field object that contains the error code and the
|
21179
|
+
# reason for an operation failure.
|
21180
|
+
#
|
21181
|
+
# @!attribute [rw] code
|
21182
|
+
# The error code for an invalid or failed operation.
|
21183
|
+
# @return [String]
|
21184
|
+
#
|
21185
|
+
# @!attribute [rw] reason
|
21186
|
+
# The failure reason for the operation.
|
21187
|
+
# @return [String]
|
21188
|
+
#
|
21189
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ErrorInfo AWS API Documentation
|
21190
|
+
#
|
21191
|
+
class ErrorInfo < Struct.new(
|
21192
|
+
:code,
|
21193
|
+
:reason)
|
21194
|
+
SENSITIVE = []
|
21195
|
+
include Aws::Structure
|
21196
|
+
end
|
21197
|
+
|
20177
21198
|
# The properties of an experiment as returned by the [Search][1] API.
|
20178
21199
|
#
|
20179
21200
|
#
|
@@ -20384,6 +21405,43 @@ module Aws::SageMaker
|
|
20384
21405
|
include Aws::Structure
|
20385
21406
|
end
|
20386
21407
|
|
21408
|
+
# A custom file system in Amazon FSx for Lustre.
|
21409
|
+
#
|
21410
|
+
# @!attribute [rw] file_system_id
|
21411
|
+
# Amazon FSx for Lustre file system ID.
|
21412
|
+
# @return [String]
|
21413
|
+
#
|
21414
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FSxLustreFileSystem AWS API Documentation
|
21415
|
+
#
|
21416
|
+
class FSxLustreFileSystem < Struct.new(
|
21417
|
+
:file_system_id)
|
21418
|
+
SENSITIVE = []
|
21419
|
+
include Aws::Structure
|
21420
|
+
end
|
21421
|
+
|
21422
|
+
# The settings for assigning a custom Amazon FSx for Lustre file system
|
21423
|
+
# to a user profile or space for an Amazon SageMaker Domain.
|
21424
|
+
#
|
21425
|
+
# @!attribute [rw] file_system_id
|
21426
|
+
# The globally unique, 17-digit, ID of the file system, assigned by
|
21427
|
+
# Amazon FSx for Lustre.
|
21428
|
+
# @return [String]
|
21429
|
+
#
|
21430
|
+
# @!attribute [rw] file_system_path
|
21431
|
+
# The path to the file system directory that is accessible in Amazon
|
21432
|
+
# SageMaker Studio. Permitted users can access only this directory and
|
21433
|
+
# below.
|
21434
|
+
# @return [String]
|
21435
|
+
#
|
21436
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FSxLustreFileSystemConfig AWS API Documentation
|
21437
|
+
#
|
21438
|
+
class FSxLustreFileSystemConfig < Struct.new(
|
21439
|
+
:file_system_id,
|
21440
|
+
:file_system_path)
|
21441
|
+
SENSITIVE = []
|
21442
|
+
include Aws::Structure
|
21443
|
+
end
|
21444
|
+
|
20387
21445
|
# The container for the metadata for Fail step.
|
20388
21446
|
#
|
20389
21447
|
# @!attribute [rw] error_message
|
@@ -20710,7 +21768,7 @@ module Aws::SageMaker
|
|
20710
21768
|
end
|
20711
21769
|
|
20712
21770
|
# The Amazon Elastic File System storage configuration for a SageMaker
|
20713
|
-
# image.
|
21771
|
+
# AI image.
|
20714
21772
|
#
|
20715
21773
|
# @!attribute [rw] mount_path
|
20716
21774
|
# The path within the image to mount the user's EFS home directory.
|
@@ -24009,9 +25067,10 @@ module Aws::SageMaker
|
|
24009
25067
|
include Aws::Structure
|
24010
25068
|
end
|
24011
25069
|
|
24012
|
-
# A SageMaker image. A SageMaker image represents a set of
|
24013
|
-
# images that are derived from a common base container image.
|
24014
|
-
# these container images is represented by a SageMaker
|
25070
|
+
# A SageMaker AI image. A SageMaker AI image represents a set of
|
25071
|
+
# container images that are derived from a common base container image.
|
25072
|
+
# Each of these container images is represented by a SageMaker AI
|
25073
|
+
# `ImageVersion`.
|
24015
25074
|
#
|
24016
25075
|
# @!attribute [rw] creation_time
|
24017
25076
|
# When the image was created.
|
@@ -24107,7 +25166,7 @@ module Aws::SageMaker
|
|
24107
25166
|
include Aws::Structure
|
24108
25167
|
end
|
24109
25168
|
|
24110
|
-
# A version of a SageMaker `Image`. A version represents an existing
|
25169
|
+
# A version of a SageMaker AI `Image`. A version represents an existing
|
24111
25170
|
# container image.
|
24112
25171
|
#
|
24113
25172
|
# @!attribute [rw] creation_time
|
@@ -24380,8 +25439,8 @@ module Aws::SageMaker
|
|
24380
25439
|
# including the model, container, and compute resources.
|
24381
25440
|
#
|
24382
25441
|
# @!attribute [rw] model_name
|
24383
|
-
# The name of an existing SageMaker model object in your account
|
24384
|
-
# you want to deploy with the inference component.
|
25442
|
+
# The name of an existing SageMaker AI model object in your account
|
25443
|
+
# that you want to deploy with the inference component.
|
24385
25444
|
# @return [String]
|
24386
25445
|
#
|
24387
25446
|
# @!attribute [rw] container
|
@@ -24441,7 +25500,7 @@ module Aws::SageMaker
|
|
24441
25500
|
# component.
|
24442
25501
|
#
|
24443
25502
|
# @!attribute [rw] model_name
|
24444
|
-
# The name of the SageMaker model object that is deployed with the
|
25503
|
+
# The name of the SageMaker AI model object that is deployed with the
|
24445
25504
|
# inference component.
|
24446
25505
|
# @return [String]
|
24447
25506
|
#
|
@@ -24591,8 +25650,8 @@ module Aws::SageMaker
|
|
24591
25650
|
#
|
24592
25651
|
# @!attribute [rw] content_type
|
24593
25652
|
# Configuration specifying how to treat different headers. If no
|
24594
|
-
# headers are specified Amazon SageMaker will by default base64
|
24595
|
-
# when capturing the data.
|
25653
|
+
# headers are specified Amazon SageMaker AI will by default base64
|
25654
|
+
# encode when capturing the data.
|
24596
25655
|
# @return [Types::CaptureContentTypeHeader]
|
24597
25656
|
#
|
24598
25657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceExperimentDataStorageConfig AWS API Documentation
|
@@ -25282,13 +26341,13 @@ module Aws::SageMaker
|
|
25282
26341
|
include Aws::Structure
|
25283
26342
|
end
|
25284
26343
|
|
25285
|
-
# The configuration for the file system and kernels in a SageMaker
|
25286
|
-
# running as a JupyterLab app. The `FileSystemConfig` object is
|
25287
|
-
# supported.
|
26344
|
+
# The configuration for the file system and kernels in a SageMaker AI
|
26345
|
+
# image running as a JupyterLab app. The `FileSystemConfig` object is
|
26346
|
+
# not supported.
|
25288
26347
|
#
|
25289
26348
|
# @!attribute [rw] file_system_config
|
25290
26349
|
# The Amazon Elastic File System storage configuration for a SageMaker
|
25291
|
-
# image.
|
26350
|
+
# AI image.
|
25292
26351
|
# @return [Types::FileSystemConfig]
|
25293
26352
|
#
|
25294
26353
|
# @!attribute [rw] container_config
|
@@ -25307,7 +26366,7 @@ module Aws::SageMaker
|
|
25307
26366
|
# The settings for the JupyterLab application.
|
25308
26367
|
#
|
25309
26368
|
# @!attribute [rw] default_resource_spec
|
25310
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
26369
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
25311
26370
|
# version, and the instance type that the version runs on.
|
25312
26371
|
# @return [Types::ResourceSpec]
|
25313
26372
|
#
|
@@ -25364,7 +26423,7 @@ module Aws::SageMaker
|
|
25364
26423
|
#
|
25365
26424
|
# @!attribute [rw] default_resource_spec
|
25366
26425
|
# The default instance type and the Amazon Resource Name (ARN) of the
|
25367
|
-
# default SageMaker image used by the JupyterServer app. If you use
|
26426
|
+
# default SageMaker AI image used by the JupyterServer app. If you use
|
25368
26427
|
# the `LifecycleConfigArns` parameter, then this parameter is also
|
25369
26428
|
# required.
|
25370
26429
|
# @return [Types::ResourceSpec]
|
@@ -25381,8 +26440,8 @@ module Aws::SageMaker
|
|
25381
26440
|
# @return [Array<String>]
|
25382
26441
|
#
|
25383
26442
|
# @!attribute [rw] code_repositories
|
25384
|
-
# A list of Git repositories that SageMaker automatically displays
|
25385
|
-
# users for cloning in the JupyterServer application.
|
26443
|
+
# A list of Git repositories that SageMaker AI automatically displays
|
26444
|
+
# to users for cloning in the JupyterServer application.
|
25386
26445
|
# @return [Array<Types::CodeRepository>]
|
25387
26446
|
#
|
25388
26447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterServerAppSettings AWS API Documentation
|
@@ -25415,9 +26474,9 @@ module Aws::SageMaker
|
|
25415
26474
|
#
|
25416
26475
|
# @!attribute [rw] default_resource_spec
|
25417
26476
|
# The default instance type and the Amazon Resource Name (ARN) of the
|
25418
|
-
# default SageMaker image used by the KernelGateway app.
|
26477
|
+
# default SageMaker AI image used by the KernelGateway app.
|
25419
26478
|
#
|
25420
|
-
# <note markdown="1"> The Amazon SageMaker Studio UI does not use the default instance
|
26479
|
+
# <note markdown="1"> The Amazon SageMaker AI Studio UI does not use the default instance
|
25421
26480
|
# type value set here. The default instance type set here is used when
|
25422
26481
|
# Apps are created using the CLI or CloudFormation and the instance
|
25423
26482
|
# type parameter value is not passed.
|
@@ -25426,7 +26485,7 @@ module Aws::SageMaker
|
|
25426
26485
|
# @return [Types::ResourceSpec]
|
25427
26486
|
#
|
25428
26487
|
# @!attribute [rw] custom_images
|
25429
|
-
# A list of custom SageMaker images that are configured to run as a
|
26488
|
+
# A list of custom SageMaker AI images that are configured to run as a
|
25430
26489
|
# KernelGateway app.
|
25431
26490
|
# @return [Array<Types::CustomImage>]
|
25432
26491
|
#
|
@@ -25450,8 +26509,8 @@ module Aws::SageMaker
|
|
25450
26509
|
include Aws::Structure
|
25451
26510
|
end
|
25452
26511
|
|
25453
|
-
# The configuration for the file system and kernels in a SageMaker
|
25454
|
-
# running as a KernelGateway app.
|
26512
|
+
# The configuration for the file system and kernels in a SageMaker AI
|
26513
|
+
# image running as a KernelGateway app.
|
25455
26514
|
#
|
25456
26515
|
# @!attribute [rw] kernel_specs
|
25457
26516
|
# The specification of the Jupyter kernels in the image.
|
@@ -25459,7 +26518,7 @@ module Aws::SageMaker
|
|
25459
26518
|
#
|
25460
26519
|
# @!attribute [rw] file_system_config
|
25461
26520
|
# The Amazon Elastic File System storage configuration for a SageMaker
|
25462
|
-
# image.
|
26521
|
+
# AI image.
|
25463
26522
|
# @return [Types::FileSystemConfig]
|
25464
26523
|
#
|
25465
26524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayImageConfig AWS API Documentation
|
@@ -26247,7 +27306,7 @@ module Aws::SageMaker
|
|
26247
27306
|
end
|
26248
27307
|
|
26249
27308
|
# @!attribute [rw] sage_maker_image_version_aliases
|
26250
|
-
# A list of SageMaker image version aliases.
|
27309
|
+
# A list of SageMaker AI image version aliases.
|
26251
27310
|
# @return [Array<String>]
|
26252
27311
|
#
|
26253
27312
|
# @!attribute [rw] next_token
|
@@ -26814,6 +27873,92 @@ module Aws::SageMaker
|
|
26814
27873
|
include Aws::Structure
|
26815
27874
|
end
|
26816
27875
|
|
27876
|
+
# @!attribute [rw] created_after
|
27877
|
+
# Filter for after this creation time. The input for this parameter is
|
27878
|
+
# a Unix timestamp. To convert a date and time into a Unix timestamp,
|
27879
|
+
# see [EpochConverter][1].
|
27880
|
+
#
|
27881
|
+
#
|
27882
|
+
#
|
27883
|
+
# [1]: https://www.epochconverter.com/
|
27884
|
+
# @return [Time]
|
27885
|
+
#
|
27886
|
+
# @!attribute [rw] created_before
|
27887
|
+
# Filter for before this creation time. The input for this parameter
|
27888
|
+
# is a Unix timestamp. To convert a date and time into a Unix
|
27889
|
+
# timestamp, see [EpochConverter][1].
|
27890
|
+
#
|
27891
|
+
#
|
27892
|
+
#
|
27893
|
+
# [1]: https://www.epochconverter.com/
|
27894
|
+
# @return [Time]
|
27895
|
+
#
|
27896
|
+
# @!attribute [rw] name_contains
|
27897
|
+
# Filter for name containing this string.
|
27898
|
+
# @return [String]
|
27899
|
+
#
|
27900
|
+
# @!attribute [rw] cluster_arn
|
27901
|
+
# Filter for ARN of the cluster.
|
27902
|
+
# @return [String]
|
27903
|
+
#
|
27904
|
+
# @!attribute [rw] status
|
27905
|
+
# Filter for status.
|
27906
|
+
# @return [String]
|
27907
|
+
#
|
27908
|
+
# @!attribute [rw] sort_by
|
27909
|
+
# Filter for sorting the list by a given value. For example, sort by
|
27910
|
+
# name, creation time, or status.
|
27911
|
+
# @return [String]
|
27912
|
+
#
|
27913
|
+
# @!attribute [rw] sort_order
|
27914
|
+
# The order of the list. By default, listed in `Descending` order
|
27915
|
+
# according to by `SortBy`. To change the list order, you can specify
|
27916
|
+
# `SortOrder` to be `Ascending`.
|
27917
|
+
# @return [String]
|
27918
|
+
#
|
27919
|
+
# @!attribute [rw] next_token
|
27920
|
+
# If the previous response was truncated, you will receive this token.
|
27921
|
+
# Use it in your next request to receive the next set of results.
|
27922
|
+
# @return [String]
|
27923
|
+
#
|
27924
|
+
# @!attribute [rw] max_results
|
27925
|
+
# The maximum number of cluster policies to list.
|
27926
|
+
# @return [Integer]
|
27927
|
+
#
|
27928
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListClusterSchedulerConfigsRequest AWS API Documentation
|
27929
|
+
#
|
27930
|
+
class ListClusterSchedulerConfigsRequest < Struct.new(
|
27931
|
+
:created_after,
|
27932
|
+
:created_before,
|
27933
|
+
:name_contains,
|
27934
|
+
:cluster_arn,
|
27935
|
+
:status,
|
27936
|
+
:sort_by,
|
27937
|
+
:sort_order,
|
27938
|
+
:next_token,
|
27939
|
+
:max_results)
|
27940
|
+
SENSITIVE = []
|
27941
|
+
include Aws::Structure
|
27942
|
+
end
|
27943
|
+
|
27944
|
+
# @!attribute [rw] cluster_scheduler_config_summaries
|
27945
|
+
# Summaries of the cluster policies.
|
27946
|
+
# @return [Array<Types::ClusterSchedulerConfigSummary>]
|
27947
|
+
#
|
27948
|
+
# @!attribute [rw] next_token
|
27949
|
+
# If the previous response was truncated, you will receive this token.
|
27950
|
+
# Use it in your next request to receive the next set of results.
|
27951
|
+
# @return [String]
|
27952
|
+
#
|
27953
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListClusterSchedulerConfigsResponse AWS API Documentation
|
27954
|
+
#
|
27955
|
+
class ListClusterSchedulerConfigsResponse < Struct.new(
|
27956
|
+
:cluster_scheduler_config_summaries,
|
27957
|
+
:next_token)
|
27958
|
+
SENSITIVE = []
|
27959
|
+
include Aws::Structure
|
27960
|
+
end
|
27961
|
+
|
26817
27962
|
# @!attribute [rw] creation_time_after
|
26818
27963
|
# Set a start time for the time range during which you want to list
|
26819
27964
|
# SageMaker HyperPod clusters. Timestamps are formatted according to
|
@@ -26877,6 +28022,13 @@ module Aws::SageMaker
|
|
26877
28022
|
# The sort order for results. The default value is `Ascending`.
|
26878
28023
|
# @return [String]
|
26879
28024
|
#
|
28025
|
+
# @!attribute [rw] training_plan_arn
|
28026
|
+
# The Amazon Resource Name (ARN); of the training plan to filter
|
28027
|
+
# clusters by. For more information about reserving GPU capacity for
|
28028
|
+
# your SageMaker HyperPod clusters using Amazon SageMaker Training
|
28029
|
+
# Plan, see ` CreateTrainingPlan `.
|
28030
|
+
# @return [String]
|
28031
|
+
#
|
26880
28032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListClustersRequest AWS API Documentation
|
26881
28033
|
#
|
26882
28034
|
class ListClustersRequest < Struct.new(
|
@@ -26886,7 +28038,8 @@ module Aws::SageMaker
|
|
26886
28038
|
:name_contains,
|
26887
28039
|
:next_token,
|
26888
28040
|
:sort_by,
|
26889
|
-
:sort_order
|
28041
|
+
:sort_order,
|
28042
|
+
:training_plan_arn)
|
26890
28043
|
SENSITIVE = []
|
26891
28044
|
include Aws::Structure
|
26892
28045
|
end
|
@@ -27078,7 +28231,7 @@ module Aws::SageMaker
|
|
27078
28231
|
# @return [Array<Types::CompilationJobSummary>]
|
27079
28232
|
#
|
27080
28233
|
# @!attribute [rw] next_token
|
27081
|
-
# If the response is truncated, Amazon SageMaker returns this
|
28234
|
+
# If the response is truncated, Amazon SageMaker AI returns this
|
27082
28235
|
# `NextToken`. To retrieve the next set of model compilation jobs, use
|
27083
28236
|
# this token in the next request.
|
27084
28237
|
# @return [String]
|
@@ -27092,6 +28245,92 @@ module Aws::SageMaker
|
|
27092
28245
|
include Aws::Structure
|
27093
28246
|
end
|
27094
28247
|
|
28248
|
+
# @!attribute [rw] created_after
|
28249
|
+
# Filter for after this creation time. The input for this parameter is
|
28250
|
+
# a Unix timestamp. To convert a date and time into a Unix timestamp,
|
28251
|
+
# see [EpochConverter][1].
|
28252
|
+
#
|
28253
|
+
#
|
28254
|
+
#
|
28255
|
+
# [1]: https://www.epochconverter.com/
|
28256
|
+
# @return [Time]
|
28257
|
+
#
|
28258
|
+
# @!attribute [rw] created_before
|
28259
|
+
# Filter for before this creation time. The input for this parameter
|
28260
|
+
# is a Unix timestamp. To convert a date and time into a Unix
|
28261
|
+
# timestamp, see [EpochConverter][1].
|
28262
|
+
#
|
28263
|
+
#
|
28264
|
+
#
|
28265
|
+
# [1]: https://www.epochconverter.com/
|
28266
|
+
# @return [Time]
|
28267
|
+
#
|
28268
|
+
# @!attribute [rw] name_contains
|
28269
|
+
# Filter for name containing this string.
|
28270
|
+
# @return [String]
|
28271
|
+
#
|
28272
|
+
# @!attribute [rw] status
|
28273
|
+
# Filter for status.
|
28274
|
+
# @return [String]
|
28275
|
+
#
|
28276
|
+
# @!attribute [rw] cluster_arn
|
28277
|
+
# Filter for ARN of the cluster.
|
28278
|
+
# @return [String]
|
28279
|
+
#
|
28280
|
+
# @!attribute [rw] sort_by
|
28281
|
+
# Filter for sorting the list by a given value. For example, sort by
|
28282
|
+
# name, creation time, or status.
|
28283
|
+
# @return [String]
|
28284
|
+
#
|
28285
|
+
# @!attribute [rw] sort_order
|
28286
|
+
# The order of the list. By default, listed in `Descending` order
|
28287
|
+
# according to by `SortBy`. To change the list order, you can specify
|
28288
|
+
# `SortOrder` to be `Ascending`.
|
28289
|
+
# @return [String]
|
28290
|
+
#
|
28291
|
+
# @!attribute [rw] next_token
|
28292
|
+
# If the previous response was truncated, you will receive this token.
|
28293
|
+
# Use it in your next request to receive the next set of results.
|
28294
|
+
# @return [String]
|
28295
|
+
#
|
28296
|
+
# @!attribute [rw] max_results
|
28297
|
+
# The maximum number of compute allocation definitions to list.
|
28298
|
+
# @return [Integer]
|
28299
|
+
#
|
28300
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListComputeQuotasRequest AWS API Documentation
|
28301
|
+
#
|
28302
|
+
class ListComputeQuotasRequest < Struct.new(
|
28303
|
+
:created_after,
|
28304
|
+
:created_before,
|
28305
|
+
:name_contains,
|
28306
|
+
:status,
|
28307
|
+
:cluster_arn,
|
28308
|
+
:sort_by,
|
28309
|
+
:sort_order,
|
28310
|
+
:next_token,
|
28311
|
+
:max_results)
|
28312
|
+
SENSITIVE = []
|
28313
|
+
include Aws::Structure
|
28314
|
+
end
|
28315
|
+
|
28316
|
+
# @!attribute [rw] compute_quota_summaries
|
28317
|
+
# Summaries of the compute allocation definitions.
|
28318
|
+
# @return [Array<Types::ComputeQuotaSummary>]
|
28319
|
+
#
|
28320
|
+
# @!attribute [rw] next_token
|
28321
|
+
# If the previous response was truncated, you will receive this token.
|
28322
|
+
# Use it in your next request to receive the next set of results.
|
28323
|
+
# @return [String]
|
28324
|
+
#
|
28325
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListComputeQuotasResponse AWS API Documentation
|
28326
|
+
#
|
28327
|
+
class ListComputeQuotasResponse < Struct.new(
|
28328
|
+
:compute_quota_summaries,
|
28329
|
+
:next_token)
|
28330
|
+
SENSITIVE = []
|
28331
|
+
include Aws::Structure
|
28332
|
+
end
|
28333
|
+
|
27095
28334
|
# @!attribute [rw] source_uri
|
27096
28335
|
# A filter that returns only contexts with the specified source URI.
|
27097
28336
|
# @return [String]
|
@@ -29734,8 +30973,8 @@ module Aws::SageMaker
|
|
29734
30973
|
# @return [Array<Types::MonitoringJobDefinitionSummary>]
|
29735
30974
|
#
|
29736
30975
|
# @!attribute [rw] next_token
|
29737
|
-
# If the response is truncated, Amazon SageMaker returns this
|
29738
|
-
# To retrieve the next set of model quality monitoring job
|
30976
|
+
# If the response is truncated, Amazon SageMaker AI returns this
|
30977
|
+
# token. To retrieve the next set of model quality monitoring job
|
29739
30978
|
# definitions, use it in the next request.
|
29740
30979
|
# @return [String]
|
29741
30980
|
#
|
@@ -30203,8 +31442,8 @@ module Aws::SageMaker
|
|
30203
31442
|
end
|
30204
31443
|
|
30205
31444
|
# @!attribute [rw] next_token
|
30206
|
-
# If the response is truncated, SageMaker returns this token. To
|
30207
|
-
# the next set of lifecycle configurations, use it in the next
|
31445
|
+
# If the response is truncated, SageMaker AI returns this token. To
|
31446
|
+
# get the next set of lifecycle configurations, use it in the next
|
30208
31447
|
# request.
|
30209
31448
|
# @return [String]
|
30210
31449
|
#
|
@@ -30318,8 +31557,8 @@ module Aws::SageMaker
|
|
30318
31557
|
|
30319
31558
|
# @!attribute [rw] next_token
|
30320
31559
|
# If the response to the previous `ListNotebookInstances` request was
|
30321
|
-
# truncated, SageMaker returns this token. To retrieve the next set
|
30322
|
-
# notebook instances, use the token in the next request.
|
31560
|
+
# truncated, SageMaker AI returns this token. To retrieve the next set
|
31561
|
+
# of notebook instances, use the token in the next request.
|
30323
31562
|
# @return [String]
|
30324
31563
|
#
|
30325
31564
|
# @!attribute [rw] notebook_instances
|
@@ -30429,6 +31668,49 @@ module Aws::SageMaker
|
|
30429
31668
|
include Aws::Structure
|
30430
31669
|
end
|
30431
31670
|
|
31671
|
+
# @!attribute [rw] max_results
|
31672
|
+
# This parameter defines the maximum number of results that can be
|
31673
|
+
# returned in a single response. The `MaxResults` parameter is an
|
31674
|
+
# upper bound, not a target. If there are more results available than
|
31675
|
+
# the value specified, a `NextToken` is provided in the response. The
|
31676
|
+
# `NextToken` indicates that the user should get the next set of
|
31677
|
+
# results by providing this token as a part of a subsequent call. The
|
31678
|
+
# default value for `MaxResults` is 10.
|
31679
|
+
# @return [Integer]
|
31680
|
+
#
|
31681
|
+
# @!attribute [rw] next_token
|
31682
|
+
# If the previous response was truncated, you will receive this token.
|
31683
|
+
# Use it in your next request to receive the next set of results.
|
31684
|
+
# @return [String]
|
31685
|
+
#
|
31686
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPartnerAppsRequest AWS API Documentation
|
31687
|
+
#
|
31688
|
+
class ListPartnerAppsRequest < Struct.new(
|
31689
|
+
:max_results,
|
31690
|
+
:next_token)
|
31691
|
+
SENSITIVE = []
|
31692
|
+
include Aws::Structure
|
31693
|
+
end
|
31694
|
+
|
31695
|
+
# @!attribute [rw] summaries
|
31696
|
+
# The information related to each of the SageMaker Partner AI Apps in
|
31697
|
+
# an account.
|
31698
|
+
# @return [Array<Types::PartnerAppSummary>]
|
31699
|
+
#
|
31700
|
+
# @!attribute [rw] next_token
|
31701
|
+
# If the previous response was truncated, you will receive this token.
|
31702
|
+
# Use it in your next request to receive the next set of results.
|
31703
|
+
# @return [String]
|
31704
|
+
#
|
31705
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPartnerAppsResponse AWS API Documentation
|
31706
|
+
#
|
31707
|
+
class ListPartnerAppsResponse < Struct.new(
|
31708
|
+
:summaries,
|
31709
|
+
:next_token)
|
31710
|
+
SENSITIVE = []
|
31711
|
+
include Aws::Structure
|
31712
|
+
end
|
31713
|
+
|
30432
31714
|
# @!attribute [rw] pipeline_execution_arn
|
30433
31715
|
# The Amazon Resource Name (ARN) of the pipeline execution.
|
30434
31716
|
# @return [String]
|
@@ -31291,6 +32573,13 @@ module Aws::SageMaker
|
|
31291
32573
|
# status.
|
31292
32574
|
# @return [String]
|
31293
32575
|
#
|
32576
|
+
# @!attribute [rw] training_plan_arn_equals
|
32577
|
+
# The Amazon Resource Name (ARN); of the training plan to filter
|
32578
|
+
# training jobs by. For more information about reserving GPU capacity
|
32579
|
+
# for your SageMaker training jobs using Amazon SageMaker Training
|
32580
|
+
# Plan, see ` CreateTrainingPlan `.
|
32581
|
+
# @return [String]
|
32582
|
+
#
|
31294
32583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobsRequest AWS API Documentation
|
31295
32584
|
#
|
31296
32585
|
class ListTrainingJobsRequest < Struct.new(
|
@@ -31304,7 +32593,8 @@ module Aws::SageMaker
|
|
31304
32593
|
:status_equals,
|
31305
32594
|
:sort_by,
|
31306
32595
|
:sort_order,
|
31307
|
-
:warm_pool_status_equals
|
32596
|
+
:warm_pool_status_equals,
|
32597
|
+
:training_plan_arn_equals)
|
31308
32598
|
SENSITIVE = []
|
31309
32599
|
include Aws::Structure
|
31310
32600
|
end
|
@@ -31329,6 +32619,68 @@ module Aws::SageMaker
|
|
31329
32619
|
include Aws::Structure
|
31330
32620
|
end
|
31331
32621
|
|
32622
|
+
# @!attribute [rw] next_token
|
32623
|
+
# A token to continue pagination if more results are available.
|
32624
|
+
# @return [String]
|
32625
|
+
#
|
32626
|
+
# @!attribute [rw] max_results
|
32627
|
+
# The maximum number of results to return in the response.
|
32628
|
+
# @return [Integer]
|
32629
|
+
#
|
32630
|
+
# @!attribute [rw] start_time_after
|
32631
|
+
# Filter to list only training plans with an actual start time after
|
32632
|
+
# this date.
|
32633
|
+
# @return [Time]
|
32634
|
+
#
|
32635
|
+
# @!attribute [rw] start_time_before
|
32636
|
+
# Filter to list only training plans with an actual start time before
|
32637
|
+
# this date.
|
32638
|
+
# @return [Time]
|
32639
|
+
#
|
32640
|
+
# @!attribute [rw] sort_by
|
32641
|
+
# The training plan field to sort the results by (e.g., StartTime,
|
32642
|
+
# Status).
|
32643
|
+
# @return [String]
|
32644
|
+
#
|
32645
|
+
# @!attribute [rw] sort_order
|
32646
|
+
# The order to sort the results (Ascending or Descending).
|
32647
|
+
# @return [String]
|
32648
|
+
#
|
32649
|
+
# @!attribute [rw] filters
|
32650
|
+
# Additional filters to apply to the list of training plans.
|
32651
|
+
# @return [Array<Types::TrainingPlanFilter>]
|
32652
|
+
#
|
32653
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingPlansRequest AWS API Documentation
|
32654
|
+
#
|
32655
|
+
class ListTrainingPlansRequest < Struct.new(
|
32656
|
+
:next_token,
|
32657
|
+
:max_results,
|
32658
|
+
:start_time_after,
|
32659
|
+
:start_time_before,
|
32660
|
+
:sort_by,
|
32661
|
+
:sort_order,
|
32662
|
+
:filters)
|
32663
|
+
SENSITIVE = []
|
32664
|
+
include Aws::Structure
|
32665
|
+
end
|
32666
|
+
|
32667
|
+
# @!attribute [rw] next_token
|
32668
|
+
# A token to continue pagination if more results are available.
|
32669
|
+
# @return [String]
|
32670
|
+
#
|
32671
|
+
# @!attribute [rw] training_plan_summaries
|
32672
|
+
# A list of summary information for the training plans.
|
32673
|
+
# @return [Array<Types::TrainingPlanSummary>]
|
32674
|
+
#
|
32675
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingPlansResponse AWS API Documentation
|
32676
|
+
#
|
32677
|
+
class ListTrainingPlansResponse < Struct.new(
|
32678
|
+
:next_token,
|
32679
|
+
:training_plan_summaries)
|
32680
|
+
SENSITIVE = []
|
32681
|
+
include Aws::Structure
|
32682
|
+
end
|
32683
|
+
|
31332
32684
|
# @!attribute [rw] creation_time_after
|
31333
32685
|
# A filter that returns only transform jobs created after the
|
31334
32686
|
# specified time.
|
@@ -34223,8 +35575,8 @@ module Aws::SageMaker
|
|
34223
35575
|
# @return [Integer]
|
34224
35576
|
#
|
34225
35577
|
# @!attribute [rw] volume_kms_key_id
|
34226
|
-
# The Key Management Service (KMS) key that Amazon SageMaker uses
|
34227
|
-
# encrypt data on the storage volume attached to the ML compute
|
35578
|
+
# The Key Management Service (KMS) key that Amazon SageMaker AI uses
|
35579
|
+
# to encrypt data on the storage volume attached to the ML compute
|
34228
35580
|
# instance(s) that run the model monitoring job.
|
34229
35581
|
# @return [String]
|
34230
35582
|
#
|
@@ -34393,7 +35745,7 @@ module Aws::SageMaker
|
|
34393
35745
|
#
|
34394
35746
|
# @!attribute [rw] monitoring_inputs
|
34395
35747
|
# The array of inputs for the monitoring job. Currently we support
|
34396
|
-
# monitoring an Amazon SageMaker Endpoint.
|
35748
|
+
# monitoring an Amazon SageMaker AI Endpoint.
|
34397
35749
|
# @return [Array<Types::MonitoringInput>]
|
34398
35750
|
#
|
34399
35751
|
# @!attribute [rw] monitoring_output_config
|
@@ -34427,7 +35779,7 @@ module Aws::SageMaker
|
|
34427
35779
|
#
|
34428
35780
|
# @!attribute [rw] role_arn
|
34429
35781
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
34430
|
-
# can assume to perform tasks on your behalf.
|
35782
|
+
# AI can assume to perform tasks on your behalf.
|
34431
35783
|
# @return [String]
|
34432
35784
|
#
|
34433
35785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MonitoringJobDefinition AWS API Documentation
|
@@ -34548,8 +35900,8 @@ module Aws::SageMaker
|
|
34548
35900
|
# @return [Array<Types::MonitoringOutput>]
|
34549
35901
|
#
|
34550
35902
|
# @!attribute [rw] kms_key_id
|
34551
|
-
# The Key Management Service (KMS) key that Amazon SageMaker uses
|
34552
|
-
# encrypt the model artifacts at rest using Amazon S3 server-side
|
35903
|
+
# The Key Management Service (KMS) key that Amazon SageMaker AI uses
|
35904
|
+
# to encrypt the model artifacts at rest using Amazon S3 server-side
|
34553
35905
|
# encryption.
|
34554
35906
|
# @return [String]
|
34555
35907
|
#
|
@@ -34591,12 +35943,12 @@ module Aws::SageMaker
|
|
34591
35943
|
#
|
34592
35944
|
# @!attribute [rw] s3_uri
|
34593
35945
|
# A URI that identifies the Amazon S3 storage location where Amazon
|
34594
|
-
# SageMaker saves the results of a monitoring job.
|
35946
|
+
# SageMaker AI saves the results of a monitoring job.
|
34595
35947
|
# @return [String]
|
34596
35948
|
#
|
34597
35949
|
# @!attribute [rw] local_path
|
34598
35950
|
# The local path to the Amazon S3 storage location where Amazon
|
34599
|
-
# SageMaker saves the results of a monitoring job. LocalPath is an
|
35951
|
+
# SageMaker AI saves the results of a monitoring job. LocalPath is an
|
34600
35952
|
# absolute path for the output data.
|
34601
35953
|
# @return [String]
|
34602
35954
|
#
|
@@ -34837,7 +36189,7 @@ module Aws::SageMaker
|
|
34837
36189
|
# The [VpcConfig][1] configuration object that specifies the VPC that
|
34838
36190
|
# you want the compilation jobs to connect to. For more information on
|
34839
36191
|
# controlling access to your Amazon S3 buckets used for compilation job,
|
34840
|
-
# see [Give Amazon SageMaker Compilation Jobs Access to Resources in
|
36192
|
+
# see [Give Amazon SageMaker AI Compilation Jobs Access to Resources in
|
34841
36193
|
# Your Amazon VPC][2].
|
34842
36194
|
#
|
34843
36195
|
#
|
@@ -35010,7 +36362,7 @@ module Aws::SageMaker
|
|
35010
36362
|
include Aws::Structure
|
35011
36363
|
end
|
35012
36364
|
|
35013
|
-
# Provides summary information for an SageMaker notebook instance.
|
36365
|
+
# Provides summary information for an SageMaker AI notebook instance.
|
35014
36366
|
#
|
35015
36367
|
# @!attribute [rw] notebook_instance_name
|
35016
36368
|
# The name of the notebook instance that you want a summary for.
|
@@ -35061,7 +36413,8 @@ module Aws::SageMaker
|
|
35061
36413
|
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
35062
36414
|
# Git repository. When you open a notebook instance, it opens in the
|
35063
36415
|
# directory that contains this repository. For more information, see
|
35064
|
-
# [Associating Git Repositories with SageMaker Notebook
|
36416
|
+
# [Associating Git Repositories with SageMaker AI Notebook
|
36417
|
+
# Instances][2].
|
35065
36418
|
#
|
35066
36419
|
#
|
35067
36420
|
#
|
@@ -35076,7 +36429,7 @@ module Aws::SageMaker
|
|
35076
36429
|
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
35077
36430
|
# repository. These repositories are cloned at the same level as the
|
35078
36431
|
# default repository of your notebook instance. For more information,
|
35079
|
-
# see [Associating Git Repositories with SageMaker Notebook
|
36432
|
+
# see [Associating Git Repositories with SageMaker AI Notebook
|
35080
36433
|
# Instances][2].
|
35081
36434
|
#
|
35082
36435
|
#
|
@@ -35725,7 +37078,7 @@ module Aws::SageMaker
|
|
35725
37078
|
# recommended to use for particular TargetPlatform.
|
35726
37079
|
#
|
35727
37080
|
# @!attribute [rw] s3_output_location
|
35728
|
-
# Identifies the S3 bucket where you want Amazon SageMaker to store
|
37081
|
+
# Identifies the S3 bucket where you want Amazon SageMaker AI to store
|
35729
37082
|
# the model artifacts. For example,
|
35730
37083
|
# `s3://bucket-name/key-name-prefix`.
|
35731
37084
|
# @return [String]
|
@@ -35870,9 +37223,9 @@ module Aws::SageMaker
|
|
35870
37223
|
#
|
35871
37224
|
# @!attribute [rw] kms_key_id
|
35872
37225
|
# The Amazon Web Services Key Management Service key (Amazon Web
|
35873
|
-
# Services KMS) that Amazon SageMaker uses to encrypt your output
|
37226
|
+
# Services KMS) that Amazon SageMaker AI uses to encrypt your output
|
35874
37227
|
# models with Amazon S3 server-side encryption after compilation job.
|
35875
|
-
# If you don't provide a KMS key ID, Amazon SageMaker uses the
|
37228
|
+
# If you don't provide a KMS key ID, Amazon SageMaker AI uses the
|
35876
37229
|
# default KMS key for Amazon S3 for your role's account. For more
|
35877
37230
|
# information, see [KMS-Managed Encryption Keys][1] in the *Amazon
|
35878
37231
|
# Simple Storage Service Developer Guide.*
|
@@ -36183,6 +37536,82 @@ module Aws::SageMaker
|
|
36183
37536
|
include Aws::Structure
|
36184
37537
|
end
|
36185
37538
|
|
37539
|
+
# Configuration settings for the SageMaker Partner AI App.
|
37540
|
+
#
|
37541
|
+
# @!attribute [rw] admin_users
|
37542
|
+
# The list of users that are given admin access to the SageMaker
|
37543
|
+
# Partner AI App.
|
37544
|
+
# @return [Array<String>]
|
37545
|
+
#
|
37546
|
+
# @!attribute [rw] arguments
|
37547
|
+
# This is a map of required inputs for a SageMaker Partner AI App.
|
37548
|
+
# Based on the application type, the map is populated with a key and
|
37549
|
+
# value pair that is specific to the user and application.
|
37550
|
+
# @return [Hash<String,String>]
|
37551
|
+
#
|
37552
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PartnerAppConfig AWS API Documentation
|
37553
|
+
#
|
37554
|
+
class PartnerAppConfig < Struct.new(
|
37555
|
+
:admin_users,
|
37556
|
+
:arguments)
|
37557
|
+
SENSITIVE = []
|
37558
|
+
include Aws::Structure
|
37559
|
+
end
|
37560
|
+
|
37561
|
+
# Maintenance configuration settings for the SageMaker Partner AI App.
|
37562
|
+
#
|
37563
|
+
# @!attribute [rw] maintenance_window_start
|
37564
|
+
# The day and time of the week in Coordinated Universal Time (UTC)
|
37565
|
+
# 24-hour standard time that weekly maintenance updates are scheduled.
|
37566
|
+
# This value must take the following format:
|
37567
|
+
# `3-letter-day:24-h-hour:minute`. For example: `TUE:03:30`.
|
37568
|
+
# @return [String]
|
37569
|
+
#
|
37570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PartnerAppMaintenanceConfig AWS API Documentation
|
37571
|
+
#
|
37572
|
+
class PartnerAppMaintenanceConfig < Struct.new(
|
37573
|
+
:maintenance_window_start)
|
37574
|
+
SENSITIVE = []
|
37575
|
+
include Aws::Structure
|
37576
|
+
end
|
37577
|
+
|
37578
|
+
# A subset of information related to a SageMaker Partner AI App. This
|
37579
|
+
# information is used as part of the `ListPartnerApps` API response.
|
37580
|
+
#
|
37581
|
+
# @!attribute [rw] arn
|
37582
|
+
# The ARN of the SageMaker Partner AI App.
|
37583
|
+
# @return [String]
|
37584
|
+
#
|
37585
|
+
# @!attribute [rw] name
|
37586
|
+
# The name of the SageMaker Partner AI App.
|
37587
|
+
# @return [String]
|
37588
|
+
#
|
37589
|
+
# @!attribute [rw] type
|
37590
|
+
# The type of SageMaker Partner AI App to create. Must be one of the
|
37591
|
+
# following: `lakera-guard`, `comet`, `deepchecks-llm-evaluation`, or
|
37592
|
+
# `fiddler`.
|
37593
|
+
# @return [String]
|
37594
|
+
#
|
37595
|
+
# @!attribute [rw] status
|
37596
|
+
# The status of the SageMaker Partner AI App.
|
37597
|
+
# @return [String]
|
37598
|
+
#
|
37599
|
+
# @!attribute [rw] creation_time
|
37600
|
+
# The creation time of the SageMaker Partner AI App.
|
37601
|
+
# @return [Time]
|
37602
|
+
#
|
37603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PartnerAppSummary AWS API Documentation
|
37604
|
+
#
|
37605
|
+
class PartnerAppSummary < Struct.new(
|
37606
|
+
:arn,
|
37607
|
+
:name,
|
37608
|
+
:type,
|
37609
|
+
:status,
|
37610
|
+
:creation_time)
|
37611
|
+
SENSITIVE = []
|
37612
|
+
include Aws::Structure
|
37613
|
+
end
|
37614
|
+
|
36186
37615
|
# The summary of an in-progress deployment when an endpoint is creating
|
36187
37616
|
# or updating with a new endpoint configuration.
|
36188
37617
|
#
|
@@ -36881,6 +38310,30 @@ module Aws::SageMaker
|
|
36881
38310
|
include Aws::Structure
|
36882
38311
|
end
|
36883
38312
|
|
38313
|
+
# Priority class configuration. When included in `PriorityClasses`,
|
38314
|
+
# these class configurations define how tasks are queued.
|
38315
|
+
#
|
38316
|
+
# @!attribute [rw] name
|
38317
|
+
# Name of the priority class.
|
38318
|
+
# @return [String]
|
38319
|
+
#
|
38320
|
+
# @!attribute [rw] weight
|
38321
|
+
# Weight of the priority class. The value is within a range from 0 to
|
38322
|
+
# 100, where 0 is the default.
|
38323
|
+
#
|
38324
|
+
# A weight of 0 is the lowest priority and 100 is the highest. Weight
|
38325
|
+
# 0 is the default.
|
38326
|
+
# @return [Integer]
|
38327
|
+
#
|
38328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PriorityClass AWS API Documentation
|
38329
|
+
#
|
38330
|
+
class PriorityClass < Struct.new(
|
38331
|
+
:name,
|
38332
|
+
:weight)
|
38333
|
+
SENSITIVE = []
|
38334
|
+
include Aws::Structure
|
38335
|
+
end
|
38336
|
+
|
36884
38337
|
# Configuration for the cluster used to run a processing job.
|
36885
38338
|
#
|
36886
38339
|
# @!attribute [rw] instance_count
|
@@ -38668,12 +40121,12 @@ module Aws::SageMaker
|
|
38668
40121
|
# A collection of settings that apply to an `RSessionGateway` app.
|
38669
40122
|
#
|
38670
40123
|
# @!attribute [rw] default_resource_spec
|
38671
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
40124
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
38672
40125
|
# version, and the instance type that the version runs on.
|
38673
40126
|
# @return [Types::ResourceSpec]
|
38674
40127
|
#
|
38675
40128
|
# @!attribute [rw] custom_images
|
38676
|
-
# A list of custom SageMaker images that are configured to run as a
|
40129
|
+
# A list of custom SageMaker AI images that are configured to run as a
|
38677
40130
|
# RSession app.
|
38678
40131
|
# @return [Array<Types::CustomImage>]
|
38679
40132
|
#
|
@@ -38727,7 +40180,7 @@ module Aws::SageMaker
|
|
38727
40180
|
# @return [String]
|
38728
40181
|
#
|
38729
40182
|
# @!attribute [rw] default_resource_spec
|
38730
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
40183
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
38731
40184
|
# version, and the instance type that the version runs on.
|
38732
40185
|
# @return [Types::ResourceSpec]
|
38733
40186
|
#
|
@@ -38750,7 +40203,7 @@ module Aws::SageMaker
|
|
38750
40203
|
# @return [String]
|
38751
40204
|
#
|
38752
40205
|
# @!attribute [rw] default_resource_spec
|
38753
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
40206
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
38754
40207
|
# version, and the instance type that the version runs on.
|
38755
40208
|
# @return [Types::ResourceSpec]
|
38756
40209
|
#
|
@@ -39542,6 +40995,117 @@ module Aws::SageMaker
|
|
39542
40995
|
include Aws::Structure
|
39543
40996
|
end
|
39544
40997
|
|
40998
|
+
# Details about a reserved capacity offering for a training plan
|
40999
|
+
# offering.
|
41000
|
+
#
|
41001
|
+
# For more information about how to reserve GPU capacity for your
|
41002
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
41003
|
+
# ` CreateTrainingPlan `.
|
41004
|
+
#
|
41005
|
+
# @!attribute [rw] instance_type
|
41006
|
+
# The instance type for the reserved capacity offering.
|
41007
|
+
# @return [String]
|
41008
|
+
#
|
41009
|
+
# @!attribute [rw] instance_count
|
41010
|
+
# The number of instances in the reserved capacity offering.
|
41011
|
+
# @return [Integer]
|
41012
|
+
#
|
41013
|
+
# @!attribute [rw] availability_zone
|
41014
|
+
# The availability zone for the reserved capacity offering.
|
41015
|
+
# @return [String]
|
41016
|
+
#
|
41017
|
+
# @!attribute [rw] duration_hours
|
41018
|
+
# The number of whole hours in the total duration for this reserved
|
41019
|
+
# capacity offering.
|
41020
|
+
# @return [Integer]
|
41021
|
+
#
|
41022
|
+
# @!attribute [rw] duration_minutes
|
41023
|
+
# The additional minutes beyond whole hours in the total duration for
|
41024
|
+
# this reserved capacity offering.
|
41025
|
+
# @return [Integer]
|
41026
|
+
#
|
41027
|
+
# @!attribute [rw] start_time
|
41028
|
+
# The start time of the reserved capacity offering.
|
41029
|
+
# @return [Time]
|
41030
|
+
#
|
41031
|
+
# @!attribute [rw] end_time
|
41032
|
+
# The end time of the reserved capacity offering.
|
41033
|
+
# @return [Time]
|
41034
|
+
#
|
41035
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ReservedCapacityOffering AWS API Documentation
|
41036
|
+
#
|
41037
|
+
class ReservedCapacityOffering < Struct.new(
|
41038
|
+
:instance_type,
|
41039
|
+
:instance_count,
|
41040
|
+
:availability_zone,
|
41041
|
+
:duration_hours,
|
41042
|
+
:duration_minutes,
|
41043
|
+
:start_time,
|
41044
|
+
:end_time)
|
41045
|
+
SENSITIVE = []
|
41046
|
+
include Aws::Structure
|
41047
|
+
end
|
41048
|
+
|
41049
|
+
# Details of a reserved capacity for the training plan.
|
41050
|
+
#
|
41051
|
+
# For more information about how to reserve GPU capacity for your
|
41052
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
41053
|
+
# ` CreateTrainingPlan `.
|
41054
|
+
#
|
41055
|
+
# @!attribute [rw] reserved_capacity_arn
|
41056
|
+
# The Amazon Resource Name (ARN); of the reserved capacity.
|
41057
|
+
# @return [String]
|
41058
|
+
#
|
41059
|
+
# @!attribute [rw] instance_type
|
41060
|
+
# The instance type for the reserved capacity.
|
41061
|
+
# @return [String]
|
41062
|
+
#
|
41063
|
+
# @!attribute [rw] total_instance_count
|
41064
|
+
# The total number of instances in the reserved capacity.
|
41065
|
+
# @return [Integer]
|
41066
|
+
#
|
41067
|
+
# @!attribute [rw] status
|
41068
|
+
# The current status of the reserved capacity.
|
41069
|
+
# @return [String]
|
41070
|
+
#
|
41071
|
+
# @!attribute [rw] availability_zone
|
41072
|
+
# The availability zone for the reserved capacity.
|
41073
|
+
# @return [String]
|
41074
|
+
#
|
41075
|
+
# @!attribute [rw] duration_hours
|
41076
|
+
# The number of whole hours in the total duration for this reserved
|
41077
|
+
# capacity.
|
41078
|
+
# @return [Integer]
|
41079
|
+
#
|
41080
|
+
# @!attribute [rw] duration_minutes
|
41081
|
+
# The additional minutes beyond whole hours in the total duration for
|
41082
|
+
# this reserved capacity.
|
41083
|
+
# @return [Integer]
|
41084
|
+
#
|
41085
|
+
# @!attribute [rw] start_time
|
41086
|
+
# The start time of the reserved capacity.
|
41087
|
+
# @return [Time]
|
41088
|
+
#
|
41089
|
+
# @!attribute [rw] end_time
|
41090
|
+
# The end time of the reserved capacity.
|
41091
|
+
# @return [Time]
|
41092
|
+
#
|
41093
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ReservedCapacitySummary AWS API Documentation
|
41094
|
+
#
|
41095
|
+
class ReservedCapacitySummary < Struct.new(
|
41096
|
+
:reserved_capacity_arn,
|
41097
|
+
:instance_type,
|
41098
|
+
:total_instance_count,
|
41099
|
+
:status,
|
41100
|
+
:availability_zone,
|
41101
|
+
:duration_hours,
|
41102
|
+
:duration_minutes,
|
41103
|
+
:start_time,
|
41104
|
+
:end_time)
|
41105
|
+
SENSITIVE = []
|
41106
|
+
include Aws::Structure
|
41107
|
+
end
|
41108
|
+
|
39545
41109
|
# The resolved attributes.
|
39546
41110
|
#
|
39547
41111
|
# @!attribute [rw] auto_ml_job_objective
|
@@ -39723,6 +41287,11 @@ module Aws::SageMaker
|
|
39723
41287
|
# The configuration of a heterogeneous cluster in JSON format.
|
39724
41288
|
# @return [Array<Types::InstanceGroup>]
|
39725
41289
|
#
|
41290
|
+
# @!attribute [rw] training_plan_arn
|
41291
|
+
# The Amazon Resource Name (ARN); of the training plan to use for this
|
41292
|
+
# resource configuration.
|
41293
|
+
# @return [String]
|
41294
|
+
#
|
39726
41295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
|
39727
41296
|
#
|
39728
41297
|
class ResourceConfig < Struct.new(
|
@@ -39731,7 +41300,8 @@ module Aws::SageMaker
|
|
39731
41300
|
:volume_size_in_gb,
|
39732
41301
|
:volume_kms_key_id,
|
39733
41302
|
:keep_alive_period_in_seconds,
|
39734
|
-
:instance_groups
|
41303
|
+
:instance_groups,
|
41304
|
+
:training_plan_arn)
|
39735
41305
|
SENSITIVE = []
|
39736
41306
|
include Aws::Structure
|
39737
41307
|
end
|
@@ -39820,11 +41390,44 @@ module Aws::SageMaker
|
|
39820
41390
|
include Aws::Structure
|
39821
41391
|
end
|
39822
41392
|
|
39823
|
-
#
|
39824
|
-
#
|
41393
|
+
# Resource sharing configuration.
|
41394
|
+
#
|
41395
|
+
# @!attribute [rw] strategy
|
41396
|
+
# The strategy of how idle compute is shared within the cluster. The
|
41397
|
+
# following are the options of strategies.
|
41398
|
+
#
|
41399
|
+
# * `DontLend`: entities do not lend idle compute.
|
41400
|
+
#
|
41401
|
+
# * `Lend`: entities can lend idle compute to entities that can
|
41402
|
+
# borrow.
|
41403
|
+
#
|
41404
|
+
# * `LendandBorrow`: entities can lend idle compute and borrow idle
|
41405
|
+
# compute from other entities.
|
41406
|
+
#
|
41407
|
+
# Default is `LendandBorrow`.
|
41408
|
+
# @return [String]
|
41409
|
+
#
|
41410
|
+
# @!attribute [rw] borrow_limit
|
41411
|
+
# The limit on how much idle compute can be borrowed.The values can be
|
41412
|
+
# 1 - 500 percent of idle compute that the team is allowed to borrow.
|
41413
|
+
#
|
41414
|
+
# Default is `50`.
|
41415
|
+
# @return [Integer]
|
41416
|
+
#
|
41417
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceSharingConfig AWS API Documentation
|
41418
|
+
#
|
41419
|
+
class ResourceSharingConfig < Struct.new(
|
41420
|
+
:strategy,
|
41421
|
+
:borrow_limit)
|
41422
|
+
SENSITIVE = []
|
41423
|
+
include Aws::Structure
|
41424
|
+
end
|
41425
|
+
|
41426
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
41427
|
+
# version, and the instance type that the version runs on.
|
39825
41428
|
#
|
39826
41429
|
# @!attribute [rw] sage_maker_image_arn
|
39827
|
-
# The ARN of the SageMaker image that the image version belongs to.
|
41430
|
+
# The ARN of the SageMaker AI image that the image version belongs to.
|
39828
41431
|
# @return [String]
|
39829
41432
|
#
|
39830
41433
|
# @!attribute [rw] sage_maker_image_version_arn
|
@@ -40388,7 +41991,7 @@ module Aws::SageMaker
|
|
40388
41991
|
# requested time to run the execution.
|
40389
41992
|
#
|
40390
41993
|
# * We recommend that if you would like a daily schedule, you do not
|
40391
|
-
# provide this parameter. Amazon SageMaker will pick a time for
|
41994
|
+
# provide this parameter. Amazon SageMaker AI will pick a time for
|
40392
41995
|
# running every day.
|
40393
41996
|
#
|
40394
41997
|
# </note>
|
@@ -40440,6 +42043,35 @@ module Aws::SageMaker
|
|
40440
42043
|
include Aws::Structure
|
40441
42044
|
end
|
40442
42045
|
|
42046
|
+
# Cluster policy configuration. This policy is used for task
|
42047
|
+
# prioritization and fair-share allocation. This helps prioritize
|
42048
|
+
# critical workloads and distributes idle compute across entities.
|
42049
|
+
#
|
42050
|
+
# @!attribute [rw] priority_classes
|
42051
|
+
# List of the priority classes, `PriorityClass`, of the cluster
|
42052
|
+
# policy. When specified, these class configurations define how tasks
|
42053
|
+
# are queued.
|
42054
|
+
# @return [Array<Types::PriorityClass>]
|
42055
|
+
#
|
42056
|
+
# @!attribute [rw] fair_share
|
42057
|
+
# When enabled, entities borrow idle compute based on their assigned
|
42058
|
+
# `FairShareWeight`.
|
42059
|
+
#
|
42060
|
+
# When disabled, entities borrow idle compute based on a first-come
|
42061
|
+
# first-serve basis.
|
42062
|
+
#
|
42063
|
+
# Default is `Enabled`.
|
42064
|
+
# @return [String]
|
42065
|
+
#
|
42066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SchedulerConfig AWS API Documentation
|
42067
|
+
#
|
42068
|
+
class SchedulerConfig < Struct.new(
|
42069
|
+
:priority_classes,
|
42070
|
+
:fair_share)
|
42071
|
+
SENSITIVE = []
|
42072
|
+
include Aws::Structure
|
42073
|
+
end
|
42074
|
+
|
40443
42075
|
# A multi-expression that searches for the specified resource or
|
40444
42076
|
# resources in a search. All resource objects that satisfy the
|
40445
42077
|
# expression's condition are included in the search results. You must
|
@@ -40673,6 +42305,76 @@ module Aws::SageMaker
|
|
40673
42305
|
include Aws::Structure
|
40674
42306
|
end
|
40675
42307
|
|
42308
|
+
# @!attribute [rw] instance_type
|
42309
|
+
# The type of instance you want to search for in the available
|
42310
|
+
# training plan offerings. This field allows you to filter the search
|
42311
|
+
# results based on the specific compute resources you require for your
|
42312
|
+
# SageMaker training jobs or SageMaker HyperPod clusters. When
|
42313
|
+
# searching for training plan offerings, specifying the instance type
|
42314
|
+
# helps you find Reserved Instances that match your computational
|
42315
|
+
# needs.
|
42316
|
+
# @return [String]
|
42317
|
+
#
|
42318
|
+
# @!attribute [rw] instance_count
|
42319
|
+
# The number of instances you want to reserve in the training plan
|
42320
|
+
# offerings. This allows you to specify the quantity of compute
|
42321
|
+
# resources needed for your SageMaker training jobs or SageMaker
|
42322
|
+
# HyperPod clusters, helping you find reserved capacity offerings that
|
42323
|
+
# match your requirements.
|
42324
|
+
# @return [Integer]
|
42325
|
+
#
|
42326
|
+
# @!attribute [rw] start_time_after
|
42327
|
+
# A filter to search for training plan offerings with a start time
|
42328
|
+
# after a specified date.
|
42329
|
+
# @return [Time]
|
42330
|
+
#
|
42331
|
+
# @!attribute [rw] end_time_before
|
42332
|
+
# A filter to search for reserved capacity offerings with an end time
|
42333
|
+
# before a specified date.
|
42334
|
+
# @return [Time]
|
42335
|
+
#
|
42336
|
+
# @!attribute [rw] duration_hours
|
42337
|
+
# The desired duration in hours for the training plan offerings.
|
42338
|
+
# @return [Integer]
|
42339
|
+
#
|
42340
|
+
# @!attribute [rw] target_resources
|
42341
|
+
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
42342
|
+
# HyperPod) to search for in the offerings.
|
42343
|
+
#
|
42344
|
+
# Training plans are specific to their target resource.
|
42345
|
+
#
|
42346
|
+
# * A training plan designed for SageMaker training jobs can only be
|
42347
|
+
# used to schedule and run training jobs.
|
42348
|
+
#
|
42349
|
+
# * A training plan for HyperPod clusters can be used exclusively to
|
42350
|
+
# provide compute resources to a cluster's instance group.
|
42351
|
+
# @return [Array<String>]
|
42352
|
+
#
|
42353
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchTrainingPlanOfferingsRequest AWS API Documentation
|
42354
|
+
#
|
42355
|
+
class SearchTrainingPlanOfferingsRequest < Struct.new(
|
42356
|
+
:instance_type,
|
42357
|
+
:instance_count,
|
42358
|
+
:start_time_after,
|
42359
|
+
:end_time_before,
|
42360
|
+
:duration_hours,
|
42361
|
+
:target_resources)
|
42362
|
+
SENSITIVE = []
|
42363
|
+
include Aws::Structure
|
42364
|
+
end
|
42365
|
+
|
42366
|
+
# @!attribute [rw] training_plan_offerings
|
42367
|
+
# A list of training plan offerings that match the search criteria.
|
42368
|
+
# @return [Array<Types::TrainingPlanOffering>]
|
42369
|
+
#
|
42370
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchTrainingPlanOfferingsResponse AWS API Documentation
|
42371
|
+
#
|
42372
|
+
class SearchTrainingPlanOfferingsResponse < Struct.new(
|
42373
|
+
:training_plan_offerings)
|
42374
|
+
SENSITIVE = []
|
42375
|
+
include Aws::Structure
|
42376
|
+
end
|
42377
|
+
|
40676
42378
|
# An array element of `SecondaryStatusTransitions` for
|
40677
42379
|
# [DescribeTrainingJob][1]. It provides additional details about a
|
40678
42380
|
# status that the training job has transitioned through. A training job
|
@@ -41121,8 +42823,8 @@ module Aws::SageMaker
|
|
41121
42823
|
include Aws::Structure
|
41122
42824
|
end
|
41123
42825
|
|
41124
|
-
# Specifies options for sharing Amazon SageMaker Studio notebooks.
|
41125
|
-
# settings are specified as part of `DefaultUserSettings` when the
|
42826
|
+
# Specifies options for sharing Amazon SageMaker AI Studio notebooks.
|
42827
|
+
# These settings are specified as part of `DefaultUserSettings` when the
|
41126
42828
|
# `CreateDomain` API is called, and as part of `UserSettings` when the
|
41127
42829
|
# `CreateUserProfile` API is called. When `SharingSettings` is not
|
41128
42830
|
# specified, notebook sharing isn't allowed.
|
@@ -41285,7 +42987,7 @@ module Aws::SageMaker
|
|
41285
42987
|
# The application settings for a Code Editor space.
|
41286
42988
|
#
|
41287
42989
|
# @!attribute [rw] default_resource_spec
|
41288
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
42990
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
41289
42991
|
# version, and the instance type that the version runs on.
|
41290
42992
|
# @return [Types::ResourceSpec]
|
41291
42993
|
#
|
@@ -41375,7 +43077,7 @@ module Aws::SageMaker
|
|
41375
43077
|
# The settings for the JupyterLab application within a space.
|
41376
43078
|
#
|
41377
43079
|
# @!attribute [rw] default_resource_spec
|
41378
|
-
# Specifies the ARN's of a SageMaker image and SageMaker image
|
43080
|
+
# Specifies the ARN's of a SageMaker AI image and SageMaker AI image
|
41379
43081
|
# version, and the instance type that the version runs on.
|
41380
43082
|
# @return [Types::ResourceSpec]
|
41381
43083
|
#
|
@@ -41419,6 +43121,13 @@ module Aws::SageMaker
|
|
41419
43121
|
#
|
41420
43122
|
# @!attribute [rw] app_type
|
41421
43123
|
# The type of app created within the space.
|
43124
|
+
#
|
43125
|
+
# If using the [ UpdateSpace][1] API, you can't change the app type
|
43126
|
+
# of your space by specifying a different value for this field.
|
43127
|
+
#
|
43128
|
+
#
|
43129
|
+
#
|
43130
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateSpace.html
|
41422
43131
|
# @return [String]
|
41423
43132
|
#
|
41424
43133
|
# @!attribute [rw] space_storage_settings
|
@@ -41427,8 +43136,8 @@ module Aws::SageMaker
|
|
41427
43136
|
#
|
41428
43137
|
# @!attribute [rw] custom_file_systems
|
41429
43138
|
# A file system, created by you, that you assign to a space for an
|
41430
|
-
# Amazon SageMaker Domain. Permitted users can access this file
|
41431
|
-
# in Amazon SageMaker Studio.
|
43139
|
+
# Amazon SageMaker AI Domain. Permitted users can access this file
|
43140
|
+
# system in Amazon SageMaker AI Studio.
|
41432
43141
|
# @return [Array<Types::CustomFileSystem>]
|
41433
43142
|
#
|
41434
43143
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SpaceSettings AWS API Documentation
|
@@ -42029,23 +43738,23 @@ module Aws::SageMaker
|
|
42029
43738
|
include Aws::Structure
|
42030
43739
|
end
|
42031
43740
|
|
42032
|
-
# Details of the Amazon SageMaker Studio Lifecycle Configuration.
|
43741
|
+
# Details of the Amazon SageMaker AI Studio Lifecycle Configuration.
|
42033
43742
|
#
|
42034
43743
|
# @!attribute [rw] studio_lifecycle_config_arn
|
42035
43744
|
# The Amazon Resource Name (ARN) of the Lifecycle Configuration.
|
42036
43745
|
# @return [String]
|
42037
43746
|
#
|
42038
43747
|
# @!attribute [rw] studio_lifecycle_config_name
|
42039
|
-
# The name of the Amazon SageMaker Studio Lifecycle Configuration.
|
43748
|
+
# The name of the Amazon SageMaker AI Studio Lifecycle Configuration.
|
42040
43749
|
# @return [String]
|
42041
43750
|
#
|
42042
43751
|
# @!attribute [rw] creation_time
|
42043
|
-
# The creation time of the Amazon SageMaker Studio Lifecycle
|
43752
|
+
# The creation time of the Amazon SageMaker AI Studio Lifecycle
|
42044
43753
|
# Configuration.
|
42045
43754
|
# @return [Time]
|
42046
43755
|
#
|
42047
43756
|
# @!attribute [rw] last_modified_time
|
42048
|
-
# This value is equivalent to CreationTime because Amazon SageMaker
|
43757
|
+
# This value is equivalent to CreationTime because Amazon SageMaker AI
|
42049
43758
|
# Studio Lifecycle Configurations are immutable.
|
42050
43759
|
# @return [Time]
|
42051
43760
|
#
|
@@ -42440,7 +44149,7 @@ module Aws::SageMaker
|
|
42440
44149
|
#
|
42441
44150
|
# @!attribute [rw] default_resource_spec
|
42442
44151
|
# The default instance type and the Amazon Resource Name (ARN) of the
|
42443
|
-
# SageMaker image created on the instance.
|
44152
|
+
# SageMaker AI image created on the instance.
|
42444
44153
|
# @return [Types::ResourceSpec]
|
42445
44154
|
#
|
42446
44155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TensorBoardAppSettings AWS API Documentation
|
@@ -43651,6 +45360,15 @@ module Aws::SageMaker
|
|
43651
45360
|
# The status of the warm pool associated with the training job.
|
43652
45361
|
# @return [Types::WarmPoolStatus]
|
43653
45362
|
#
|
45363
|
+
# @!attribute [rw] training_plan_arn
|
45364
|
+
# The Amazon Resource Name (ARN); of the training plan associated with
|
45365
|
+
# this training job.
|
45366
|
+
#
|
45367
|
+
# For more information about how to reserve GPU capacity for your
|
45368
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan,
|
45369
|
+
# see ` CreateTrainingPlan `.
|
45370
|
+
# @return [String]
|
45371
|
+
#
|
43654
45372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingJobSummary AWS API Documentation
|
43655
45373
|
#
|
43656
45374
|
class TrainingJobSummary < Struct.new(
|
@@ -43661,7 +45379,209 @@ module Aws::SageMaker
|
|
43661
45379
|
:last_modified_time,
|
43662
45380
|
:training_job_status,
|
43663
45381
|
:secondary_status,
|
43664
|
-
:warm_pool_status
|
45382
|
+
:warm_pool_status,
|
45383
|
+
:training_plan_arn)
|
45384
|
+
SENSITIVE = []
|
45385
|
+
include Aws::Structure
|
45386
|
+
end
|
45387
|
+
|
45388
|
+
# A filter to apply when listing or searching for training plans.
|
45389
|
+
#
|
45390
|
+
# For more information about how to reserve GPU capacity for your
|
45391
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
45392
|
+
# ` CreateTrainingPlan `.
|
45393
|
+
#
|
45394
|
+
# @!attribute [rw] name
|
45395
|
+
# The name of the filter field (e.g., Status, InstanceType).
|
45396
|
+
# @return [String]
|
45397
|
+
#
|
45398
|
+
# @!attribute [rw] value
|
45399
|
+
# The value to filter by for the specified field.
|
45400
|
+
# @return [String]
|
45401
|
+
#
|
45402
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingPlanFilter AWS API Documentation
|
45403
|
+
#
|
45404
|
+
class TrainingPlanFilter < Struct.new(
|
45405
|
+
:name,
|
45406
|
+
:value)
|
45407
|
+
SENSITIVE = []
|
45408
|
+
include Aws::Structure
|
45409
|
+
end
|
45410
|
+
|
45411
|
+
# Details about a training plan offering.
|
45412
|
+
#
|
45413
|
+
# For more information about how to reserve GPU capacity for your
|
45414
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
45415
|
+
# ` CreateTrainingPlan `.
|
45416
|
+
#
|
45417
|
+
# @!attribute [rw] training_plan_offering_id
|
45418
|
+
# The unique identifier for this training plan offering.
|
45419
|
+
# @return [String]
|
45420
|
+
#
|
45421
|
+
# @!attribute [rw] target_resources
|
45422
|
+
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
45423
|
+
# HyperPod) for this training plan offering.
|
45424
|
+
#
|
45425
|
+
# Training plans are specific to their target resource.
|
45426
|
+
#
|
45427
|
+
# * A training plan designed for SageMaker training jobs can only be
|
45428
|
+
# used to schedule and run training jobs.
|
45429
|
+
#
|
45430
|
+
# * A training plan for HyperPod clusters can be used exclusively to
|
45431
|
+
# provide compute resources to a cluster's instance group.
|
45432
|
+
# @return [Array<String>]
|
45433
|
+
#
|
45434
|
+
# @!attribute [rw] requested_start_time_after
|
45435
|
+
# The requested start time that the user specified when searching for
|
45436
|
+
# the training plan offering.
|
45437
|
+
# @return [Time]
|
45438
|
+
#
|
45439
|
+
# @!attribute [rw] requested_end_time_before
|
45440
|
+
# The requested end time that the user specified when searching for
|
45441
|
+
# the training plan offering.
|
45442
|
+
# @return [Time]
|
45443
|
+
#
|
45444
|
+
# @!attribute [rw] duration_hours
|
45445
|
+
# The number of whole hours in the total duration for this training
|
45446
|
+
# plan offering.
|
45447
|
+
# @return [Integer]
|
45448
|
+
#
|
45449
|
+
# @!attribute [rw] duration_minutes
|
45450
|
+
# The additional minutes beyond whole hours in the total duration for
|
45451
|
+
# this training plan offering.
|
45452
|
+
# @return [Integer]
|
45453
|
+
#
|
45454
|
+
# @!attribute [rw] upfront_fee
|
45455
|
+
# The upfront fee for this training plan offering.
|
45456
|
+
# @return [String]
|
45457
|
+
#
|
45458
|
+
# @!attribute [rw] currency_code
|
45459
|
+
# The currency code for the upfront fee (e.g., USD).
|
45460
|
+
# @return [String]
|
45461
|
+
#
|
45462
|
+
# @!attribute [rw] reserved_capacity_offerings
|
45463
|
+
# A list of reserved capacity offerings associated with this training
|
45464
|
+
# plan offering.
|
45465
|
+
# @return [Array<Types::ReservedCapacityOffering>]
|
45466
|
+
#
|
45467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingPlanOffering AWS API Documentation
|
45468
|
+
#
|
45469
|
+
class TrainingPlanOffering < Struct.new(
|
45470
|
+
:training_plan_offering_id,
|
45471
|
+
:target_resources,
|
45472
|
+
:requested_start_time_after,
|
45473
|
+
:requested_end_time_before,
|
45474
|
+
:duration_hours,
|
45475
|
+
:duration_minutes,
|
45476
|
+
:upfront_fee,
|
45477
|
+
:currency_code,
|
45478
|
+
:reserved_capacity_offerings)
|
45479
|
+
SENSITIVE = []
|
45480
|
+
include Aws::Structure
|
45481
|
+
end
|
45482
|
+
|
45483
|
+
# Details of the training plan.
|
45484
|
+
#
|
45485
|
+
# For more information about how to reserve GPU capacity for your
|
45486
|
+
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
45487
|
+
# ` CreateTrainingPlan `.
|
45488
|
+
#
|
45489
|
+
# @!attribute [rw] training_plan_arn
|
45490
|
+
# The Amazon Resource Name (ARN); of the training plan.
|
45491
|
+
# @return [String]
|
45492
|
+
#
|
45493
|
+
# @!attribute [rw] training_plan_name
|
45494
|
+
# The name of the training plan.
|
45495
|
+
# @return [String]
|
45496
|
+
#
|
45497
|
+
# @!attribute [rw] status
|
45498
|
+
# The current status of the training plan (e.g., Pending, Active,
|
45499
|
+
# Expired). To see the complete list of status values available for a
|
45500
|
+
# training plan, refer to the `Status` attribute within the `
|
45501
|
+
# TrainingPlanSummary ` object.
|
45502
|
+
# @return [String]
|
45503
|
+
#
|
45504
|
+
# @!attribute [rw] status_message
|
45505
|
+
# A message providing additional information about the current status
|
45506
|
+
# of the training plan.
|
45507
|
+
# @return [String]
|
45508
|
+
#
|
45509
|
+
# @!attribute [rw] duration_hours
|
45510
|
+
# The number of whole hours in the total duration for this training
|
45511
|
+
# plan.
|
45512
|
+
# @return [Integer]
|
45513
|
+
#
|
45514
|
+
# @!attribute [rw] duration_minutes
|
45515
|
+
# The additional minutes beyond whole hours in the total duration for
|
45516
|
+
# this training plan.
|
45517
|
+
# @return [Integer]
|
45518
|
+
#
|
45519
|
+
# @!attribute [rw] start_time
|
45520
|
+
# The start time of the training plan.
|
45521
|
+
# @return [Time]
|
45522
|
+
#
|
45523
|
+
# @!attribute [rw] end_time
|
45524
|
+
# The end time of the training plan.
|
45525
|
+
# @return [Time]
|
45526
|
+
#
|
45527
|
+
# @!attribute [rw] upfront_fee
|
45528
|
+
# The upfront fee for the training plan.
|
45529
|
+
# @return [String]
|
45530
|
+
#
|
45531
|
+
# @!attribute [rw] currency_code
|
45532
|
+
# The currency code for the upfront fee (e.g., USD).
|
45533
|
+
# @return [String]
|
45534
|
+
#
|
45535
|
+
# @!attribute [rw] total_instance_count
|
45536
|
+
# The total number of instances reserved in this training plan.
|
45537
|
+
# @return [Integer]
|
45538
|
+
#
|
45539
|
+
# @!attribute [rw] available_instance_count
|
45540
|
+
# The number of instances currently available for use in this training
|
45541
|
+
# plan.
|
45542
|
+
# @return [Integer]
|
45543
|
+
#
|
45544
|
+
# @!attribute [rw] in_use_instance_count
|
45545
|
+
# The number of instances currently in use from this training plan.
|
45546
|
+
# @return [Integer]
|
45547
|
+
#
|
45548
|
+
# @!attribute [rw] target_resources
|
45549
|
+
# The target resources (e.g., training jobs, HyperPod clusters) that
|
45550
|
+
# can use this training plan.
|
45551
|
+
#
|
45552
|
+
# Training plans are specific to their target resource.
|
45553
|
+
#
|
45554
|
+
# * A training plan designed for SageMaker training jobs can only be
|
45555
|
+
# used to schedule and run training jobs.
|
45556
|
+
#
|
45557
|
+
# * A training plan for HyperPod clusters can be used exclusively to
|
45558
|
+
# provide compute resources to a cluster's instance group.
|
45559
|
+
# @return [Array<String>]
|
45560
|
+
#
|
45561
|
+
# @!attribute [rw] reserved_capacity_summaries
|
45562
|
+
# A list of reserved capacities associated with this training plan,
|
45563
|
+
# including details such as instance types, counts, and availability
|
45564
|
+
# zones.
|
45565
|
+
# @return [Array<Types::ReservedCapacitySummary>]
|
45566
|
+
#
|
45567
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingPlanSummary AWS API Documentation
|
45568
|
+
#
|
45569
|
+
class TrainingPlanSummary < Struct.new(
|
45570
|
+
:training_plan_arn,
|
45571
|
+
:training_plan_name,
|
45572
|
+
:status,
|
45573
|
+
:status_message,
|
45574
|
+
:duration_hours,
|
45575
|
+
:duration_minutes,
|
45576
|
+
:start_time,
|
45577
|
+
:end_time,
|
45578
|
+
:upfront_fee,
|
45579
|
+
:currency_code,
|
45580
|
+
:total_instance_count,
|
45581
|
+
:available_instance_count,
|
45582
|
+
:in_use_instance_count,
|
45583
|
+
:target_resources,
|
45584
|
+
:reserved_capacity_summaries)
|
43665
45585
|
SENSITIVE = []
|
43666
45586
|
include Aws::Structure
|
43667
45587
|
end
|
@@ -45316,6 +47236,50 @@ module Aws::SageMaker
|
|
45316
47236
|
include Aws::Structure
|
45317
47237
|
end
|
45318
47238
|
|
47239
|
+
# @!attribute [rw] cluster_scheduler_config_id
|
47240
|
+
# ID of the cluster policy.
|
47241
|
+
# @return [String]
|
47242
|
+
#
|
47243
|
+
# @!attribute [rw] target_version
|
47244
|
+
# Target version.
|
47245
|
+
# @return [Integer]
|
47246
|
+
#
|
47247
|
+
# @!attribute [rw] scheduler_config
|
47248
|
+
# Cluster policy configuration.
|
47249
|
+
# @return [Types::SchedulerConfig]
|
47250
|
+
#
|
47251
|
+
# @!attribute [rw] description
|
47252
|
+
# Description of the cluster policy.
|
47253
|
+
# @return [String]
|
47254
|
+
#
|
47255
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSchedulerConfigRequest AWS API Documentation
|
47256
|
+
#
|
47257
|
+
class UpdateClusterSchedulerConfigRequest < Struct.new(
|
47258
|
+
:cluster_scheduler_config_id,
|
47259
|
+
:target_version,
|
47260
|
+
:scheduler_config,
|
47261
|
+
:description)
|
47262
|
+
SENSITIVE = []
|
47263
|
+
include Aws::Structure
|
47264
|
+
end
|
47265
|
+
|
47266
|
+
# @!attribute [rw] cluster_scheduler_config_arn
|
47267
|
+
# ARN of the cluster policy.
|
47268
|
+
# @return [String]
|
47269
|
+
#
|
47270
|
+
# @!attribute [rw] cluster_scheduler_config_version
|
47271
|
+
# Version of the cluster policy.
|
47272
|
+
# @return [Integer]
|
47273
|
+
#
|
47274
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSchedulerConfigResponse AWS API Documentation
|
47275
|
+
#
|
47276
|
+
class UpdateClusterSchedulerConfigResponse < Struct.new(
|
47277
|
+
:cluster_scheduler_config_arn,
|
47278
|
+
:cluster_scheduler_config_version)
|
47279
|
+
SENSITIVE = []
|
47280
|
+
include Aws::Structure
|
47281
|
+
end
|
47282
|
+
|
45319
47283
|
# @!attribute [rw] cluster_name
|
45320
47284
|
# Specify the name or the Amazon Resource Name (ARN) of the SageMaker
|
45321
47285
|
# HyperPod cluster you want to update for security patching.
|
@@ -45377,6 +47341,65 @@ module Aws::SageMaker
|
|
45377
47341
|
include Aws::Structure
|
45378
47342
|
end
|
45379
47343
|
|
47344
|
+
# @!attribute [rw] compute_quota_id
|
47345
|
+
# ID of the compute allocation definition.
|
47346
|
+
# @return [String]
|
47347
|
+
#
|
47348
|
+
# @!attribute [rw] target_version
|
47349
|
+
# Target version.
|
47350
|
+
# @return [Integer]
|
47351
|
+
#
|
47352
|
+
# @!attribute [rw] compute_quota_config
|
47353
|
+
# Configuration of the compute allocation definition. This includes
|
47354
|
+
# the resource sharing option, and the setting to preempt low priority
|
47355
|
+
# tasks.
|
47356
|
+
# @return [Types::ComputeQuotaConfig]
|
47357
|
+
#
|
47358
|
+
# @!attribute [rw] compute_quota_target
|
47359
|
+
# The target entity to allocate compute resources to.
|
47360
|
+
# @return [Types::ComputeQuotaTarget]
|
47361
|
+
#
|
47362
|
+
# @!attribute [rw] activation_state
|
47363
|
+
# The state of the compute allocation being described. Use to enable
|
47364
|
+
# or disable compute allocation.
|
47365
|
+
#
|
47366
|
+
# Default is `Enabled`.
|
47367
|
+
# @return [String]
|
47368
|
+
#
|
47369
|
+
# @!attribute [rw] description
|
47370
|
+
# Description of the compute allocation definition.
|
47371
|
+
# @return [String]
|
47372
|
+
#
|
47373
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateComputeQuotaRequest AWS API Documentation
|
47374
|
+
#
|
47375
|
+
class UpdateComputeQuotaRequest < Struct.new(
|
47376
|
+
:compute_quota_id,
|
47377
|
+
:target_version,
|
47378
|
+
:compute_quota_config,
|
47379
|
+
:compute_quota_target,
|
47380
|
+
:activation_state,
|
47381
|
+
:description)
|
47382
|
+
SENSITIVE = []
|
47383
|
+
include Aws::Structure
|
47384
|
+
end
|
47385
|
+
|
47386
|
+
# @!attribute [rw] compute_quota_arn
|
47387
|
+
# ARN of the compute allocation definition.
|
47388
|
+
# @return [String]
|
47389
|
+
#
|
47390
|
+
# @!attribute [rw] compute_quota_version
|
47391
|
+
# Version of the compute allocation definition.
|
47392
|
+
# @return [Integer]
|
47393
|
+
#
|
47394
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateComputeQuotaResponse AWS API Documentation
|
47395
|
+
#
|
47396
|
+
class UpdateComputeQuotaResponse < Struct.new(
|
47397
|
+
:compute_quota_arn,
|
47398
|
+
:compute_quota_version)
|
47399
|
+
SENSITIVE = []
|
47400
|
+
include Aws::Structure
|
47401
|
+
end
|
47402
|
+
|
45380
47403
|
# @!attribute [rw] context_name
|
45381
47404
|
# The name of the context to update.
|
45382
47405
|
# @return [String]
|
@@ -45507,7 +47530,7 @@ module Aws::SageMaker
|
|
45507
47530
|
# Specifies the VPC used for non-EFS traffic.
|
45508
47531
|
#
|
45509
47532
|
# * `PublicInternetOnly` - Non-EFS traffic is through a VPC managed by
|
45510
|
-
# Amazon SageMaker, which allows direct internet access.
|
47533
|
+
# Amazon SageMaker AI, which allows direct internet access.
|
45511
47534
|
#
|
45512
47535
|
# * `VpcOnly` - All Studio traffic is through the specified VPC and
|
45513
47536
|
# subnets.
|
@@ -45829,7 +47852,7 @@ module Aws::SageMaker
|
|
45829
47852
|
# @return [String]
|
45830
47853
|
#
|
45831
47854
|
# @!attribute [rw] role_arn
|
45832
|
-
# The new ARN for the IAM role that enables Amazon SageMaker to
|
47855
|
+
# The new ARN for the IAM role that enables Amazon SageMaker AI to
|
45833
47856
|
# perform tasks on your behalf.
|
45834
47857
|
# @return [String]
|
45835
47858
|
#
|
@@ -45894,16 +47917,16 @@ module Aws::SageMaker
|
|
45894
47917
|
# @return [String]
|
45895
47918
|
#
|
45896
47919
|
# @!attribute [rw] job_type
|
45897
|
-
# Indicates SageMaker job type compatibility.
|
47920
|
+
# Indicates SageMaker AI job type compatibility.
|
45898
47921
|
#
|
45899
|
-
# * `TRAINING`: The image version is compatible with SageMaker
|
47922
|
+
# * `TRAINING`: The image version is compatible with SageMaker AI
|
45900
47923
|
# training jobs.
|
45901
47924
|
#
|
45902
|
-
# * `INFERENCE`: The image version is compatible with SageMaker
|
47925
|
+
# * `INFERENCE`: The image version is compatible with SageMaker AI
|
45903
47926
|
# inference jobs.
|
45904
47927
|
#
|
45905
47928
|
# * `NOTEBOOK_KERNEL`: The image version is compatible with SageMaker
|
45906
|
-
# notebook kernels.
|
47929
|
+
# AI notebook kernels.
|
45907
47930
|
# @return [String]
|
45908
47931
|
#
|
45909
47932
|
# @!attribute [rw] ml_framework
|
@@ -46382,11 +48405,11 @@ module Aws::SageMaker
|
|
46382
48405
|
# @return [String]
|
46383
48406
|
#
|
46384
48407
|
# @!attribute [rw] role_arn
|
46385
|
-
# The Amazon Resource Name (ARN) of the IAM role that SageMaker can
|
48408
|
+
# The Amazon Resource Name (ARN) of the IAM role that SageMaker AI can
|
46386
48409
|
# assume to access the notebook instance. For more information, see
|
46387
|
-
# [SageMaker Roles][1].
|
48410
|
+
# [SageMaker AI Roles][1].
|
46388
48411
|
#
|
46389
|
-
# <note markdown="1"> To be able to pass this role to SageMaker, the caller of this API
|
48412
|
+
# <note markdown="1"> To be able to pass this role to SageMaker AI, the caller of this API
|
46390
48413
|
# must have the `iam:PassRole` permission.
|
46391
48414
|
#
|
46392
48415
|
# </note>
|
@@ -46417,7 +48440,7 @@ module Aws::SageMaker
|
|
46417
48440
|
# @!attribute [rw] volume_size_in_gb
|
46418
48441
|
# The size, in GB, of the ML storage volume to attach to the notebook
|
46419
48442
|
# instance. The default value is 5 GB. ML storage volumes are
|
46420
|
-
# encrypted, so SageMaker can't determine the amount of available
|
48443
|
+
# encrypted, so SageMaker AI can't determine the amount of available
|
46421
48444
|
# free space on the volume. Because of this, you can increase the
|
46422
48445
|
# volume size when you update a notebook instance, but you can't
|
46423
48446
|
# decrease the volume size. If you want to decrease the size of the ML
|
@@ -46432,7 +48455,8 @@ module Aws::SageMaker
|
|
46432
48455
|
# repository in [Amazon Web Services CodeCommit][1] or in any other
|
46433
48456
|
# Git repository. When you open a notebook instance, it opens in the
|
46434
48457
|
# directory that contains this repository. For more information, see
|
46435
|
-
# [Associating Git Repositories with SageMaker Notebook
|
48458
|
+
# [Associating Git Repositories with SageMaker AI Notebook
|
48459
|
+
# Instances][2].
|
46436
48460
|
#
|
46437
48461
|
#
|
46438
48462
|
#
|
@@ -46447,7 +48471,7 @@ module Aws::SageMaker
|
|
46447
48471
|
# in [Amazon Web Services CodeCommit][1] or in any other Git
|
46448
48472
|
# repository. These repositories are cloned at the same level as the
|
46449
48473
|
# default repository of your notebook instance. For more information,
|
46450
|
-
# see [Associating Git Repositories with SageMaker Notebook
|
48474
|
+
# see [Associating Git Repositories with SageMaker AI Notebook
|
46451
48475
|
# Instances][2].
|
46452
48476
|
#
|
46453
48477
|
#
|
@@ -46555,6 +48579,68 @@ module Aws::SageMaker
|
|
46555
48579
|
#
|
46556
48580
|
class UpdateNotebookInstanceOutput < Aws::EmptyStructure; end
|
46557
48581
|
|
48582
|
+
# @!attribute [rw] arn
|
48583
|
+
# The ARN of the SageMaker Partner AI App to update.
|
48584
|
+
# @return [String]
|
48585
|
+
#
|
48586
|
+
# @!attribute [rw] maintenance_config
|
48587
|
+
# Maintenance configuration settings for the SageMaker Partner AI App.
|
48588
|
+
# @return [Types::PartnerAppMaintenanceConfig]
|
48589
|
+
#
|
48590
|
+
# @!attribute [rw] tier
|
48591
|
+
# Indicates the instance type and size of the cluster attached to the
|
48592
|
+
# SageMaker Partner AI App.
|
48593
|
+
# @return [String]
|
48594
|
+
#
|
48595
|
+
# @!attribute [rw] application_config
|
48596
|
+
# Configuration settings for the SageMaker Partner AI App.
|
48597
|
+
# @return [Types::PartnerAppConfig]
|
48598
|
+
#
|
48599
|
+
# @!attribute [rw] enable_iam_session_based_identity
|
48600
|
+
# When set to `TRUE`, the SageMaker Partner AI App sets the Amazon Web
|
48601
|
+
# Services IAM session name or the authenticated IAM user as the
|
48602
|
+
# identity of the SageMaker Partner AI App user.
|
48603
|
+
# @return [Boolean]
|
48604
|
+
#
|
48605
|
+
# @!attribute [rw] client_token
|
48606
|
+
# A unique token that guarantees that the call to this API is
|
48607
|
+
# idempotent.
|
48608
|
+
#
|
48609
|
+
# **A suitable default value is auto-generated.** You should normally
|
48610
|
+
# not need to pass this option.
|
48611
|
+
# @return [String]
|
48612
|
+
#
|
48613
|
+
# @!attribute [rw] tags
|
48614
|
+
# Each tag consists of a key and an optional value. Tag keys must be
|
48615
|
+
# unique per resource.
|
48616
|
+
# @return [Array<Types::Tag>]
|
48617
|
+
#
|
48618
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePartnerAppRequest AWS API Documentation
|
48619
|
+
#
|
48620
|
+
class UpdatePartnerAppRequest < Struct.new(
|
48621
|
+
:arn,
|
48622
|
+
:maintenance_config,
|
48623
|
+
:tier,
|
48624
|
+
:application_config,
|
48625
|
+
:enable_iam_session_based_identity,
|
48626
|
+
:client_token,
|
48627
|
+
:tags)
|
48628
|
+
SENSITIVE = []
|
48629
|
+
include Aws::Structure
|
48630
|
+
end
|
48631
|
+
|
48632
|
+
# @!attribute [rw] arn
|
48633
|
+
# The ARN of the SageMaker Partner AI App that was updated.
|
48634
|
+
# @return [String]
|
48635
|
+
#
|
48636
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePartnerAppResponse AWS API Documentation
|
48637
|
+
#
|
48638
|
+
class UpdatePartnerAppResponse < Struct.new(
|
48639
|
+
:arn)
|
48640
|
+
SENSITIVE = []
|
48641
|
+
include Aws::Structure
|
48642
|
+
end
|
48643
|
+
|
46558
48644
|
# @!attribute [rw] pipeline_execution_arn
|
46559
48645
|
# The Amazon Resource Name (ARN) of the pipeline execution.
|
46560
48646
|
# @return [String]
|
@@ -47186,8 +49272,8 @@ module Aws::SageMaker
|
|
47186
49272
|
# set to `VpcOnly`, unless specified as part of the
|
47187
49273
|
# `DefaultUserSettings` for the domain.
|
47188
49274
|
#
|
47189
|
-
# Amazon SageMaker adds a security group to allow NFS traffic from
|
47190
|
-
# Amazon SageMaker Studio. Therefore, the number of security groups
|
49275
|
+
# Amazon SageMaker AI adds a security group to allow NFS traffic from
|
49276
|
+
# Amazon SageMaker AI Studio. Therefore, the number of security groups
|
47191
49277
|
# that you can specify is one less than the maximum number shown.
|
47192
49278
|
#
|
47193
49279
|
# SageMaker applies these settings only to private spaces that the
|
@@ -47196,7 +49282,7 @@ module Aws::SageMaker
|
|
47196
49282
|
# @return [Array<String>]
|
47197
49283
|
#
|
47198
49284
|
# @!attribute [rw] sharing_settings
|
47199
|
-
# Specifies options for sharing Amazon SageMaker Studio notebooks.
|
49285
|
+
# Specifies options for sharing Amazon SageMaker AI Studio notebooks.
|
47200
49286
|
# @return [Types::SharingSettings]
|
47201
49287
|
#
|
47202
49288
|
# @!attribute [rw] jupyter_server_app_settings
|
@@ -47279,7 +49365,7 @@ module Aws::SageMaker
|
|
47279
49365
|
#
|
47280
49366
|
# @!attribute [rw] custom_file_system_configs
|
47281
49367
|
# The settings for assigning a custom file system to a user profile.
|
47282
|
-
# Permitted users can access this file system in Amazon SageMaker
|
49368
|
+
# Permitted users can access this file system in Amazon SageMaker AI
|
47283
49369
|
# Studio.
|
47284
49370
|
#
|
47285
49371
|
# SageMaker applies these settings only to private spaces that the
|