aws-sdk-sagemaker 1.373.0 → 1.375.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.
@@ -418,6 +418,8 @@ module Aws::SageMaker
418
418
  ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
419
419
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
420
420
  ClusterArn = Shapes::StringShape.new(name: 'ClusterArn')
421
+ ClusterAutoPatchConfig = Shapes::StructureShape.new(name: 'ClusterAutoPatchConfig')
422
+ ClusterAutoPatchConfigDetails = Shapes::StructureShape.new(name: 'ClusterAutoPatchConfigDetails')
421
423
  ClusterAutoScalerType = Shapes::StringShape.new(name: 'ClusterAutoScalerType')
422
424
  ClusterAutoScalingConfig = Shapes::StructureShape.new(name: 'ClusterAutoScalingConfig')
423
425
  ClusterAutoScalingConfigOutput = Shapes::StructureShape.new(name: 'ClusterAutoScalingConfigOutput')
@@ -498,6 +500,9 @@ module Aws::SageMaker
498
500
  ClusterOrchestratorSlurmConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorSlurmConfig')
499
501
  ClusterPartitionName = Shapes::StringShape.new(name: 'ClusterPartitionName')
500
502
  ClusterPartitionNames = Shapes::ListShape.new(name: 'ClusterPartitionNames')
503
+ ClusterPatchSchedule = Shapes::StructureShape.new(name: 'ClusterPatchSchedule')
504
+ ClusterPatchScheduleDetails = Shapes::StructureShape.new(name: 'ClusterPatchScheduleDetails')
505
+ ClusterPatchingStrategy = Shapes::StringShape.new(name: 'ClusterPatchingStrategy')
501
506
  ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
502
507
  ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp')
503
508
  ClusterPrivatePrimaryIpv6 = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIpv6')
@@ -579,6 +584,7 @@ module Aws::SageMaker
579
584
  ContainerEntrypointString = Shapes::StringShape.new(name: 'ContainerEntrypointString')
580
585
  ContainerHostname = Shapes::StringShape.new(name: 'ContainerHostname')
581
586
  ContainerImage = Shapes::StringShape.new(name: 'ContainerImage')
587
+ ContainerMetricsConfig = Shapes::StructureShape.new(name: 'ContainerMetricsConfig')
582
588
  ContainerMode = Shapes::StringShape.new(name: 'ContainerMode')
583
589
  ContentClassifier = Shapes::StringShape.new(name: 'ContentClassifier')
584
590
  ContentClassifiers = Shapes::ListShape.new(name: 'ContentClassifiers')
@@ -1144,6 +1150,7 @@ module Aws::SageMaker
1144
1150
  EmrSettings = Shapes::StructureShape.new(name: 'EmrSettings')
1145
1151
  EnableCaching = Shapes::BooleanShape.new(name: 'EnableCaching')
1146
1152
  EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
1153
+ EnableDetailedObservability = Shapes::BooleanShape.new(name: 'EnableDetailedObservability')
1147
1154
  EnableEnhancedMetrics = Shapes::BooleanShape.new(name: 'EnableEnhancedMetrics')
1148
1155
  EnableInfraCheck = Shapes::BooleanShape.new(name: 'EnableInfraCheck')
1149
1156
  EnableIotRoleAlias = Shapes::BooleanShape.new(name: 'EnableIotRoleAlias')
@@ -1429,6 +1436,7 @@ module Aws::SageMaker
1429
1436
  ImageId = Shapes::StringShape.new(name: 'ImageId')
1430
1437
  ImageName = Shapes::StringShape.new(name: 'ImageName')
1431
1438
  ImageNameContains = Shapes::StringShape.new(name: 'ImageNameContains')
1439
+ ImageReleaseVersion = Shapes::StringShape.new(name: 'ImageReleaseVersion')
1432
1440
  ImageSortBy = Shapes::StringShape.new(name: 'ImageSortBy')
1433
1441
  ImageSortOrder = Shapes::StringShape.new(name: 'ImageSortOrder')
1434
1442
  ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
@@ -1870,6 +1878,9 @@ module Aws::SageMaker
1870
1878
  MetricSpecification = Shapes::UnionShape.new(name: 'MetricSpecification')
1871
1879
  MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
1872
1880
  MetricsConfig = Shapes::StructureShape.new(name: 'MetricsConfig')
1881
+ MetricsEndpoint = Shapes::StructureShape.new(name: 'MetricsEndpoint')
1882
+ MetricsEndpointList = Shapes::ListShape.new(name: 'MetricsEndpointList')
1883
+ MetricsEndpointPath = Shapes::StringShape.new(name: 'MetricsEndpointPath')
1873
1884
  MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
1874
1885
  MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
1875
1886
  MlFlowResourceArn = Shapes::StringShape.new(name: 'MlFlowResourceArn')
@@ -4009,6 +4020,17 @@ module Aws::SageMaker
4009
4020
  ClarifyTextConfig.add_member(:granularity, Shapes::ShapeRef.new(shape: ClarifyTextGranularity, required: true, location_name: "Granularity"))
4010
4021
  ClarifyTextConfig.struct_class = Types::ClarifyTextConfig
4011
4022
 
4023
+ ClusterAutoPatchConfig.add_member(:patching_strategy, Shapes::ShapeRef.new(shape: ClusterPatchingStrategy, required: true, location_name: "PatchingStrategy"))
4024
+ ClusterAutoPatchConfig.add_member(:patch_schedule, Shapes::ShapeRef.new(shape: ClusterPatchSchedule, location_name: "PatchSchedule"))
4025
+ ClusterAutoPatchConfig.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
4026
+ ClusterAutoPatchConfig.struct_class = Types::ClusterAutoPatchConfig
4027
+
4028
+ ClusterAutoPatchConfigDetails.add_member(:patching_strategy, Shapes::ShapeRef.new(shape: ClusterPatchingStrategy, location_name: "PatchingStrategy"))
4029
+ ClusterAutoPatchConfigDetails.add_member(:current_patch_schedule, Shapes::ShapeRef.new(shape: ClusterPatchScheduleDetails, location_name: "CurrentPatchSchedule"))
4030
+ ClusterAutoPatchConfigDetails.add_member(:desired_patch_schedule, Shapes::ShapeRef.new(shape: ClusterPatchScheduleDetails, location_name: "DesiredPatchSchedule"))
4031
+ ClusterAutoPatchConfigDetails.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
4032
+ ClusterAutoPatchConfigDetails.struct_class = Types::ClusterAutoPatchConfigDetails
4033
+
4012
4034
  ClusterAutoScalingConfig.add_member(:mode, Shapes::ShapeRef.new(shape: ClusterAutoScalingMode, required: true, location_name: "Mode"))
4013
4035
  ClusterAutoScalingConfig.add_member(:auto_scaler_type, Shapes::ShapeRef.new(shape: ClusterAutoScalerType, location_name: "AutoScalerType"))
4014
4036
  ClusterAutoScalingConfig.struct_class = Types::ClusterAutoScalingConfig
@@ -4081,8 +4103,11 @@ module Aws::SageMaker
4081
4103
  ClusterInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
4082
4104
  ClusterInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
4083
4105
  ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
4106
+ ClusterInstanceGroupDetails.add_member(:auto_patch_config, Shapes::ShapeRef.new(shape: ClusterAutoPatchConfigDetails, location_name: "AutoPatchConfig"))
4084
4107
  ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
4085
4108
  ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
4109
+ ClusterInstanceGroupDetails.add_member(:current_image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "CurrentImageReleaseVersion"))
4110
+ ClusterInstanceGroupDetails.add_member(:desired_image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "DesiredImageReleaseVersion"))
4086
4111
  ClusterInstanceGroupDetails.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4087
4112
  ClusterInstanceGroupDetails.add_member(:active_operations, Shapes::ShapeRef.new(shape: ActiveOperations, location_name: "ActiveOperations"))
4088
4113
  ClusterInstanceGroupDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigDetails, location_name: "KubernetesConfig"))
@@ -4110,6 +4135,8 @@ module Aws::SageMaker
4110
4135
  ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
4111
4136
  ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
4112
4137
  ClusterInstanceGroupSpecification.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
4138
+ ClusterInstanceGroupSpecification.add_member(:auto_patch_config, Shapes::ShapeRef.new(shape: ClusterAutoPatchConfig, location_name: "AutoPatchConfig"))
4139
+ ClusterInstanceGroupSpecification.add_member(:image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "ImageReleaseVersion"))
4113
4140
  ClusterInstanceGroupSpecification.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfig, location_name: "KubernetesConfig"))
4114
4141
  ClusterInstanceGroupSpecification.add_member(:slurm_config, Shapes::ShapeRef.new(shape: ClusterSlurmConfig, location_name: "SlurmConfig"))
4115
4142
  ClusterInstanceGroupSpecification.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
@@ -4215,6 +4242,8 @@ module Aws::SageMaker
4215
4242
  ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
4216
4243
  ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
4217
4244
  ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
4245
+ ClusterNodeDetails.add_member(:current_image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "CurrentImageReleaseVersion"))
4246
+ ClusterNodeDetails.add_member(:desired_image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "DesiredImageReleaseVersion"))
4218
4247
  ClusterNodeDetails.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4219
4248
  ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
4220
4249
  ClusterNodeDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigNodeDetails, location_name: "KubernetesConfig"))
@@ -4237,6 +4266,7 @@ module Aws::SageMaker
4237
4266
  ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
4238
4267
  ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
4239
4268
  ClusterNodeSummary.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
4269
+ ClusterNodeSummary.add_member(:current_image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "CurrentImageReleaseVersion"))
4240
4270
  ClusterNodeSummary.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4241
4271
  ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
4242
4272
 
@@ -4254,6 +4284,12 @@ module Aws::SageMaker
4254
4284
 
4255
4285
  ClusterPartitionNames.member = Shapes::ShapeRef.new(shape: ClusterPartitionName)
4256
4286
 
4287
+ ClusterPatchSchedule.add_member(:next_patch_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "NextPatchDate"))
4288
+ ClusterPatchSchedule.struct_class = Types::ClusterPatchSchedule
4289
+
4290
+ ClusterPatchScheduleDetails.add_member(:next_patch_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "NextPatchDate"))
4291
+ ClusterPatchScheduleDetails.struct_class = Types::ClusterPatchScheduleDetails
4292
+
4257
4293
  ClusterRestrictedInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
4258
4294
  ClusterRestrictedInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
4259
4295
  ClusterRestrictedInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
@@ -4332,6 +4368,7 @@ module Aws::SageMaker
4332
4368
  ClusterSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
4333
4369
  ClusterSummary.add_member(:cluster_status, Shapes::ShapeRef.new(shape: ClusterStatus, required: true, location_name: "ClusterStatus"))
4334
4370
  ClusterSummary.add_member(:training_plan_arns, Shapes::ShapeRef.new(shape: TrainingPlanArns, location_name: "TrainingPlanArns"))
4371
+ ClusterSummary.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4335
4372
  ClusterSummary.struct_class = Types::ClusterSummary
4336
4373
 
4337
4374
  ClusterTieredStorageConfig.add_member(:mode, Shapes::ShapeRef.new(shape: ClusterConfigMode, required: true, location_name: "Mode"))
@@ -4462,12 +4499,16 @@ module Aws::SageMaker
4462
4499
  ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
4463
4500
  ContainerDefinition.add_member(:inference_specification_name, Shapes::ShapeRef.new(shape: InferenceSpecificationName, location_name: "InferenceSpecificationName"))
4464
4501
  ContainerDefinition.add_member(:multi_model_config, Shapes::ShapeRef.new(shape: MultiModelConfig, location_name: "MultiModelConfig"))
4502
+ ContainerDefinition.add_member(:container_metrics_config, Shapes::ShapeRef.new(shape: ContainerMetricsConfig, location_name: "ContainerMetricsConfig"))
4465
4503
  ContainerDefinition.struct_class = Types::ContainerDefinition
4466
4504
 
4467
4505
  ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
4468
4506
 
4469
4507
  ContainerEntrypoint.member = Shapes::ShapeRef.new(shape: ContainerEntrypointString)
4470
4508
 
4509
+ ContainerMetricsConfig.add_member(:metrics_endpoints, Shapes::ShapeRef.new(shape: MetricsEndpointList, location_name: "MetricsEndpoints"))
4510
+ ContainerMetricsConfig.struct_class = Types::ContainerMetricsConfig
4511
+
4471
4512
  ContentClassifiers.member = Shapes::ShapeRef.new(shape: ContentClassifier)
4472
4513
 
4473
4514
  ContentTypes.member = Shapes::ShapeRef.new(shape: ContentType)
@@ -8282,11 +8323,13 @@ module Aws::SageMaker
8282
8323
  InferenceComponentContainerSpecification.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "Image"))
8283
8324
  InferenceComponentContainerSpecification.add_member(:artifact_url, Shapes::ShapeRef.new(shape: Url, location_name: "ArtifactUrl"))
8284
8325
  InferenceComponentContainerSpecification.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
8326
+ InferenceComponentContainerSpecification.add_member(:container_metrics_config, Shapes::ShapeRef.new(shape: ContainerMetricsConfig, location_name: "ContainerMetricsConfig"))
8285
8327
  InferenceComponentContainerSpecification.struct_class = Types::InferenceComponentContainerSpecification
8286
8328
 
8287
8329
  InferenceComponentContainerSpecificationSummary.add_member(:deployed_image, Shapes::ShapeRef.new(shape: DeployedImage, location_name: "DeployedImage"))
8288
8330
  InferenceComponentContainerSpecificationSummary.add_member(:artifact_url, Shapes::ShapeRef.new(shape: Url, location_name: "ArtifactUrl"))
8289
8331
  InferenceComponentContainerSpecificationSummary.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
8332
+ InferenceComponentContainerSpecificationSummary.add_member(:container_metrics_config, Shapes::ShapeRef.new(shape: ContainerMetricsConfig, location_name: "ContainerMetricsConfig"))
8290
8333
  InferenceComponentContainerSpecificationSummary.struct_class = Types::InferenceComponentContainerSpecificationSummary
8291
8334
 
8292
8335
  InferenceComponentDataCacheConfig.add_member(:enable_caching, Shapes::ShapeRef.new(shape: EnableCaching, required: true, location_name: "EnableCaching", metadata: {"box" => true}))
@@ -10022,9 +10065,16 @@ module Aws::SageMaker
10022
10065
  MetricSpecification.struct_class = Types::MetricSpecification
10023
10066
 
10024
10067
  MetricsConfig.add_member(:enable_enhanced_metrics, Shapes::ShapeRef.new(shape: EnableEnhancedMetrics, location_name: "EnableEnhancedMetrics"))
10068
+ MetricsConfig.add_member(:enable_detailed_observability, Shapes::ShapeRef.new(shape: EnableDetailedObservability, location_name: "EnableDetailedObservability"))
10025
10069
  MetricsConfig.add_member(:metric_publish_frequency_in_seconds, Shapes::ShapeRef.new(shape: MetricPublishFrequencyInSeconds, location_name: "MetricPublishFrequencyInSeconds"))
10026
10070
  MetricsConfig.struct_class = Types::MetricsConfig
10027
10071
 
10072
+ MetricsEndpoint.add_member(:metrics_endpoint_path, Shapes::ShapeRef.new(shape: MetricsEndpointPath, required: true, location_name: "MetricsEndpointPath"))
10073
+ MetricsEndpoint.add_member(:metric_publish_frequency_in_seconds, Shapes::ShapeRef.new(shape: MetricPublishFrequencyInSeconds, location_name: "MetricPublishFrequencyInSeconds"))
10074
+ MetricsEndpoint.struct_class = Types::MetricsEndpoint
10075
+
10076
+ MetricsEndpointList.member = Shapes::ShapeRef.new(shape: MetricsEndpoint)
10077
+
10028
10078
  MetricsSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "ContentType"))
10029
10079
  MetricsSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
10030
10080
  MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
@@ -12720,6 +12770,7 @@ module Aws::SageMaker
12720
12770
  UpdateClusterSchedulerConfigResponse.struct_class = Types::UpdateClusterSchedulerConfigResponse
12721
12771
 
12722
12772
  UpdateClusterSoftwareInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
12773
+ UpdateClusterSoftwareInstanceGroupSpecification.add_member(:image_release_version, Shapes::ShapeRef.new(shape: ImageReleaseVersion, location_name: "ImageReleaseVersion"))
12723
12774
  UpdateClusterSoftwareInstanceGroupSpecification.struct_class = Types::UpdateClusterSoftwareInstanceGroupSpecification
12724
12775
 
12725
12776
  UpdateClusterSoftwareInstanceGroups.member = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroupSpecification)
@@ -5949,6 +5949,65 @@ module Aws::SageMaker
5949
5949
  include Aws::Structure
5950
5950
  end
5951
5951
 
5952
+ # The configuration for automatic patching of the instance group. When
5953
+ # configured, the system automatically applies security patch AMI
5954
+ # updates to the instance group.
5955
+ #
5956
+ # @!attribute [rw] patching_strategy
5957
+ # The strategy for applying patches to instances in the group.
5958
+ # @return [String]
5959
+ #
5960
+ # @!attribute [rw] patch_schedule
5961
+ # The schedule for automatic patching, including the next patch date.
5962
+ # @return [Types::ClusterPatchSchedule]
5963
+ #
5964
+ # @!attribute [rw] deployment_config
5965
+ # The deployment configuration for rolling patch updates, including
5966
+ # rollback settings and batch sizes. Only applicable when using a
5967
+ # rolling patching strategy.
5968
+ # @return [Types::DeploymentConfiguration]
5969
+ #
5970
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterAutoPatchConfig AWS API Documentation
5971
+ #
5972
+ class ClusterAutoPatchConfig < Struct.new(
5973
+ :patching_strategy,
5974
+ :patch_schedule,
5975
+ :deployment_config)
5976
+ SENSITIVE = []
5977
+ include Aws::Structure
5978
+ end
5979
+
5980
+ # The auto-patching configuration details for the instance group,
5981
+ # including the patching strategy and schedule.
5982
+ #
5983
+ # @!attribute [rw] patching_strategy
5984
+ # The strategy used for applying patches to instances in the group.
5985
+ # @return [String]
5986
+ #
5987
+ # @!attribute [rw] current_patch_schedule
5988
+ # The currently active patch schedule that the system will execute.
5989
+ # @return [Types::ClusterPatchScheduleDetails]
5990
+ #
5991
+ # @!attribute [rw] desired_patch_schedule
5992
+ # The requested patch schedule. Differs from CurrentPatchSchedule when
5993
+ # a reschedule request is pending.
5994
+ # @return [Types::ClusterPatchScheduleDetails]
5995
+ #
5996
+ # @!attribute [rw] deployment_config
5997
+ # The deployment configuration for rolling patch updates.
5998
+ # @return [Types::DeploymentConfiguration]
5999
+ #
6000
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterAutoPatchConfigDetails AWS API Documentation
6001
+ #
6002
+ class ClusterAutoPatchConfigDetails < Struct.new(
6003
+ :patching_strategy,
6004
+ :current_patch_schedule,
6005
+ :desired_patch_schedule,
6006
+ :deployment_config)
6007
+ SENSITIVE = []
6008
+ include Aws::Structure
6009
+ end
6010
+
5952
6011
  # Specifies the autoscaling configuration for a HyperPod cluster.
5953
6012
  #
5954
6013
  # @!attribute [rw] mode
@@ -6369,6 +6428,11 @@ module Aws::SageMaker
6369
6428
  # updating the AMI.
6370
6429
  # @return [Types::ScheduledUpdateConfig]
6371
6430
  #
6431
+ # @!attribute [rw] auto_patch_config
6432
+ # The auto-patching configuration for the instance group, including
6433
+ # the current patching strategy and next scheduled patch date.
6434
+ # @return [Types::ClusterAutoPatchConfigDetails]
6435
+ #
6372
6436
  # @!attribute [rw] current_image_id
6373
6437
  # The ID of the Amazon Machine Image (AMI) currently in use by the
6374
6438
  # instance group.
@@ -6379,6 +6443,17 @@ module Aws::SageMaker
6379
6443
  # group.
6380
6444
  # @return [String]
6381
6445
  #
6446
+ # @!attribute [rw] current_image_release_version
6447
+ # The version of the HyperPod-managed AMI currently running on the
6448
+ # instance group.
6449
+ # @return [String]
6450
+ #
6451
+ # @!attribute [rw] desired_image_release_version
6452
+ # The desired version of the HyperPod-managed AMI for the instance
6453
+ # group. This may differ from the current version when an update is
6454
+ # pending.
6455
+ # @return [String]
6456
+ #
6382
6457
  # @!attribute [rw] image_version_status
6383
6458
  # The status of the image version for the instance group. Indicates
6384
6459
  # whether the instance group is running the latest image version or if
@@ -6466,8 +6541,11 @@ module Aws::SageMaker
6466
6541
  :training_plan_status,
6467
6542
  :override_vpc_config,
6468
6543
  :scheduled_update_config,
6544
+ :auto_patch_config,
6469
6545
  :current_image_id,
6470
6546
  :desired_image_id,
6547
+ :current_image_release_version,
6548
+ :desired_image_release_version,
6471
6549
  :image_version_status,
6472
6550
  :active_operations,
6473
6551
  :kubernetes_config,
@@ -6632,6 +6710,19 @@ module Aws::SageMaker
6632
6710
  # patched with the specified image.
6633
6711
  # @return [String]
6634
6712
  #
6713
+ # @!attribute [rw] auto_patch_config
6714
+ # The configuration for automatic OS security patching. If present,
6715
+ # the system automatically applies PATCH AMI updates to this instance
6716
+ # group.
6717
+ # @return [Types::ClusterAutoPatchConfig]
6718
+ #
6719
+ # @!attribute [rw] image_release_version
6720
+ # The version of the HyperPod-managed AMI to use for the instance
6721
+ # group. Uses semantic versioning in the format `MAJOR.MINOR.PATCH`
6722
+ # (for example, `1.2.3`). If omitted, the latest available version is
6723
+ # used.
6724
+ # @return [String]
6725
+ #
6635
6726
  # @!attribute [rw] kubernetes_config
6636
6727
  # Specifies the Kubernetes configuration for the instance group. You
6637
6728
  # describe what you want the labels and taints to look like, and the
@@ -6668,6 +6759,8 @@ module Aws::SageMaker
6668
6759
  :override_vpc_config,
6669
6760
  :scheduled_update_config,
6670
6761
  :image_id,
6762
+ :auto_patch_config,
6763
+ :image_release_version,
6671
6764
  :kubernetes_config,
6672
6765
  :slurm_config,
6673
6766
  :capacity_requirements,
@@ -7138,6 +7231,16 @@ module Aws::SageMaker
7138
7231
  # The ID of the Amazon Machine Image (AMI) desired for the node.
7139
7232
  # @return [String]
7140
7233
  #
7234
+ # @!attribute [rw] current_image_release_version
7235
+ # The version of the HyperPod-managed AMI currently running on the
7236
+ # node.
7237
+ # @return [String]
7238
+ #
7239
+ # @!attribute [rw] desired_image_release_version
7240
+ # The desired version of the HyperPod-managed AMI for the node. This
7241
+ # may differ from the current version when an update is pending.
7242
+ # @return [String]
7243
+ #
7141
7244
  # @!attribute [rw] image_version_status
7142
7245
  # The status of the image version for the cluster node.
7143
7246
  # @return [String]
@@ -7183,6 +7286,8 @@ module Aws::SageMaker
7183
7286
  :placement,
7184
7287
  :current_image_id,
7185
7288
  :desired_image_id,
7289
+ :current_image_release_version,
7290
+ :desired_image_release_version,
7186
7291
  :image_version_status,
7187
7292
  :ultra_server_info,
7188
7293
  :kubernetes_config,
@@ -7237,6 +7342,11 @@ module Aws::SageMaker
7237
7342
  # The private DNS hostname of the SageMaker HyperPod cluster node.
7238
7343
  # @return [String]
7239
7344
  #
7345
+ # @!attribute [rw] current_image_release_version
7346
+ # The version of the HyperPod-managed AMI currently running on the
7347
+ # node.
7348
+ # @return [String]
7349
+ #
7240
7350
  # @!attribute [rw] image_version_status
7241
7351
  # The status of the image version for the cluster node.
7242
7352
  # @return [String]
@@ -7253,6 +7363,7 @@ module Aws::SageMaker
7253
7363
  :instance_status,
7254
7364
  :ultra_server_info,
7255
7365
  :private_dns_hostname,
7366
+ :current_image_release_version,
7256
7367
  :image_version_status)
7257
7368
  SENSITIVE = []
7258
7369
  include Aws::Structure
@@ -7319,6 +7430,37 @@ module Aws::SageMaker
7319
7430
  include Aws::Structure
7320
7431
  end
7321
7432
 
7433
+ # The schedule configuration for automatic patching.
7434
+ #
7435
+ # @!attribute [rw] next_patch_date
7436
+ # The date and time of the next scheduled automatic patch. The system
7437
+ # sets this automatically when a patch is detected. Use this field to
7438
+ # reschedule the patch to a different date.
7439
+ # @return [Time]
7440
+ #
7441
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterPatchSchedule AWS API Documentation
7442
+ #
7443
+ class ClusterPatchSchedule < Struct.new(
7444
+ :next_patch_date)
7445
+ SENSITIVE = []
7446
+ include Aws::Structure
7447
+ end
7448
+
7449
+ # The schedule details for automatic patching, including the next
7450
+ # scheduled patch date.
7451
+ #
7452
+ # @!attribute [rw] next_patch_date
7453
+ # The date and time of the next scheduled automatic patch.
7454
+ # @return [Time]
7455
+ #
7456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterPatchScheduleDetails AWS API Documentation
7457
+ #
7458
+ class ClusterPatchScheduleDetails < Struct.new(
7459
+ :next_patch_date)
7460
+ SENSITIVE = []
7461
+ include Aws::Structure
7462
+ end
7463
+
7322
7464
  # The instance group details of the restricted instance group (RIG).
7323
7465
  #
7324
7466
  # @!attribute [rw] current_count
@@ -7751,6 +7893,11 @@ module Aws::SageMaker
7751
7893
  # see ` CreateTrainingPlan `.
7752
7894
  # @return [Array<String>]
7753
7895
  #
7896
+ # @!attribute [rw] image_version_status
7897
+ # The aggregate status of the image version across the cluster's
7898
+ # instance groups.
7899
+ # @return [String]
7900
+ #
7754
7901
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterSummary AWS API Documentation
7755
7902
  #
7756
7903
  class ClusterSummary < Struct.new(
@@ -7758,7 +7905,8 @@ module Aws::SageMaker
7758
7905
  :cluster_name,
7759
7906
  :creation_time,
7760
7907
  :cluster_status,
7761
- :training_plan_arns)
7908
+ :training_plan_arns,
7909
+ :image_version_status)
7762
7910
  SENSITIVE = []
7763
7911
  include Aws::Structure
7764
7912
  end
@@ -8475,6 +8623,15 @@ module Aws::SageMaker
8475
8623
  # Specifies additional configuration for multi-model endpoints.
8476
8624
  # @return [Types::MultiModelConfig]
8477
8625
  #
8626
+ # @!attribute [rw] container_metrics_config
8627
+ # The configuration for container metrics scraping. Specifies the
8628
+ # metrics endpoint path and publishing frequency. If not specified
8629
+ # when `EnableDetailedObservability` is `True`, the default path
8630
+ # `/metrics` on port `8080` is used. For first-party and Deep Learning
8631
+ # Containers (DLC), the endpoint path is determined automatically and
8632
+ # this configuration is optional.
8633
+ # @return [Types::ContainerMetricsConfig]
8634
+ #
8478
8635
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ContainerDefinition AWS API Documentation
8479
8636
  #
8480
8637
  class ContainerDefinition < Struct.new(
@@ -8488,7 +8645,33 @@ module Aws::SageMaker
8488
8645
  :environment,
8489
8646
  :model_package_name,
8490
8647
  :inference_specification_name,
8491
- :multi_model_config)
8648
+ :multi_model_config,
8649
+ :container_metrics_config)
8650
+ SENSITIVE = []
8651
+ include Aws::Structure
8652
+ end
8653
+
8654
+ # The configuration for container-level metrics scraping. Use this
8655
+ # configuration to specify a custom metrics endpoint path and publishing
8656
+ # frequency for container metrics. When `EnableDetailedObservability` is
8657
+ # set to `True` in `MetricsConfig`, metrics are scraped from the
8658
+ # container's Prometheus endpoint. If this configuration is not
8659
+ # provided, the default path `/metrics` on port `8080` is used with a
8660
+ # default publishing frequency of `60` seconds. For first-party and Deep
8661
+ # Learning Containers (DLC), the endpoint path is determined
8662
+ # automatically and this configuration is optional.
8663
+ #
8664
+ # @!attribute [rw] metrics_endpoints
8665
+ # A list of metrics endpoints to scrape from the container. Each
8666
+ # endpoint specifies the path where the container exposes
8667
+ # Prometheus-formatted metrics and the frequency at which to publish
8668
+ # them. You can specify a maximum of 1 endpoint.
8669
+ # @return [Array<Types::MetricsEndpoint>]
8670
+ #
8671
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ContainerMetricsConfig AWS API Documentation
8672
+ #
8673
+ class ContainerMetricsConfig < Struct.new(
8674
+ :metrics_endpoints)
8492
8675
  SENSITIVE = []
8493
8676
  include Aws::Structure
8494
8677
  end
@@ -30854,12 +31037,23 @@ module Aws::SageMaker
30854
31037
  # up to 1024. We support up to 16 entries in the map.
30855
31038
  # @return [Hash<String,String>]
30856
31039
  #
31040
+ # @!attribute [rw] container_metrics_config
31041
+ # The configuration for container metrics scraping. Specifies the
31042
+ # metrics endpoint path and publishing frequency for the inference
31043
+ # component's container. If not specified when
31044
+ # `EnableDetailedObservability` is `True`, the default path `/metrics`
31045
+ # on port `8080` is used. For first-party and Deep Learning Containers
31046
+ # (DLC), the endpoint path is determined automatically and this
31047
+ # configuration is optional.
31048
+ # @return [Types::ContainerMetricsConfig]
31049
+ #
30857
31050
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceComponentContainerSpecification AWS API Documentation
30858
31051
  #
30859
31052
  class InferenceComponentContainerSpecification < Struct.new(
30860
31053
  :image,
30861
31054
  :artifact_url,
30862
- :environment)
31055
+ :environment,
31056
+ :container_metrics_config)
30863
31057
  SENSITIVE = []
30864
31058
  include Aws::Structure
30865
31059
  end
@@ -30893,12 +31087,19 @@ module Aws::SageMaker
30893
31087
  # The environment variables to set in the Docker container.
30894
31088
  # @return [Hash<String,String>]
30895
31089
  #
31090
+ # @!attribute [rw] container_metrics_config
31091
+ # The container metrics scraping configuration for this inference
31092
+ # component, including the metrics endpoint path and publishing
31093
+ # frequency.
31094
+ # @return [Types::ContainerMetricsConfig]
31095
+ #
30896
31096
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceComponentContainerSpecificationSummary AWS API Documentation
30897
31097
  #
30898
31098
  class InferenceComponentContainerSpecificationSummary < Struct.new(
30899
31099
  :deployed_image,
30900
31100
  :artifact_url,
30901
- :environment)
31101
+ :environment,
31102
+ :container_metrics_config)
30902
31103
  SENSITIVE = []
30903
31104
  include Aws::Structure
30904
31105
  end
@@ -32320,8 +32521,11 @@ module Aws::SageMaker
32320
32521
  include Aws::Structure
32321
32522
  end
32322
32523
 
32323
- # Search shape for Job. Mirrors DescribeJobResponse fields. If you
32324
- # update DescribeJobResponse, update this structure as well.
32524
+ # The properties of a job returned by the [Search][1] API.
32525
+ #
32526
+ #
32527
+ #
32528
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html
32325
32529
  #
32326
32530
  # @!attribute [rw] job_name
32327
32531
  # The name of the job.
@@ -40155,20 +40359,87 @@ module Aws::SageMaker
40155
40359
  # Inference Components. The default is `False`.
40156
40360
  # @return [Boolean]
40157
40361
  #
40362
+ # @!attribute [rw] enable_detailed_observability
40363
+ # Indicates whether detailed observability is enabled for the
40364
+ # endpoint. When set to `True`, the following metrics are published at
40365
+ # the configured frequency:
40366
+ #
40367
+ # * Container-level inference metrics scraped from the container's
40368
+ # Prometheus endpoint (such as request latency, error counts, and
40369
+ # throughput). Available metrics vary by framework.
40370
+ #
40371
+ # * Per-GPU metrics (utilization, memory, and temperature) attributed
40372
+ # to individual inference components.
40373
+ #
40374
+ # * Per-instance host metrics (CPU, memory, and disk utilization).
40375
+ #
40376
+ # * Inference component placement metrics (copy count per Availability
40377
+ # Zone).
40378
+ #
40379
+ # For first-party and Deep Learning Containers (DLC), the Prometheus
40380
+ # endpoint path is determined automatically. For
40381
+ # Bring-Your-Own-Container (BYOC) cases, you can optionally set
40382
+ # `ContainerMetricsConfig` to specify a custom endpoint path. If not
40383
+ # specified, the default path `/metrics` on port `8080` is used.
40384
+ #
40385
+ # When set to `False`, these additional metrics are not published.
40386
+ # Standard invocation and utilization metrics controlled by
40387
+ # `EnableEnhancedMetrics` are unaffected.
40388
+ #
40389
+ # The default value for new endpoint configurations is `True`. For
40390
+ # existing endpoint configurations created before this feature, the
40391
+ # value is `False` unless explicitly set.
40392
+ # @return [Boolean]
40393
+ #
40158
40394
  # @!attribute [rw] metric_publish_frequency_in_seconds
40159
40395
  # The interval, in seconds, at which metrics are published to Amazon
40160
40396
  # CloudWatch. Defaults to `60`. Valid values: `10`, `30`, `60`, `120`,
40161
- # `180`, `240`, `300`. When `EnableEnhancedMetrics` is set to `False`,
40162
- # this interval applies to utilization metrics only; invocation
40163
- # metrics continue to be published at the default 60-second interval.
40164
- # When `EnableEnhancedMetrics` is set to `True`, this interval applies
40165
- # to both utilization and invocation metrics.
40397
+ # `180`, `240`, `300`.
40398
+ #
40399
+ # When `EnableEnhancedMetrics` is set to `False`, this interval
40400
+ # applies to utilization metrics only. Invocation metrics continue to
40401
+ # be published at the default 60-second interval. When
40402
+ # `EnableEnhancedMetrics` is set to `True`, this interval applies to
40403
+ # both utilization and invocation metrics.
40404
+ #
40405
+ # When `EnableDetailedObservability` is set to `True`, this interval
40406
+ # applies to per-GPU metrics, per-instance host metrics, container
40407
+ # metrics, and fleet-level inference component lifecycle and placement
40408
+ # metrics.
40166
40409
  # @return [Integer]
40167
40410
  #
40168
40411
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricsConfig AWS API Documentation
40169
40412
  #
40170
40413
  class MetricsConfig < Struct.new(
40171
40414
  :enable_enhanced_metrics,
40415
+ :enable_detailed_observability,
40416
+ :metric_publish_frequency_in_seconds)
40417
+ SENSITIVE = []
40418
+ include Aws::Structure
40419
+ end
40420
+
40421
+ # Specifies a metrics endpoint for a container, including the path where
40422
+ # the container exposes Prometheus-formatted metrics and the frequency
40423
+ # at which to publish them to Amazon CloudWatch.
40424
+ #
40425
+ # @!attribute [rw] metrics_endpoint_path
40426
+ # The path to the metrics endpoint exposed by the container. For
40427
+ # example, `/metrics` or `/server/metrics`. The path must start with
40428
+ # `/` and can contain alphanumeric characters, forward slashes,
40429
+ # underscores, hyphens, and periods. Maximum length is 256 characters.
40430
+ # If not specified, defaults to `/metrics`.
40431
+ # @return [String]
40432
+ #
40433
+ # @!attribute [rw] metric_publish_frequency_in_seconds
40434
+ # The interval, in seconds, at which container metrics scraped from
40435
+ # the endpoint are published to Amazon CloudWatch. Valid values: `10`,
40436
+ # `30`, `60`, `120`, `180`, `240`, `300`. Defaults to `60`.
40437
+ # @return [Integer]
40438
+ #
40439
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricsEndpoint AWS API Documentation
40440
+ #
40441
+ class MetricsEndpoint < Struct.new(
40442
+ :metrics_endpoint_path,
40172
40443
  :metric_publish_frequency_in_seconds)
40173
40444
  SENSITIVE = []
40174
40445
  include Aws::Structure
@@ -50108,8 +50379,7 @@ module Aws::SageMaker
50108
50379
  # @return [Types::ModelDashboardModel]
50109
50380
  #
50110
50381
  # @!attribute [rw] job
50111
- # Search shape for Job. Mirrors DescribeJobResponse fields. If you
50112
- # update DescribeJobResponse, update this structure as well.
50382
+ # The properties of a job.
50113
50383
  # @return [Types::Job]
50114
50384
  #
50115
50385
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
@@ -56062,10 +56332,17 @@ module Aws::SageMaker
56062
56332
  # The name of the instance group to update.
56063
56333
  # @return [String]
56064
56334
  #
56335
+ # @!attribute [rw] image_release_version
56336
+ # The version of the HyperPod-managed AMI to update to for the
56337
+ # instance group. Uses semantic versioning in the format
56338
+ # `MAJOR.MINOR.PATCH`.
56339
+ # @return [String]
56340
+ #
56065
56341
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSoftwareInstanceGroupSpecification AWS API Documentation
56066
56342
  #
56067
56343
  class UpdateClusterSoftwareInstanceGroupSpecification < Struct.new(
56068
- :instance_group_name)
56344
+ :instance_group_name,
56345
+ :image_release_version)
56069
56346
  SENSITIVE = []
56070
56347
  include Aws::Structure
56071
56348
  end
@@ -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.373.0'
58
+ GEM_VERSION = '1.375.0'
59
59
 
60
60
  end
61
61