aws-sdk-sagemaker 1.365.0 → 1.366.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.
@@ -429,6 +429,7 @@ module Aws::SageMaker
429
429
  ClusterEbsVolumeConfig = Shapes::StructureShape.new(name: 'ClusterEbsVolumeConfig')
430
430
  ClusterEbsVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ClusterEbsVolumeSizeInGB')
431
431
  ClusterEventDetail = Shapes::StructureShape.new(name: 'ClusterEventDetail')
432
+ ClusterEventLevel = Shapes::StringShape.new(name: 'ClusterEventLevel')
432
433
  ClusterEventMaxResults = Shapes::IntegerShape.new(name: 'ClusterEventMaxResults')
433
434
  ClusterEventResourceType = Shapes::StringShape.new(name: 'ClusterEventResourceType')
434
435
  ClusterEventSummaries = Shapes::ListShape.new(name: 'ClusterEventSummaries')
@@ -1179,6 +1180,7 @@ module Aws::SageMaker
1179
1180
  ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
1180
1181
  ExecutionRoleArns = Shapes::ListShape.new(name: 'ExecutionRoleArns')
1181
1182
  ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
1183
+ ExecutionRoleSessionNameMode = Shapes::StringShape.new(name: 'ExecutionRoleSessionNameMode')
1182
1184
  ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
1183
1185
  ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
1184
1186
  ExpectedPerformanceList = Shapes::ListShape.new(name: 'ExpectedPerformanceList')
@@ -1508,6 +1510,8 @@ module Aws::SageMaker
1508
1510
  InstancePoolPriority = Shapes::IntegerShape.new(name: 'InstancePoolPriority')
1509
1511
  InstancePoolSummary = Shapes::StructureShape.new(name: 'InstancePoolSummary')
1510
1512
  InstancePoolSummaryList = Shapes::ListShape.new(name: 'InstancePoolSummaryList')
1513
+ InstanceRequirementsEniConfiguration = Shapes::StructureShape.new(name: 'InstanceRequirementsEniConfiguration')
1514
+ InstanceRequirementsEniConfigurations = Shapes::ListShape.new(name: 'InstanceRequirementsEniConfigurations')
1511
1515
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
1512
1516
  Integer = Shapes::IntegerShape.new(name: 'Integer')
1513
1517
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
@@ -1779,12 +1783,14 @@ module Aws::SageMaker
1779
1783
  MLflowConfiguration = Shapes::StructureShape.new(name: 'MLflowConfiguration')
1780
1784
  MaintenanceStatus = Shapes::StringShape.new(name: 'MaintenanceStatus')
1781
1785
  MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
1786
+ ManagedConfiguration = Shapes::StructureShape.new(name: 'ManagedConfiguration')
1782
1787
  ManagedInstanceScalingCooldownInMinutes = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingCooldownInMinutes')
1783
1788
  ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
1784
1789
  ManagedInstanceScalingMaximumStepSize = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaximumStepSize')
1785
1790
  ManagedInstanceScalingMinInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMinInstanceCount')
1786
1791
  ManagedInstanceScalingScaleInStrategy = Shapes::StringShape.new(name: 'ManagedInstanceScalingScaleInStrategy')
1787
1792
  ManagedInstanceScalingStatus = Shapes::StringShape.new(name: 'ManagedInstanceScalingStatus')
1793
+ ManagedStorageType = Shapes::StringShape.new(name: 'ManagedStorageType')
1788
1794
  MapString2048 = Shapes::MapShape.new(name: 'MapString2048')
1789
1795
  MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
1790
1796
  MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
@@ -2603,6 +2609,7 @@ module Aws::SageMaker
2603
2609
  StudioLifecycleConfigName = Shapes::StringShape.new(name: 'StudioLifecycleConfigName')
2604
2610
  StudioLifecycleConfigSortKey = Shapes::StringShape.new(name: 'StudioLifecycleConfigSortKey')
2605
2611
  StudioLifecycleConfigsList = Shapes::ListShape.new(name: 'StudioLifecycleConfigsList')
2612
+ StudioResourceSpecTrainingPlanArn = Shapes::StringShape.new(name: 'StudioResourceSpecTrainingPlanArn')
2606
2613
  StudioWebPortal = Shapes::StringShape.new(name: 'StudioWebPortal')
2607
2614
  StudioWebPortalSettings = Shapes::StructureShape.new(name: 'StudioWebPortalSettings')
2608
2615
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
@@ -3983,6 +3990,7 @@ module Aws::SageMaker
3983
3990
  ClusterEventDetail.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
3984
3991
  ClusterEventDetail.add_member(:event_details, Shapes::ShapeRef.new(shape: EventDetails, location_name: "EventDetails"))
3985
3992
  ClusterEventDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
3993
+ ClusterEventDetail.add_member(:event_level, Shapes::ShapeRef.new(shape: ClusterEventLevel, location_name: "EventLevel"))
3986
3994
  ClusterEventDetail.struct_class = Types::ClusterEventDetail
3987
3995
 
3988
3996
  ClusterEventSummaries.member = Shapes::ShapeRef.new(shape: ClusterEventSummary)
@@ -3995,6 +4003,7 @@ module Aws::SageMaker
3995
4003
  ClusterEventSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, required: true, location_name: "ResourceType"))
3996
4004
  ClusterEventSummary.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
3997
4005
  ClusterEventSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
4006
+ ClusterEventSummary.add_member(:event_level, Shapes::ShapeRef.new(shape: ClusterEventLevel, location_name: "EventLevel"))
3998
4007
  ClusterEventSummary.struct_class = Types::ClusterEventSummary
3999
4008
 
4000
4009
  ClusterFsxLustreConfig.add_member(:dns_name, Shapes::ShapeRef.new(shape: ClusterDnsName, required: true, location_name: "DnsName"))
@@ -4985,6 +4994,7 @@ module Aws::SageMaker
4985
4994
  CreateModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
4986
4995
  CreateModelPackageGroupInput.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
4987
4996
  CreateModelPackageGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
4997
+ CreateModelPackageGroupInput.add_member(:managed_configuration, Shapes::ShapeRef.new(shape: ManagedConfiguration, location_name: "ManagedConfiguration"))
4988
4998
  CreateModelPackageGroupInput.struct_class = Types::CreateModelPackageGroupInput
4989
4999
 
4990
5000
  CreateModelPackageGroupOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
@@ -5014,6 +5024,7 @@ module Aws::SageMaker
5014
5024
  CreateModelPackageInput.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelPackageSecurityConfig, location_name: "SecurityConfig"))
5015
5025
  CreateModelPackageInput.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelPackageModelCard, location_name: "ModelCard"))
5016
5026
  CreateModelPackageInput.add_member(:model_life_cycle, Shapes::ShapeRef.new(shape: ModelLifeCycle, location_name: "ModelLifeCycle"))
5027
+ CreateModelPackageInput.add_member(:managed_storage_type, Shapes::ShapeRef.new(shape: ManagedStorageType, location_name: "ManagedStorageType"))
5017
5028
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
5018
5029
 
5019
5030
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
@@ -6677,6 +6688,7 @@ module Aws::SageMaker
6677
6688
  DescribeModelPackageGroupOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
6678
6689
  DescribeModelPackageGroupOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, required: true, location_name: "CreatedBy"))
6679
6690
  DescribeModelPackageGroupOutput.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, required: true, location_name: "ModelPackageGroupStatus"))
6691
+ DescribeModelPackageGroupOutput.add_member(:managed_configuration, Shapes::ShapeRef.new(shape: ManagedConfiguration, location_name: "ManagedConfiguration"))
6680
6692
  DescribeModelPackageGroupOutput.struct_class = Types::DescribeModelPackageGroupOutput
6681
6693
 
6682
6694
  DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
@@ -6713,6 +6725,7 @@ module Aws::SageMaker
6713
6725
  DescribeModelPackageOutput.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelPackageSecurityConfig, location_name: "SecurityConfig"))
6714
6726
  DescribeModelPackageOutput.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelPackageModelCard, location_name: "ModelCard"))
6715
6727
  DescribeModelPackageOutput.add_member(:model_life_cycle, Shapes::ShapeRef.new(shape: ModelLifeCycle, location_name: "ModelLifeCycle"))
6728
+ DescribeModelPackageOutput.add_member(:managed_storage_type, Shapes::ShapeRef.new(shape: ManagedStorageType, location_name: "ManagedStorageType"))
6716
6729
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
6717
6730
 
6718
6731
  DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
@@ -8356,6 +8369,7 @@ module Aws::SageMaker
8356
8369
 
8357
8370
  InstanceMetadata.add_member(:customer_eni, Shapes::ShapeRef.new(shape: String, location_name: "CustomerEni"))
8358
8371
  InstanceMetadata.add_member(:additional_enis, Shapes::ShapeRef.new(shape: AdditionalEnis, location_name: "AdditionalEnis"))
8372
+ InstanceMetadata.add_member(:instance_requirements_eni_configurations, Shapes::ShapeRef.new(shape: InstanceRequirementsEniConfigurations, location_name: "InstanceRequirementsEniConfigurations"))
8359
8373
  InstanceMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
8360
8374
  InstanceMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
8361
8375
  InstanceMetadata.add_member(:lcs_execution_state, Shapes::ShapeRef.new(shape: String, location_name: "LcsExecutionState"))
@@ -8382,6 +8396,12 @@ module Aws::SageMaker
8382
8396
 
8383
8397
  InstancePoolSummaryList.member = Shapes::ShapeRef.new(shape: InstancePoolSummary)
8384
8398
 
8399
+ InstanceRequirementsEniConfiguration.add_member(:customer_eni, Shapes::ShapeRef.new(shape: String, location_name: "CustomerEni"))
8400
+ InstanceRequirementsEniConfiguration.add_member(:additional_enis, Shapes::ShapeRef.new(shape: AdditionalEnis, location_name: "AdditionalEnis"))
8401
+ InstanceRequirementsEniConfiguration.struct_class = Types::InstanceRequirementsEniConfiguration
8402
+
8403
+ InstanceRequirementsEniConfigurations.member = Shapes::ShapeRef.new(shape: InstanceRequirementsEniConfiguration)
8404
+
8385
8405
  IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
8386
8406
  IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
8387
8407
  IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
@@ -9769,6 +9789,9 @@ module Aws::SageMaker
9769
9789
  MLflowConfiguration.add_member(:mlflow_experiment_name, Shapes::ShapeRef.new(shape: MlflowExperimentEntityName, location_name: "MlflowExperimentName"))
9770
9790
  MLflowConfiguration.struct_class = Types::MLflowConfiguration
9771
9791
 
9792
+ ManagedConfiguration.add_member(:managed_storage_type, Shapes::ShapeRef.new(shape: ManagedStorageType, location_name: "ManagedStorageType"))
9793
+ ManagedConfiguration.struct_class = Types::ManagedConfiguration
9794
+
9772
9795
  MapString2048.key = Shapes::ShapeRef.new(shape: String2048)
9773
9796
  MapString2048.value = Shapes::ShapeRef.new(shape: String2048)
9774
9797
 
@@ -10135,6 +10158,7 @@ module Aws::SageMaker
10135
10158
  ModelPackageGroupSummary.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
10136
10159
  ModelPackageGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
10137
10160
  ModelPackageGroupSummary.add_member(:model_package_group_status, Shapes::ShapeRef.new(shape: ModelPackageGroupStatus, required: true, location_name: "ModelPackageGroupStatus"))
10161
+ ModelPackageGroupSummary.add_member(:managed_configuration, Shapes::ShapeRef.new(shape: ManagedConfiguration, location_name: "ManagedConfiguration"))
10138
10162
  ModelPackageGroupSummary.struct_class = Types::ModelPackageGroupSummary
10139
10163
 
10140
10164
  ModelPackageGroupSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageGroupSummary)
@@ -11180,7 +11204,7 @@ module Aws::SageMaker
11180
11204
  RStudioServerProDomainSettingsForUpdate.add_member(:r_studio_package_manager_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioPackageManagerUrl"))
11181
11205
  RStudioServerProDomainSettingsForUpdate.struct_class = Types::RStudioServerProDomainSettingsForUpdate
11182
11206
 
11183
- RealTimeInferenceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "InstanceType"))
11207
+ RealTimeInferenceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
11184
11208
  RealTimeInferenceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TaskCount, required: true, location_name: "InstanceCount"))
11185
11209
  RealTimeInferenceConfig.struct_class = Types::RealTimeInferenceConfig
11186
11210
 
@@ -11400,6 +11424,7 @@ module Aws::SageMaker
11400
11424
  ResourceSpec.add_member(:sage_maker_image_version_alias, Shapes::ShapeRef.new(shape: ImageVersionAlias, location_name: "SageMakerImageVersionAlias"))
11401
11425
  ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
11402
11426
  ResourceSpec.add_member(:lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "LifecycleConfigArn"))
11427
+ ResourceSpec.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: StudioResourceSpecTrainingPlanArn, location_name: "TrainingPlanArn"))
11403
11428
  ResourceSpec.struct_class = Types::ResourceSpec
11404
11429
 
11405
11430
  ResponseMIMETypes.member = Shapes::ShapeRef.new(shape: ResponseMIMEType)
@@ -11864,6 +11889,7 @@ module Aws::SageMaker
11864
11889
  StudioWebPortalSettings.add_member(:hidden_app_types, Shapes::ShapeRef.new(shape: HiddenAppTypesList, location_name: "HiddenAppTypes"))
11865
11890
  StudioWebPortalSettings.add_member(:hidden_instance_types, Shapes::ShapeRef.new(shape: HiddenInstanceTypesList, location_name: "HiddenInstanceTypes"))
11866
11891
  StudioWebPortalSettings.add_member(:hidden_sage_maker_image_version_aliases, Shapes::ShapeRef.new(shape: HiddenSageMakerImageVersionAliasesList, location_name: "HiddenSageMakerImageVersionAliases"))
11892
+ StudioWebPortalSettings.add_member(:execution_role_session_name_mode, Shapes::ShapeRef.new(shape: ExecutionRoleSessionNameMode, location_name: "ExecutionRoleSessionNameMode"))
11867
11893
  StudioWebPortalSettings.struct_class = Types::StudioWebPortalSettings
11868
11894
 
11869
11895
  Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
@@ -12035,6 +12061,7 @@ module Aws::SageMaker
12035
12061
  TrainingJob.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
12036
12062
  TrainingJob.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "OutputDataConfig"))
12037
12063
  TrainingJob.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "ResourceConfig"))
12064
+ TrainingJob.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
12038
12065
  TrainingJob.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
12039
12066
  TrainingJob.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "StoppingCondition"))
12040
12067
  TrainingJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -6078,6 +6078,11 @@ module Aws::SageMaker
6078
6078
  # A human-readable description of the event.
6079
6079
  # @return [String]
6080
6080
  #
6081
+ # @!attribute [rw] event_level
6082
+ # The severity level of the event. Valid values are `Info`, `Warn`,
6083
+ # and `Error`.
6084
+ # @return [String]
6085
+ #
6081
6086
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterEventDetail AWS API Documentation
6082
6087
  #
6083
6088
  class ClusterEventDetail < Struct.new(
@@ -6089,7 +6094,8 @@ module Aws::SageMaker
6089
6094
  :resource_type,
6090
6095
  :event_time,
6091
6096
  :event_details,
6092
- :description)
6097
+ :description,
6098
+ :event_level)
6093
6099
  SENSITIVE = []
6094
6100
  include Aws::Structure
6095
6101
  end
@@ -6132,6 +6138,11 @@ module Aws::SageMaker
6132
6138
  # A brief, human-readable description of the event.
6133
6139
  # @return [String]
6134
6140
  #
6141
+ # @!attribute [rw] event_level
6142
+ # The severity level of the event. Valid values are `Info`, `Warn`,
6143
+ # and `Error`.
6144
+ # @return [String]
6145
+ #
6135
6146
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterEventSummary AWS API Documentation
6136
6147
  #
6137
6148
  class ClusterEventSummary < Struct.new(
@@ -6142,7 +6153,8 @@ module Aws::SageMaker
6142
6153
  :instance_id,
6143
6154
  :resource_type,
6144
6155
  :event_time,
6145
- :description)
6156
+ :description,
6157
+ :event_level)
6146
6158
  SENSITIVE = []
6147
6159
  include Aws::Structure
6148
6160
  end
@@ -12199,12 +12211,17 @@ module Aws::SageMaker
12199
12211
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
12200
12212
  # @return [Array<Types::Tag>]
12201
12213
  #
12214
+ # @!attribute [rw] managed_configuration
12215
+ # The managed configuration of the model package group.
12216
+ # @return [Types::ManagedConfiguration]
12217
+ #
12202
12218
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageGroupInput AWS API Documentation
12203
12219
  #
12204
12220
  class CreateModelPackageGroupInput < Struct.new(
12205
12221
  :model_package_group_name,
12206
12222
  :model_package_group_description,
12207
- :tags)
12223
+ :tags,
12224
+ :managed_configuration)
12208
12225
  SENSITIVE = []
12209
12226
  include Aws::Structure
12210
12227
  end
@@ -12407,6 +12424,10 @@ module Aws::SageMaker
12407
12424
  # cycle.
12408
12425
  # @return [Types::ModelLifeCycle]
12409
12426
  #
12427
+ # @!attribute [rw] managed_storage_type
12428
+ # The storage type of the model package.
12429
+ # @return [String]
12430
+ #
12410
12431
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
12411
12432
  #
12412
12433
  class CreateModelPackageInput < Struct.new(
@@ -12433,7 +12454,8 @@ module Aws::SageMaker
12433
12454
  :source_uri,
12434
12455
  :security_config,
12435
12456
  :model_card,
12436
- :model_life_cycle)
12457
+ :model_life_cycle,
12458
+ :managed_storage_type)
12437
12459
  SENSITIVE = []
12438
12460
  include Aws::Structure
12439
12461
  end
@@ -21273,6 +21295,10 @@ module Aws::SageMaker
21273
21295
  # The status of the model group.
21274
21296
  # @return [String]
21275
21297
  #
21298
+ # @!attribute [rw] managed_configuration
21299
+ # The managed configuration of the model package group.
21300
+ # @return [Types::ManagedConfiguration]
21301
+ #
21276
21302
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroupOutput AWS API Documentation
21277
21303
  #
21278
21304
  class DescribeModelPackageGroupOutput < Struct.new(
@@ -21281,7 +21307,8 @@ module Aws::SageMaker
21281
21307
  :model_package_group_description,
21282
21308
  :creation_time,
21283
21309
  :created_by,
21284
- :model_package_group_status)
21310
+ :model_package_group_status,
21311
+ :managed_configuration)
21285
21312
  SENSITIVE = []
21286
21313
  include Aws::Structure
21287
21314
  end
@@ -21466,6 +21493,10 @@ module Aws::SageMaker
21466
21493
  # cycle.
21467
21494
  # @return [Types::ModelLifeCycle]
21468
21495
  #
21496
+ # @!attribute [rw] managed_storage_type
21497
+ # The storage type of the model package.
21498
+ # @return [String]
21499
+ #
21469
21500
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
21470
21501
  #
21471
21502
  class DescribeModelPackageOutput < Struct.new(
@@ -21499,7 +21530,8 @@ module Aws::SageMaker
21499
21530
  :source_uri,
21500
21531
  :security_config,
21501
21532
  :model_card,
21502
- :model_life_cycle)
21533
+ :model_life_cycle,
21534
+ :managed_storage_type)
21503
21535
  SENSITIVE = []
21504
21536
  include Aws::Structure
21505
21537
  end
@@ -23500,7 +23532,8 @@ module Aws::SageMaker
23500
23532
  #
23501
23533
  # @!attribute [rw] target_resources
23502
23534
  # The target resources (e.g., SageMaker Training Jobs, SageMaker
23503
- # HyperPod, SageMaker Endpoints) that can use this training plan.
23535
+ # HyperPod, SageMaker Endpoints, Studio apps) that can use this
23536
+ # training plan.
23504
23537
  #
23505
23538
  # Training plans are specific to their target resource.
23506
23539
  #
@@ -23513,6 +23546,9 @@ module Aws::SageMaker
23513
23546
  # * A training plan for SageMaker endpoints can be used exclusively to
23514
23547
  # provide compute resources to SageMaker endpoints for model
23515
23548
  # deployment.
23549
+ #
23550
+ # * A training plan for Studio apps can be used to launch JupyterLab
23551
+ # and Code Editor apps on reserved training plan capacity.
23516
23552
  # @return [Array<String>]
23517
23553
  #
23518
23554
  # @!attribute [rw] reserved_capacity_summaries
@@ -31577,6 +31613,12 @@ module Aws::SageMaker
31577
31613
  # associated with the instance.
31578
31614
  # @return [Types::AdditionalEnis]
31579
31615
  #
31616
+ # @!attribute [rw] instance_requirements_eni_configurations
31617
+ # The ENI configurations for the instance types in the instance
31618
+ # requirements, grouped by network interface category (for example,
31619
+ # ENI-only or EFA with ENIs). At most one configuration per category.
31620
+ # @return [Array<Types::InstanceRequirementsEniConfiguration>]
31621
+ #
31580
31622
  # @!attribute [rw] capacity_reservation
31581
31623
  # Information about the Capacity Reservation used by the instance.
31582
31624
  # @return [Types::CapacityReservation]
@@ -31600,6 +31642,7 @@ module Aws::SageMaker
31600
31642
  class InstanceMetadata < Struct.new(
31601
31643
  :customer_eni,
31602
31644
  :additional_enis,
31645
+ :instance_requirements_eni_configurations,
31603
31646
  :capacity_reservation,
31604
31647
  :failure_message,
31605
31648
  :lcs_execution_state,
@@ -31705,6 +31748,28 @@ module Aws::SageMaker
31705
31748
  include Aws::Structure
31706
31749
  end
31707
31750
 
31751
+ # The customer ENI and additional ENIs associated with a network
31752
+ # interface category.
31753
+ #
31754
+ # @!attribute [rw] customer_eni
31755
+ # The ID of the customer-managed Elastic Network Interface (ENI)
31756
+ # associated with the instance type category.
31757
+ # @return [String]
31758
+ #
31759
+ # @!attribute [rw] additional_enis
31760
+ # Information about additional Elastic Network Interfaces (ENIs)
31761
+ # associated with the instance type category.
31762
+ # @return [Types::AdditionalEnis]
31763
+ #
31764
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstanceRequirementsEniConfiguration AWS API Documentation
31765
+ #
31766
+ class InstanceRequirementsEniConfiguration < Struct.new(
31767
+ :customer_eni,
31768
+ :additional_enis)
31769
+ SENSITIVE = []
31770
+ include Aws::Structure
31771
+ end
31772
+
31708
31773
  # For a hyperparameter of the integer type, specifies the range that a
31709
31774
  # hyperparameter tuning job searches.
31710
31775
  #
@@ -39086,6 +39151,20 @@ module Aws::SageMaker
39086
39151
  include Aws::Structure
39087
39152
  end
39088
39153
 
39154
+ # The managed configuration of a model package group.
39155
+ #
39156
+ # @!attribute [rw] managed_storage_type
39157
+ # The storage type of the model package.
39158
+ # @return [String]
39159
+ #
39160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ManagedConfiguration AWS API Documentation
39161
+ #
39162
+ class ManagedConfiguration < Struct.new(
39163
+ :managed_storage_type)
39164
+ SENSITIVE = []
39165
+ include Aws::Structure
39166
+ end
39167
+
39089
39168
  # Defines an Amazon Cognito or your own OIDC IdP user group that is part
39090
39169
  # of a work team.
39091
39170
  #
@@ -41048,6 +41127,10 @@ module Aws::SageMaker
41048
41127
  # The status of the model group.
41049
41128
  # @return [String]
41050
41129
  #
41130
+ # @!attribute [rw] managed_configuration
41131
+ # The managed configuration of the model package group.
41132
+ # @return [Types::ManagedConfiguration]
41133
+ #
41051
41134
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageGroupSummary AWS API Documentation
41052
41135
  #
41053
41136
  class ModelPackageGroupSummary < Struct.new(
@@ -41055,7 +41138,8 @@ module Aws::SageMaker
41055
41138
  :model_package_group_arn,
41056
41139
  :model_package_group_description,
41057
41140
  :creation_time,
41058
- :model_package_group_status)
41141
+ :model_package_group_status,
41142
+ :managed_configuration)
41059
41143
  SENSITIVE = []
41060
41144
  include Aws::Structure
41061
41145
  end
@@ -48289,6 +48373,21 @@ module Aws::SageMaker
48289
48373
  # attached to the Resource.
48290
48374
  # @return [String]
48291
48375
  #
48376
+ # @!attribute [rw] training_plan_arn
48377
+ # The ARN of the SageMaker AI Training Plan to use for this app. When
48378
+ # you specify a training plan, the app launches on reserved GPU
48379
+ # capacity. This field is supported for JupyterLab and CodeEditor app
48380
+ # types.
48381
+ #
48382
+ # For more information about how to reserve GPU capacity with
48383
+ # SageMaker AI Training Plans, see [Using training plans in Studio
48384
+ # applications][1].
48385
+ #
48386
+ #
48387
+ #
48388
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/training-plan-utilization-for-studio-apps.html
48389
+ # @return [String]
48390
+ #
48292
48391
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceSpec AWS API Documentation
48293
48392
  #
48294
48393
  class ResourceSpec < Struct.new(
@@ -48296,7 +48395,8 @@ module Aws::SageMaker
48296
48395
  :sage_maker_image_version_arn,
48297
48396
  :sage_maker_image_version_alias,
48298
48397
  :instance_type,
48299
- :lifecycle_config_arn)
48398
+ :lifecycle_config_arn,
48399
+ :training_plan_arn)
48300
48400
  SENSITIVE = []
48301
48401
  include Aws::Structure
48302
48402
  end
@@ -49355,7 +49455,8 @@ module Aws::SageMaker
49355
49455
  #
49356
49456
  # @!attribute [rw] target_resources
49357
49457
  # The target resources (e.g., SageMaker Training Jobs, SageMaker
49358
- # HyperPod, SageMaker Endpoints) to search for in the offerings.
49458
+ # HyperPod, SageMaker Endpoints, Studio apps) to search for in the
49459
+ # offerings.
49359
49460
  #
49360
49461
  # Training plans are specific to their target resource.
49361
49462
  #
@@ -49368,6 +49469,9 @@ module Aws::SageMaker
49368
49469
  # * A training plan for SageMaker endpoints can be used exclusively to
49369
49470
  # provide compute resources to SageMaker endpoints for model
49370
49471
  # deployment.
49472
+ #
49473
+ # * A training plan for Studio apps can be used to launch JupyterLab
49474
+ # and Code Editor apps on reserved training plan capacity.
49371
49475
  # @return [Array<String>]
49372
49476
  #
49373
49477
  # @!attribute [rw] training_plan_arn
@@ -51096,13 +51200,24 @@ module Aws::SageMaker
51096
51200
  # The version aliases you are hiding from the Studio user interface.
51097
51201
  # @return [Array<Types::HiddenSageMakerImage>]
51098
51202
  #
51203
+ # @!attribute [rw] execution_role_session_name_mode
51204
+ # The execution role session name mode. If this value is set to
51205
+ # `USER_IDENTITY`, the session name of the execution role corresponds
51206
+ # to the user's identity. For IAM domains, the session name is the
51207
+ # IAM session name used to generate the presigned URL. For IAM
51208
+ # Identity Center domains, the session name is the username of the
51209
+ # associated IAM Identity Center user. If this value is set to
51210
+ # `STATIC` or is not set, the session name defaults to `SageMaker`.
51211
+ # @return [String]
51212
+ #
51099
51213
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StudioWebPortalSettings AWS API Documentation
51100
51214
  #
51101
51215
  class StudioWebPortalSettings < Struct.new(
51102
51216
  :hidden_ml_tools,
51103
51217
  :hidden_app_types,
51104
51218
  :hidden_instance_types,
51105
- :hidden_sage_maker_image_version_aliases)
51219
+ :hidden_sage_maker_image_version_aliases,
51220
+ :execution_role_session_name_mode)
51106
51221
  SENSITIVE = []
51107
51222
  include Aws::Structure
51108
51223
  end
@@ -52310,6 +52425,10 @@ module Aws::SageMaker
52310
52425
  # that are configured for model training.
52311
52426
  # @return [Types::ResourceConfig]
52312
52427
  #
52428
+ # @!attribute [rw] warm_pool_status
52429
+ # The status of the warm pool associated with the training job.
52430
+ # @return [Types::WarmPoolStatus]
52431
+ #
52313
52432
  # @!attribute [rw] vpc_config
52314
52433
  # A [VpcConfig][1] object that specifies the VPC that this training
52315
52434
  # job has access to. For more information, see [Protect Training Jobs
@@ -52503,6 +52622,7 @@ module Aws::SageMaker
52503
52622
  :input_data_config,
52504
52623
  :output_data_config,
52505
52624
  :resource_config,
52625
+ :warm_pool_status,
52506
52626
  :vpc_config,
52507
52627
  :stopping_condition,
52508
52628
  :creation_time,
@@ -52889,7 +53009,8 @@ module Aws::SageMaker
52889
53009
  #
52890
53010
  # @!attribute [rw] target_resources
52891
53011
  # The target resources (e.g., SageMaker Training Jobs, SageMaker
52892
- # HyperPod, SageMaker Endpoints) for this training plan offering.
53012
+ # HyperPod, SageMaker Endpoints, Studio apps) for this training plan
53013
+ # offering.
52893
53014
  #
52894
53015
  # Training plans are specific to their target resource.
52895
53016
  #
@@ -52902,6 +53023,9 @@ module Aws::SageMaker
52902
53023
  # * A training plan for SageMaker endpoints can be used exclusively to
52903
53024
  # provide compute resources to SageMaker endpoints for model
52904
53025
  # deployment.
53026
+ #
53027
+ # * A training plan for Studio apps can be used to launch JupyterLab
53028
+ # and Code Editor apps on reserved training plan capacity.
52905
53029
  # @return [Array<String>]
52906
53030
  #
52907
53031
  # @!attribute [rw] requested_start_time_after
@@ -53024,7 +53148,7 @@ module Aws::SageMaker
53024
53148
  #
53025
53149
  # @!attribute [rw] target_resources
53026
53150
  # The target resources (e.g., training jobs, HyperPod clusters,
53027
- # Endpoints) that can use this training plan.
53151
+ # Endpoints, Studio apps) that can use this training plan.
53028
53152
  #
53029
53153
  # Training plans are specific to their target resource.
53030
53154
  #
@@ -53037,6 +53161,9 @@ module Aws::SageMaker
53037
53161
  # * A training plan for SageMaker endpoints can be used exclusively to
53038
53162
  # provide compute resources to SageMaker endpoints for model
53039
53163
  # deployment.
53164
+ #
53165
+ # * A training plan for Studio apps can be used to launch JupyterLab
53166
+ # and Code Editor apps on reserved training plan capacity.
53040
53167
  # @return [Array<String>]
53041
53168
  #
53042
53169
  # @!attribute [rw] reserved_capacity_summaries
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.365.0'
58
+ GEM_VERSION = '1.366.0'
59
59
 
60
60
  end
61
61