aws-sdk-sagemaker 1.364.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +107 -10
- data/lib/aws-sdk-sagemaker/client_api.rb +32 -1
- data/lib/aws-sdk-sagemaker/types.rb +158 -14
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +103 -52
- data/sig/types.rbs +30 -5
- metadata +3 -3
|
@@ -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')
|
|
@@ -436,6 +437,7 @@ module Aws::SageMaker
|
|
|
436
437
|
ClusterFsxLustreConfig = Shapes::StructureShape.new(name: 'ClusterFsxLustreConfig')
|
|
437
438
|
ClusterFsxMountPath = Shapes::StringShape.new(name: 'ClusterFsxMountPath')
|
|
438
439
|
ClusterFsxOpenZfsConfig = Shapes::StructureShape.new(name: 'ClusterFsxOpenZfsConfig')
|
|
440
|
+
ClusterImageVersionStatus = Shapes::StringShape.new(name: 'ClusterImageVersionStatus')
|
|
439
441
|
ClusterInstanceCount = Shapes::IntegerShape.new(name: 'ClusterInstanceCount')
|
|
440
442
|
ClusterInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterInstanceGroupDetails')
|
|
441
443
|
ClusterInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterInstanceGroupDetailsList')
|
|
@@ -1178,6 +1180,7 @@ module Aws::SageMaker
|
|
|
1178
1180
|
ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
|
|
1179
1181
|
ExecutionRoleArns = Shapes::ListShape.new(name: 'ExecutionRoleArns')
|
|
1180
1182
|
ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
|
|
1183
|
+
ExecutionRoleSessionNameMode = Shapes::StringShape.new(name: 'ExecutionRoleSessionNameMode')
|
|
1181
1184
|
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
|
1182
1185
|
ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
|
|
1183
1186
|
ExpectedPerformanceList = Shapes::ListShape.new(name: 'ExpectedPerformanceList')
|
|
@@ -1507,6 +1510,8 @@ module Aws::SageMaker
|
|
|
1507
1510
|
InstancePoolPriority = Shapes::IntegerShape.new(name: 'InstancePoolPriority')
|
|
1508
1511
|
InstancePoolSummary = Shapes::StructureShape.new(name: 'InstancePoolSummary')
|
|
1509
1512
|
InstancePoolSummaryList = Shapes::ListShape.new(name: 'InstancePoolSummaryList')
|
|
1513
|
+
InstanceRequirementsEniConfiguration = Shapes::StructureShape.new(name: 'InstanceRequirementsEniConfiguration')
|
|
1514
|
+
InstanceRequirementsEniConfigurations = Shapes::ListShape.new(name: 'InstanceRequirementsEniConfigurations')
|
|
1510
1515
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
|
1511
1516
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
1512
1517
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
|
@@ -1778,12 +1783,14 @@ module Aws::SageMaker
|
|
|
1778
1783
|
MLflowConfiguration = Shapes::StructureShape.new(name: 'MLflowConfiguration')
|
|
1779
1784
|
MaintenanceStatus = Shapes::StringShape.new(name: 'MaintenanceStatus')
|
|
1780
1785
|
MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
|
|
1786
|
+
ManagedConfiguration = Shapes::StructureShape.new(name: 'ManagedConfiguration')
|
|
1781
1787
|
ManagedInstanceScalingCooldownInMinutes = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingCooldownInMinutes')
|
|
1782
1788
|
ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
|
|
1783
1789
|
ManagedInstanceScalingMaximumStepSize = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaximumStepSize')
|
|
1784
1790
|
ManagedInstanceScalingMinInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMinInstanceCount')
|
|
1785
1791
|
ManagedInstanceScalingScaleInStrategy = Shapes::StringShape.new(name: 'ManagedInstanceScalingScaleInStrategy')
|
|
1786
1792
|
ManagedInstanceScalingStatus = Shapes::StringShape.new(name: 'ManagedInstanceScalingStatus')
|
|
1793
|
+
ManagedStorageType = Shapes::StringShape.new(name: 'ManagedStorageType')
|
|
1787
1794
|
MapString2048 = Shapes::MapShape.new(name: 'MapString2048')
|
|
1788
1795
|
MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
|
|
1789
1796
|
MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
|
|
@@ -2602,6 +2609,7 @@ module Aws::SageMaker
|
|
|
2602
2609
|
StudioLifecycleConfigName = Shapes::StringShape.new(name: 'StudioLifecycleConfigName')
|
|
2603
2610
|
StudioLifecycleConfigSortKey = Shapes::StringShape.new(name: 'StudioLifecycleConfigSortKey')
|
|
2604
2611
|
StudioLifecycleConfigsList = Shapes::ListShape.new(name: 'StudioLifecycleConfigsList')
|
|
2612
|
+
StudioResourceSpecTrainingPlanArn = Shapes::StringShape.new(name: 'StudioResourceSpecTrainingPlanArn')
|
|
2605
2613
|
StudioWebPortal = Shapes::StringShape.new(name: 'StudioWebPortal')
|
|
2606
2614
|
StudioWebPortalSettings = Shapes::StructureShape.new(name: 'StudioWebPortalSettings')
|
|
2607
2615
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -3982,6 +3990,7 @@ module Aws::SageMaker
|
|
|
3982
3990
|
ClusterEventDetail.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
|
|
3983
3991
|
ClusterEventDetail.add_member(:event_details, Shapes::ShapeRef.new(shape: EventDetails, location_name: "EventDetails"))
|
|
3984
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"))
|
|
3985
3994
|
ClusterEventDetail.struct_class = Types::ClusterEventDetail
|
|
3986
3995
|
|
|
3987
3996
|
ClusterEventSummaries.member = Shapes::ShapeRef.new(shape: ClusterEventSummary)
|
|
@@ -3994,6 +4003,7 @@ module Aws::SageMaker
|
|
|
3994
4003
|
ClusterEventSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ClusterEventResourceType, required: true, location_name: "ResourceType"))
|
|
3995
4004
|
ClusterEventSummary.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EventTime"))
|
|
3996
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"))
|
|
3997
4007
|
ClusterEventSummary.struct_class = Types::ClusterEventSummary
|
|
3998
4008
|
|
|
3999
4009
|
ClusterFsxLustreConfig.add_member(:dns_name, Shapes::ShapeRef.new(shape: ClusterDnsName, required: true, location_name: "DnsName"))
|
|
@@ -4024,6 +4034,7 @@ module Aws::SageMaker
|
|
|
4024
4034
|
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
|
4025
4035
|
ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
|
4026
4036
|
ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
|
4037
|
+
ClusterInstanceGroupDetails.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
|
|
4027
4038
|
ClusterInstanceGroupDetails.add_member(:active_operations, Shapes::ShapeRef.new(shape: ActiveOperations, location_name: "ActiveOperations"))
|
|
4028
4039
|
ClusterInstanceGroupDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigDetails, location_name: "KubernetesConfig"))
|
|
4029
4040
|
ClusterInstanceGroupDetails.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
|
|
@@ -4155,6 +4166,7 @@ module Aws::SageMaker
|
|
|
4155
4166
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
|
4156
4167
|
ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
|
4157
4168
|
ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
|
4169
|
+
ClusterNodeDetails.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
|
|
4158
4170
|
ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
|
4159
4171
|
ClusterNodeDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigNodeDetails, location_name: "KubernetesConfig"))
|
|
4160
4172
|
ClusterNodeDetails.add_member(:capacity_type, Shapes::ShapeRef.new(shape: ClusterCapacityType, location_name: "CapacityType"))
|
|
@@ -4176,6 +4188,7 @@ module Aws::SageMaker
|
|
|
4176
4188
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
|
4177
4189
|
ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
|
4178
4190
|
ClusterNodeSummary.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
|
4191
|
+
ClusterNodeSummary.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
|
|
4179
4192
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
|
4180
4193
|
|
|
4181
4194
|
ClusterOnDemandOptions.struct_class = Types::ClusterOnDemandOptions
|
|
@@ -4981,6 +4994,7 @@ module Aws::SageMaker
|
|
|
4981
4994
|
CreateModelPackageGroupInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageGroupName"))
|
|
4982
4995
|
CreateModelPackageGroupInput.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
|
4983
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"))
|
|
4984
4998
|
CreateModelPackageGroupInput.struct_class = Types::CreateModelPackageGroupInput
|
|
4985
4999
|
|
|
4986
5000
|
CreateModelPackageGroupOutput.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
|
@@ -5010,6 +5024,7 @@ module Aws::SageMaker
|
|
|
5010
5024
|
CreateModelPackageInput.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelPackageSecurityConfig, location_name: "SecurityConfig"))
|
|
5011
5025
|
CreateModelPackageInput.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelPackageModelCard, location_name: "ModelCard"))
|
|
5012
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"))
|
|
5013
5028
|
CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
|
|
5014
5029
|
|
|
5015
5030
|
CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
|
@@ -6673,6 +6688,7 @@ module Aws::SageMaker
|
|
|
6673
6688
|
DescribeModelPackageGroupOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
|
6674
6689
|
DescribeModelPackageGroupOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, required: true, location_name: "CreatedBy"))
|
|
6675
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"))
|
|
6676
6692
|
DescribeModelPackageGroupOutput.struct_class = Types::DescribeModelPackageGroupOutput
|
|
6677
6693
|
|
|
6678
6694
|
DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
|
@@ -6709,6 +6725,7 @@ module Aws::SageMaker
|
|
|
6709
6725
|
DescribeModelPackageOutput.add_member(:security_config, Shapes::ShapeRef.new(shape: ModelPackageSecurityConfig, location_name: "SecurityConfig"))
|
|
6710
6726
|
DescribeModelPackageOutput.add_member(:model_card, Shapes::ShapeRef.new(shape: ModelPackageModelCard, location_name: "ModelCard"))
|
|
6711
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"))
|
|
6712
6729
|
DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
|
|
6713
6730
|
|
|
6714
6731
|
DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
|
|
@@ -8352,6 +8369,7 @@ module Aws::SageMaker
|
|
|
8352
8369
|
|
|
8353
8370
|
InstanceMetadata.add_member(:customer_eni, Shapes::ShapeRef.new(shape: String, location_name: "CustomerEni"))
|
|
8354
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"))
|
|
8355
8373
|
InstanceMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
|
|
8356
8374
|
InstanceMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
8357
8375
|
InstanceMetadata.add_member(:lcs_execution_state, Shapes::ShapeRef.new(shape: String, location_name: "LcsExecutionState"))
|
|
@@ -8378,6 +8396,12 @@ module Aws::SageMaker
|
|
|
8378
8396
|
|
|
8379
8397
|
InstancePoolSummaryList.member = Shapes::ShapeRef.new(shape: InstancePoolSummary)
|
|
8380
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
|
+
|
|
8381
8405
|
IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
|
|
8382
8406
|
IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
|
|
8383
8407
|
IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
|
|
@@ -9765,6 +9789,9 @@ module Aws::SageMaker
|
|
|
9765
9789
|
MLflowConfiguration.add_member(:mlflow_experiment_name, Shapes::ShapeRef.new(shape: MlflowExperimentEntityName, location_name: "MlflowExperimentName"))
|
|
9766
9790
|
MLflowConfiguration.struct_class = Types::MLflowConfiguration
|
|
9767
9791
|
|
|
9792
|
+
ManagedConfiguration.add_member(:managed_storage_type, Shapes::ShapeRef.new(shape: ManagedStorageType, location_name: "ManagedStorageType"))
|
|
9793
|
+
ManagedConfiguration.struct_class = Types::ManagedConfiguration
|
|
9794
|
+
|
|
9768
9795
|
MapString2048.key = Shapes::ShapeRef.new(shape: String2048)
|
|
9769
9796
|
MapString2048.value = Shapes::ShapeRef.new(shape: String2048)
|
|
9770
9797
|
|
|
@@ -10131,6 +10158,7 @@ module Aws::SageMaker
|
|
|
10131
10158
|
ModelPackageGroupSummary.add_member(:model_package_group_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageGroupDescription"))
|
|
10132
10159
|
ModelPackageGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
|
10133
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"))
|
|
10134
10162
|
ModelPackageGroupSummary.struct_class = Types::ModelPackageGroupSummary
|
|
10135
10163
|
|
|
10136
10164
|
ModelPackageGroupSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageGroupSummary)
|
|
@@ -11176,7 +11204,7 @@ module Aws::SageMaker
|
|
|
11176
11204
|
RStudioServerProDomainSettingsForUpdate.add_member(:r_studio_package_manager_url, Shapes::ShapeRef.new(shape: String, location_name: "RStudioPackageManagerUrl"))
|
|
11177
11205
|
RStudioServerProDomainSettingsForUpdate.struct_class = Types::RStudioServerProDomainSettingsForUpdate
|
|
11178
11206
|
|
|
11179
|
-
RealTimeInferenceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape:
|
|
11207
|
+
RealTimeInferenceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: ProductionVariantInstanceType, required: true, location_name: "InstanceType"))
|
|
11180
11208
|
RealTimeInferenceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TaskCount, required: true, location_name: "InstanceCount"))
|
|
11181
11209
|
RealTimeInferenceConfig.struct_class = Types::RealTimeInferenceConfig
|
|
11182
11210
|
|
|
@@ -11396,6 +11424,7 @@ module Aws::SageMaker
|
|
|
11396
11424
|
ResourceSpec.add_member(:sage_maker_image_version_alias, Shapes::ShapeRef.new(shape: ImageVersionAlias, location_name: "SageMakerImageVersionAlias"))
|
|
11397
11425
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
|
11398
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"))
|
|
11399
11428
|
ResourceSpec.struct_class = Types::ResourceSpec
|
|
11400
11429
|
|
|
11401
11430
|
ResponseMIMETypes.member = Shapes::ShapeRef.new(shape: ResponseMIMEType)
|
|
@@ -11860,6 +11889,7 @@ module Aws::SageMaker
|
|
|
11860
11889
|
StudioWebPortalSettings.add_member(:hidden_app_types, Shapes::ShapeRef.new(shape: HiddenAppTypesList, location_name: "HiddenAppTypes"))
|
|
11861
11890
|
StudioWebPortalSettings.add_member(:hidden_instance_types, Shapes::ShapeRef.new(shape: HiddenInstanceTypesList, location_name: "HiddenInstanceTypes"))
|
|
11862
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"))
|
|
11863
11893
|
StudioWebPortalSettings.struct_class = Types::StudioWebPortalSettings
|
|
11864
11894
|
|
|
11865
11895
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
@@ -12031,6 +12061,7 @@ module Aws::SageMaker
|
|
|
12031
12061
|
TrainingJob.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
|
|
12032
12062
|
TrainingJob.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, location_name: "OutputDataConfig"))
|
|
12033
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"))
|
|
12034
12065
|
TrainingJob.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
12035
12066
|
TrainingJob.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "StoppingCondition"))
|
|
12036
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
|
|
@@ -6319,6 +6331,12 @@ module Aws::SageMaker
|
|
|
6319
6331
|
# group.
|
|
6320
6332
|
# @return [String]
|
|
6321
6333
|
#
|
|
6334
|
+
# @!attribute [rw] image_version_status
|
|
6335
|
+
# The status of the image version for the instance group. Indicates
|
|
6336
|
+
# whether the instance group is running the latest image version or if
|
|
6337
|
+
# an update is available.
|
|
6338
|
+
# @return [String]
|
|
6339
|
+
#
|
|
6322
6340
|
# @!attribute [rw] active_operations
|
|
6323
6341
|
# A map indicating active operations currently in progress for the
|
|
6324
6342
|
# instance group of a SageMaker HyperPod cluster. When there is a
|
|
@@ -6402,6 +6420,7 @@ module Aws::SageMaker
|
|
|
6402
6420
|
:scheduled_update_config,
|
|
6403
6421
|
:current_image_id,
|
|
6404
6422
|
:desired_image_id,
|
|
6423
|
+
:image_version_status,
|
|
6405
6424
|
:active_operations,
|
|
6406
6425
|
:kubernetes_config,
|
|
6407
6426
|
:capacity_requirements,
|
|
@@ -7071,6 +7090,10 @@ module Aws::SageMaker
|
|
|
7071
7090
|
# The ID of the Amazon Machine Image (AMI) desired for the node.
|
|
7072
7091
|
# @return [String]
|
|
7073
7092
|
#
|
|
7093
|
+
# @!attribute [rw] image_version_status
|
|
7094
|
+
# The status of the image version for the cluster node.
|
|
7095
|
+
# @return [String]
|
|
7096
|
+
#
|
|
7074
7097
|
# @!attribute [rw] ultra_server_info
|
|
7075
7098
|
# Contains information about the UltraServer.
|
|
7076
7099
|
# @return [Types::UltraServerInfo]
|
|
@@ -7112,6 +7135,7 @@ module Aws::SageMaker
|
|
|
7112
7135
|
:placement,
|
|
7113
7136
|
:current_image_id,
|
|
7114
7137
|
:desired_image_id,
|
|
7138
|
+
:image_version_status,
|
|
7115
7139
|
:ultra_server_info,
|
|
7116
7140
|
:kubernetes_config,
|
|
7117
7141
|
:capacity_type,
|
|
@@ -7165,6 +7189,10 @@ module Aws::SageMaker
|
|
|
7165
7189
|
# The private DNS hostname of the SageMaker HyperPod cluster node.
|
|
7166
7190
|
# @return [String]
|
|
7167
7191
|
#
|
|
7192
|
+
# @!attribute [rw] image_version_status
|
|
7193
|
+
# The status of the image version for the cluster node.
|
|
7194
|
+
# @return [String]
|
|
7195
|
+
#
|
|
7168
7196
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterNodeSummary AWS API Documentation
|
|
7169
7197
|
#
|
|
7170
7198
|
class ClusterNodeSummary < Struct.new(
|
|
@@ -7176,7 +7204,8 @@ module Aws::SageMaker
|
|
|
7176
7204
|
:last_software_update_time,
|
|
7177
7205
|
:instance_status,
|
|
7178
7206
|
:ultra_server_info,
|
|
7179
|
-
:private_dns_hostname
|
|
7207
|
+
:private_dns_hostname,
|
|
7208
|
+
:image_version_status)
|
|
7180
7209
|
SENSITIVE = []
|
|
7181
7210
|
include Aws::Structure
|
|
7182
7211
|
end
|
|
@@ -12182,12 +12211,17 @@ module Aws::SageMaker
|
|
|
12182
12211
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
|
12183
12212
|
# @return [Array<Types::Tag>]
|
|
12184
12213
|
#
|
|
12214
|
+
# @!attribute [rw] managed_configuration
|
|
12215
|
+
# The managed configuration of the model package group.
|
|
12216
|
+
# @return [Types::ManagedConfiguration]
|
|
12217
|
+
#
|
|
12185
12218
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageGroupInput AWS API Documentation
|
|
12186
12219
|
#
|
|
12187
12220
|
class CreateModelPackageGroupInput < Struct.new(
|
|
12188
12221
|
:model_package_group_name,
|
|
12189
12222
|
:model_package_group_description,
|
|
12190
|
-
:tags
|
|
12223
|
+
:tags,
|
|
12224
|
+
:managed_configuration)
|
|
12191
12225
|
SENSITIVE = []
|
|
12192
12226
|
include Aws::Structure
|
|
12193
12227
|
end
|
|
@@ -12390,6 +12424,10 @@ module Aws::SageMaker
|
|
|
12390
12424
|
# cycle.
|
|
12391
12425
|
# @return [Types::ModelLifeCycle]
|
|
12392
12426
|
#
|
|
12427
|
+
# @!attribute [rw] managed_storage_type
|
|
12428
|
+
# The storage type of the model package.
|
|
12429
|
+
# @return [String]
|
|
12430
|
+
#
|
|
12393
12431
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
|
|
12394
12432
|
#
|
|
12395
12433
|
class CreateModelPackageInput < Struct.new(
|
|
@@ -12416,7 +12454,8 @@ module Aws::SageMaker
|
|
|
12416
12454
|
:source_uri,
|
|
12417
12455
|
:security_config,
|
|
12418
12456
|
:model_card,
|
|
12419
|
-
:model_life_cycle
|
|
12457
|
+
:model_life_cycle,
|
|
12458
|
+
:managed_storage_type)
|
|
12420
12459
|
SENSITIVE = []
|
|
12421
12460
|
include Aws::Structure
|
|
12422
12461
|
end
|
|
@@ -21256,6 +21295,10 @@ module Aws::SageMaker
|
|
|
21256
21295
|
# The status of the model group.
|
|
21257
21296
|
# @return [String]
|
|
21258
21297
|
#
|
|
21298
|
+
# @!attribute [rw] managed_configuration
|
|
21299
|
+
# The managed configuration of the model package group.
|
|
21300
|
+
# @return [Types::ManagedConfiguration]
|
|
21301
|
+
#
|
|
21259
21302
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroupOutput AWS API Documentation
|
|
21260
21303
|
#
|
|
21261
21304
|
class DescribeModelPackageGroupOutput < Struct.new(
|
|
@@ -21264,7 +21307,8 @@ module Aws::SageMaker
|
|
|
21264
21307
|
:model_package_group_description,
|
|
21265
21308
|
:creation_time,
|
|
21266
21309
|
:created_by,
|
|
21267
|
-
:model_package_group_status
|
|
21310
|
+
:model_package_group_status,
|
|
21311
|
+
:managed_configuration)
|
|
21268
21312
|
SENSITIVE = []
|
|
21269
21313
|
include Aws::Structure
|
|
21270
21314
|
end
|
|
@@ -21449,6 +21493,10 @@ module Aws::SageMaker
|
|
|
21449
21493
|
# cycle.
|
|
21450
21494
|
# @return [Types::ModelLifeCycle]
|
|
21451
21495
|
#
|
|
21496
|
+
# @!attribute [rw] managed_storage_type
|
|
21497
|
+
# The storage type of the model package.
|
|
21498
|
+
# @return [String]
|
|
21499
|
+
#
|
|
21452
21500
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
|
|
21453
21501
|
#
|
|
21454
21502
|
class DescribeModelPackageOutput < Struct.new(
|
|
@@ -21482,7 +21530,8 @@ module Aws::SageMaker
|
|
|
21482
21530
|
:source_uri,
|
|
21483
21531
|
:security_config,
|
|
21484
21532
|
:model_card,
|
|
21485
|
-
:model_life_cycle
|
|
21533
|
+
:model_life_cycle,
|
|
21534
|
+
:managed_storage_type)
|
|
21486
21535
|
SENSITIVE = []
|
|
21487
21536
|
include Aws::Structure
|
|
21488
21537
|
end
|
|
@@ -23483,7 +23532,8 @@ module Aws::SageMaker
|
|
|
23483
23532
|
#
|
|
23484
23533
|
# @!attribute [rw] target_resources
|
|
23485
23534
|
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
|
23486
|
-
# HyperPod, SageMaker Endpoints) that can use this
|
|
23535
|
+
# HyperPod, SageMaker Endpoints, Studio apps) that can use this
|
|
23536
|
+
# training plan.
|
|
23487
23537
|
#
|
|
23488
23538
|
# Training plans are specific to their target resource.
|
|
23489
23539
|
#
|
|
@@ -23496,6 +23546,9 @@ module Aws::SageMaker
|
|
|
23496
23546
|
# * A training plan for SageMaker endpoints can be used exclusively to
|
|
23497
23547
|
# provide compute resources to SageMaker endpoints for model
|
|
23498
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.
|
|
23499
23552
|
# @return [Array<String>]
|
|
23500
23553
|
#
|
|
23501
23554
|
# @!attribute [rw] reserved_capacity_summaries
|
|
@@ -31560,6 +31613,12 @@ module Aws::SageMaker
|
|
|
31560
31613
|
# associated with the instance.
|
|
31561
31614
|
# @return [Types::AdditionalEnis]
|
|
31562
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
|
+
#
|
|
31563
31622
|
# @!attribute [rw] capacity_reservation
|
|
31564
31623
|
# Information about the Capacity Reservation used by the instance.
|
|
31565
31624
|
# @return [Types::CapacityReservation]
|
|
@@ -31583,6 +31642,7 @@ module Aws::SageMaker
|
|
|
31583
31642
|
class InstanceMetadata < Struct.new(
|
|
31584
31643
|
:customer_eni,
|
|
31585
31644
|
:additional_enis,
|
|
31645
|
+
:instance_requirements_eni_configurations,
|
|
31586
31646
|
:capacity_reservation,
|
|
31587
31647
|
:failure_message,
|
|
31588
31648
|
:lcs_execution_state,
|
|
@@ -31688,6 +31748,28 @@ module Aws::SageMaker
|
|
|
31688
31748
|
include Aws::Structure
|
|
31689
31749
|
end
|
|
31690
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
|
+
|
|
31691
31773
|
# For a hyperparameter of the integer type, specifies the range that a
|
|
31692
31774
|
# hyperparameter tuning job searches.
|
|
31693
31775
|
#
|
|
@@ -39069,6 +39151,20 @@ module Aws::SageMaker
|
|
|
39069
39151
|
include Aws::Structure
|
|
39070
39152
|
end
|
|
39071
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
|
+
|
|
39072
39168
|
# Defines an Amazon Cognito or your own OIDC IdP user group that is part
|
|
39073
39169
|
# of a work team.
|
|
39074
39170
|
#
|
|
@@ -41031,6 +41127,10 @@ module Aws::SageMaker
|
|
|
41031
41127
|
# The status of the model group.
|
|
41032
41128
|
# @return [String]
|
|
41033
41129
|
#
|
|
41130
|
+
# @!attribute [rw] managed_configuration
|
|
41131
|
+
# The managed configuration of the model package group.
|
|
41132
|
+
# @return [Types::ManagedConfiguration]
|
|
41133
|
+
#
|
|
41034
41134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageGroupSummary AWS API Documentation
|
|
41035
41135
|
#
|
|
41036
41136
|
class ModelPackageGroupSummary < Struct.new(
|
|
@@ -41038,7 +41138,8 @@ module Aws::SageMaker
|
|
|
41038
41138
|
:model_package_group_arn,
|
|
41039
41139
|
:model_package_group_description,
|
|
41040
41140
|
:creation_time,
|
|
41041
|
-
:model_package_group_status
|
|
41141
|
+
:model_package_group_status,
|
|
41142
|
+
:managed_configuration)
|
|
41042
41143
|
SENSITIVE = []
|
|
41043
41144
|
include Aws::Structure
|
|
41044
41145
|
end
|
|
@@ -48272,6 +48373,21 @@ module Aws::SageMaker
|
|
|
48272
48373
|
# attached to the Resource.
|
|
48273
48374
|
# @return [String]
|
|
48274
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
|
+
#
|
|
48275
48391
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceSpec AWS API Documentation
|
|
48276
48392
|
#
|
|
48277
48393
|
class ResourceSpec < Struct.new(
|
|
@@ -48279,7 +48395,8 @@ module Aws::SageMaker
|
|
|
48279
48395
|
:sage_maker_image_version_arn,
|
|
48280
48396
|
:sage_maker_image_version_alias,
|
|
48281
48397
|
:instance_type,
|
|
48282
|
-
:lifecycle_config_arn
|
|
48398
|
+
:lifecycle_config_arn,
|
|
48399
|
+
:training_plan_arn)
|
|
48283
48400
|
SENSITIVE = []
|
|
48284
48401
|
include Aws::Structure
|
|
48285
48402
|
end
|
|
@@ -49338,7 +49455,8 @@ module Aws::SageMaker
|
|
|
49338
49455
|
#
|
|
49339
49456
|
# @!attribute [rw] target_resources
|
|
49340
49457
|
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
|
49341
|
-
# HyperPod, SageMaker Endpoints) to search for in the
|
|
49458
|
+
# HyperPod, SageMaker Endpoints, Studio apps) to search for in the
|
|
49459
|
+
# offerings.
|
|
49342
49460
|
#
|
|
49343
49461
|
# Training plans are specific to their target resource.
|
|
49344
49462
|
#
|
|
@@ -49351,6 +49469,9 @@ module Aws::SageMaker
|
|
|
49351
49469
|
# * A training plan for SageMaker endpoints can be used exclusively to
|
|
49352
49470
|
# provide compute resources to SageMaker endpoints for model
|
|
49353
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.
|
|
49354
49475
|
# @return [Array<String>]
|
|
49355
49476
|
#
|
|
49356
49477
|
# @!attribute [rw] training_plan_arn
|
|
@@ -51079,13 +51200,24 @@ module Aws::SageMaker
|
|
|
51079
51200
|
# The version aliases you are hiding from the Studio user interface.
|
|
51080
51201
|
# @return [Array<Types::HiddenSageMakerImage>]
|
|
51081
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
|
+
#
|
|
51082
51213
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StudioWebPortalSettings AWS API Documentation
|
|
51083
51214
|
#
|
|
51084
51215
|
class StudioWebPortalSettings < Struct.new(
|
|
51085
51216
|
:hidden_ml_tools,
|
|
51086
51217
|
:hidden_app_types,
|
|
51087
51218
|
:hidden_instance_types,
|
|
51088
|
-
:hidden_sage_maker_image_version_aliases
|
|
51219
|
+
:hidden_sage_maker_image_version_aliases,
|
|
51220
|
+
:execution_role_session_name_mode)
|
|
51089
51221
|
SENSITIVE = []
|
|
51090
51222
|
include Aws::Structure
|
|
51091
51223
|
end
|
|
@@ -52293,6 +52425,10 @@ module Aws::SageMaker
|
|
|
52293
52425
|
# that are configured for model training.
|
|
52294
52426
|
# @return [Types::ResourceConfig]
|
|
52295
52427
|
#
|
|
52428
|
+
# @!attribute [rw] warm_pool_status
|
|
52429
|
+
# The status of the warm pool associated with the training job.
|
|
52430
|
+
# @return [Types::WarmPoolStatus]
|
|
52431
|
+
#
|
|
52296
52432
|
# @!attribute [rw] vpc_config
|
|
52297
52433
|
# A [VpcConfig][1] object that specifies the VPC that this training
|
|
52298
52434
|
# job has access to. For more information, see [Protect Training Jobs
|
|
@@ -52486,6 +52622,7 @@ module Aws::SageMaker
|
|
|
52486
52622
|
:input_data_config,
|
|
52487
52623
|
:output_data_config,
|
|
52488
52624
|
:resource_config,
|
|
52625
|
+
:warm_pool_status,
|
|
52489
52626
|
:vpc_config,
|
|
52490
52627
|
:stopping_condition,
|
|
52491
52628
|
:creation_time,
|
|
@@ -52872,7 +53009,8 @@ module Aws::SageMaker
|
|
|
52872
53009
|
#
|
|
52873
53010
|
# @!attribute [rw] target_resources
|
|
52874
53011
|
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
|
52875
|
-
# HyperPod, SageMaker Endpoints) for this training plan
|
|
53012
|
+
# HyperPod, SageMaker Endpoints, Studio apps) for this training plan
|
|
53013
|
+
# offering.
|
|
52876
53014
|
#
|
|
52877
53015
|
# Training plans are specific to their target resource.
|
|
52878
53016
|
#
|
|
@@ -52885,6 +53023,9 @@ module Aws::SageMaker
|
|
|
52885
53023
|
# * A training plan for SageMaker endpoints can be used exclusively to
|
|
52886
53024
|
# provide compute resources to SageMaker endpoints for model
|
|
52887
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.
|
|
52888
53029
|
# @return [Array<String>]
|
|
52889
53030
|
#
|
|
52890
53031
|
# @!attribute [rw] requested_start_time_after
|
|
@@ -53007,7 +53148,7 @@ module Aws::SageMaker
|
|
|
53007
53148
|
#
|
|
53008
53149
|
# @!attribute [rw] target_resources
|
|
53009
53150
|
# The target resources (e.g., training jobs, HyperPod clusters,
|
|
53010
|
-
# Endpoints) that can use this training plan.
|
|
53151
|
+
# Endpoints, Studio apps) that can use this training plan.
|
|
53011
53152
|
#
|
|
53012
53153
|
# Training plans are specific to their target resource.
|
|
53013
53154
|
#
|
|
@@ -53020,6 +53161,9 @@ module Aws::SageMaker
|
|
|
53020
53161
|
# * A training plan for SageMaker endpoints can be used exclusively to
|
|
53021
53162
|
# provide compute resources to SageMaker endpoints for model
|
|
53022
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.
|
|
53023
53167
|
# @return [Array<String>]
|
|
53024
53168
|
#
|
|
53025
53169
|
# @!attribute [rw] reserved_capacity_summaries
|