aws-sdk-sagemaker 1.305.0 → 1.307.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 +38 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +32 -0
- data/lib/aws-sdk-sagemaker/types.rb +142 -3
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +15 -4
- data/sig/types.rbs +28 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6510760ada39a8c5e4341e671639d2e3afeb18343dff483442de85afbc3aa100
|
4
|
+
data.tar.gz: b2900050c353abeb7348ce518b84951efd3f9e806fc3aa8d6d894892ba223d66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86a6a3a68765eb0fffef1f37e947603984a51db71905ad894d960013608d5b722d3b8f41d3dc6488210ed87ab0f619b9ee23ec918bc405e48d495668ecaa0a6f
|
7
|
+
data.tar.gz: 29d7f5c27df8a8c9bd85e4d7a7521568223eb4b2cf57ba8a0a99d20d36281e652369234fd633334fdf686452c0b2a86732e95977bfcc0189243d84db6a721d26
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.307.0 (2025-05-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Release new parameter CapacityReservationConfig in ProductionVariant
|
8
|
+
|
9
|
+
1.306.0 (2025-05-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add maintenance status field to DescribeMlflowTrackingServer API response
|
13
|
+
|
4
14
|
1.305.0 (2025-05-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.307.0
|
@@ -3153,6 +3153,7 @@ module Aws::SageMaker
|
|
3153
3153
|
# project_id: "UnifiedStudioProjectId",
|
3154
3154
|
# environment_id: "UnifiedStudioEnvironmentId",
|
3155
3155
|
# project_s3_path: "S3Uri",
|
3156
|
+
# single_sign_on_application_arn: "SingleSignOnApplicationArn",
|
3156
3157
|
# },
|
3157
3158
|
# },
|
3158
3159
|
# subnet_ids: ["SubnetId"], # required
|
@@ -3846,6 +3847,10 @@ module Aws::SageMaker
|
|
3846
3847
|
# routing_strategy: "LEAST_OUTSTANDING_REQUESTS", # required, accepts LEAST_OUTSTANDING_REQUESTS, RANDOM
|
3847
3848
|
# },
|
3848
3849
|
# inference_ami_version: "al2-ami-sagemaker-inference-gpu-2", # accepts al2-ami-sagemaker-inference-gpu-2, al2-ami-sagemaker-inference-gpu-2-1, al2-ami-sagemaker-inference-gpu-3-1, al2-ami-sagemaker-inference-neuron-2
|
3850
|
+
# capacity_reservation_config: {
|
3851
|
+
# capacity_reservation_preference: "capacity-reservations-only", # accepts capacity-reservations-only
|
3852
|
+
# ml_reservation_arn: "MlReservationArn",
|
3853
|
+
# },
|
3849
3854
|
# },
|
3850
3855
|
# ],
|
3851
3856
|
# data_capture_config: {
|
@@ -3947,6 +3952,10 @@ module Aws::SageMaker
|
|
3947
3952
|
# routing_strategy: "LEAST_OUTSTANDING_REQUESTS", # required, accepts LEAST_OUTSTANDING_REQUESTS, RANDOM
|
3948
3953
|
# },
|
3949
3954
|
# inference_ami_version: "al2-ami-sagemaker-inference-gpu-2", # accepts al2-ami-sagemaker-inference-gpu-2, al2-ami-sagemaker-inference-gpu-2-1, al2-ami-sagemaker-inference-gpu-3-1, al2-ami-sagemaker-inference-neuron-2
|
3955
|
+
# capacity_reservation_config: {
|
3956
|
+
# capacity_reservation_preference: "capacity-reservations-only", # accepts capacity-reservations-only
|
3957
|
+
# ml_reservation_arn: "MlReservationArn",
|
3958
|
+
# },
|
3950
3959
|
# },
|
3951
3960
|
# ],
|
3952
3961
|
# execution_role_arn: "RoleArn",
|
@@ -13731,6 +13740,7 @@ module Aws::SageMaker
|
|
13731
13740
|
# resp.domain_settings.unified_studio_settings.project_id #=> String
|
13732
13741
|
# resp.domain_settings.unified_studio_settings.environment_id #=> String
|
13733
13742
|
# resp.domain_settings.unified_studio_settings.project_s3_path #=> String
|
13743
|
+
# resp.domain_settings.unified_studio_settings.single_sign_on_application_arn #=> String
|
13734
13744
|
# resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
|
13735
13745
|
# resp.home_efs_file_system_kms_key_id #=> String
|
13736
13746
|
# resp.subnet_ids #=> Array
|
@@ -13995,6 +14005,16 @@ module Aws::SageMaker
|
|
13995
14005
|
# resp.production_variants[0].managed_instance_scaling.min_instance_count #=> Integer
|
13996
14006
|
# resp.production_variants[0].managed_instance_scaling.max_instance_count #=> Integer
|
13997
14007
|
# resp.production_variants[0].routing_config.routing_strategy #=> String, one of "LEAST_OUTSTANDING_REQUESTS", "RANDOM"
|
14008
|
+
# resp.production_variants[0].capacity_reservation_config.ml_reservation_arn #=> String
|
14009
|
+
# resp.production_variants[0].capacity_reservation_config.capacity_reservation_preference #=> String, one of "capacity-reservations-only"
|
14010
|
+
# resp.production_variants[0].capacity_reservation_config.total_instance_count #=> Integer
|
14011
|
+
# resp.production_variants[0].capacity_reservation_config.available_instance_count #=> Integer
|
14012
|
+
# resp.production_variants[0].capacity_reservation_config.used_by_current_endpoint #=> Integer
|
14013
|
+
# resp.production_variants[0].capacity_reservation_config.ec2_capacity_reservations #=> Array
|
14014
|
+
# resp.production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].ec2_capacity_reservation_id #=> String
|
14015
|
+
# resp.production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].total_instance_count #=> Integer
|
14016
|
+
# resp.production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].available_instance_count #=> Integer
|
14017
|
+
# resp.production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].used_by_current_endpoint #=> Integer
|
13998
14018
|
# resp.data_capture_config.enable_capture #=> Boolean
|
13999
14019
|
# resp.data_capture_config.capture_status #=> String, one of "Started", "Stopped"
|
14000
14020
|
# resp.data_capture_config.current_sampling_percentage #=> Integer
|
@@ -14129,6 +14149,16 @@ module Aws::SageMaker
|
|
14129
14149
|
# resp.shadow_production_variants[0].managed_instance_scaling.min_instance_count #=> Integer
|
14130
14150
|
# resp.shadow_production_variants[0].managed_instance_scaling.max_instance_count #=> Integer
|
14131
14151
|
# resp.shadow_production_variants[0].routing_config.routing_strategy #=> String, one of "LEAST_OUTSTANDING_REQUESTS", "RANDOM"
|
14152
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ml_reservation_arn #=> String
|
14153
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.capacity_reservation_preference #=> String, one of "capacity-reservations-only"
|
14154
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.total_instance_count #=> Integer
|
14155
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.available_instance_count #=> Integer
|
14156
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.used_by_current_endpoint #=> Integer
|
14157
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ec2_capacity_reservations #=> Array
|
14158
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].ec2_capacity_reservation_id #=> String
|
14159
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].total_instance_count #=> Integer
|
14160
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].available_instance_count #=> Integer
|
14161
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ec2_capacity_reservations[0].used_by_current_endpoint #=> Integer
|
14132
14162
|
#
|
14133
14163
|
#
|
14134
14164
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -14197,6 +14227,8 @@ module Aws::SageMaker
|
|
14197
14227
|
# resp.production_variants[0].managed_instance_scaling.max_instance_count #=> Integer
|
14198
14228
|
# resp.production_variants[0].routing_config.routing_strategy #=> String, one of "LEAST_OUTSTANDING_REQUESTS", "RANDOM"
|
14199
14229
|
# resp.production_variants[0].inference_ami_version #=> String, one of "al2-ami-sagemaker-inference-gpu-2", "al2-ami-sagemaker-inference-gpu-2-1", "al2-ami-sagemaker-inference-gpu-3-1", "al2-ami-sagemaker-inference-neuron-2"
|
14230
|
+
# resp.production_variants[0].capacity_reservation_config.capacity_reservation_preference #=> String, one of "capacity-reservations-only"
|
14231
|
+
# resp.production_variants[0].capacity_reservation_config.ml_reservation_arn #=> String
|
14200
14232
|
# resp.data_capture_config.enable_capture #=> Boolean
|
14201
14233
|
# resp.data_capture_config.initial_sampling_percentage #=> Integer
|
14202
14234
|
# resp.data_capture_config.destination_s3_uri #=> String
|
@@ -14261,6 +14293,8 @@ module Aws::SageMaker
|
|
14261
14293
|
# resp.shadow_production_variants[0].managed_instance_scaling.max_instance_count #=> Integer
|
14262
14294
|
# resp.shadow_production_variants[0].routing_config.routing_strategy #=> String, one of "LEAST_OUTSTANDING_REQUESTS", "RANDOM"
|
14263
14295
|
# resp.shadow_production_variants[0].inference_ami_version #=> String, one of "al2-ami-sagemaker-inference-gpu-2", "al2-ami-sagemaker-inference-gpu-2-1", "al2-ami-sagemaker-inference-gpu-3-1", "al2-ami-sagemaker-inference-neuron-2"
|
14296
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.capacity_reservation_preference #=> String, one of "capacity-reservations-only"
|
14297
|
+
# resp.shadow_production_variants[0].capacity_reservation_config.ml_reservation_arn #=> String
|
14264
14298
|
# resp.execution_role_arn #=> String
|
14265
14299
|
# resp.vpc_config.security_group_ids #=> Array
|
14266
14300
|
# resp.vpc_config.security_group_ids[0] #=> String
|
@@ -15564,6 +15598,7 @@ module Aws::SageMaker
|
|
15564
15598
|
# * {Types::DescribeMlflowTrackingServerResponse#mlflow_version #mlflow_version} => String
|
15565
15599
|
# * {Types::DescribeMlflowTrackingServerResponse#role_arn #role_arn} => String
|
15566
15600
|
# * {Types::DescribeMlflowTrackingServerResponse#tracking_server_status #tracking_server_status} => String
|
15601
|
+
# * {Types::DescribeMlflowTrackingServerResponse#tracking_server_maintenance_status #tracking_server_maintenance_status} => String
|
15567
15602
|
# * {Types::DescribeMlflowTrackingServerResponse#is_active #is_active} => String
|
15568
15603
|
# * {Types::DescribeMlflowTrackingServerResponse#tracking_server_url #tracking_server_url} => String
|
15569
15604
|
# * {Types::DescribeMlflowTrackingServerResponse#weekly_maintenance_window_start #weekly_maintenance_window_start} => String
|
@@ -15588,6 +15623,7 @@ module Aws::SageMaker
|
|
15588
15623
|
# resp.mlflow_version #=> String
|
15589
15624
|
# resp.role_arn #=> String
|
15590
15625
|
# resp.tracking_server_status #=> String, one of "Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Stopping", "Stopped", "StopFailed", "Starting", "Started", "StartFailed", "MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed"
|
15626
|
+
# resp.tracking_server_maintenance_status #=> String, one of "MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed"
|
15591
15627
|
# resp.is_active #=> String, one of "Active", "Inactive"
|
15592
15628
|
# resp.tracking_server_url #=> String
|
15593
15629
|
# resp.weekly_maintenance_window_start #=> String
|
@@ -27111,6 +27147,7 @@ module Aws::SageMaker
|
|
27111
27147
|
# project_id: "UnifiedStudioProjectId",
|
27112
27148
|
# environment_id: "UnifiedStudioEnvironmentId",
|
27113
27149
|
# project_s3_path: "S3Uri",
|
27150
|
+
# single_sign_on_application_arn: "SingleSignOnApplicationArn",
|
27114
27151
|
# },
|
27115
27152
|
# },
|
27116
27153
|
# app_security_group_management: "Service", # accepts Service, Customer
|
@@ -29938,7 +29975,7 @@ module Aws::SageMaker
|
|
29938
29975
|
tracer: tracer
|
29939
29976
|
)
|
29940
29977
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
29941
|
-
context[:gem_version] = '1.
|
29978
|
+
context[:gem_version] = '1.307.0'
|
29942
29979
|
Seahorse::Client::Request.new(handlers, context)
|
29943
29980
|
end
|
29944
29981
|
|
@@ -217,6 +217,7 @@ module Aws::SageMaker
|
|
217
217
|
CandidateStepType = Shapes::StringShape.new(name: 'CandidateStepType')
|
218
218
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
219
219
|
CanvasAppSettings = Shapes::StructureShape.new(name: 'CanvasAppSettings')
|
220
|
+
CapacityReservationPreference = Shapes::StringShape.new(name: 'CapacityReservationPreference')
|
220
221
|
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
221
222
|
CapacitySizeConfig = Shapes::StructureShape.new(name: 'CapacitySizeConfig')
|
222
223
|
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
@@ -845,6 +846,9 @@ module Aws::SageMaker
|
|
845
846
|
EFSFileSystemConfig = Shapes::StructureShape.new(name: 'EFSFileSystemConfig')
|
846
847
|
EMRStepMetadata = Shapes::StructureShape.new(name: 'EMRStepMetadata')
|
847
848
|
EbsStorageSettings = Shapes::StructureShape.new(name: 'EbsStorageSettings')
|
849
|
+
Ec2CapacityReservation = Shapes::StructureShape.new(name: 'Ec2CapacityReservation')
|
850
|
+
Ec2CapacityReservationId = Shapes::StringShape.new(name: 'Ec2CapacityReservationId')
|
851
|
+
Ec2CapacityReservationsList = Shapes::ListShape.new(name: 'Ec2CapacityReservationsList')
|
848
852
|
Edge = Shapes::StructureShape.new(name: 'Edge')
|
849
853
|
EdgeDeploymentConfig = Shapes::StructureShape.new(name: 'EdgeDeploymentConfig')
|
850
854
|
EdgeDeploymentModelConfig = Shapes::StructureShape.new(name: 'EdgeDeploymentModelConfig')
|
@@ -1502,6 +1506,7 @@ module Aws::SageMaker
|
|
1502
1506
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
1503
1507
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
1504
1508
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
1509
|
+
MlReservationArn = Shapes::StringShape.new(name: 'MlReservationArn')
|
1505
1510
|
MlTools = Shapes::StringShape.new(name: 'MlTools')
|
1506
1511
|
MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
|
1507
1512
|
Model = Shapes::StructureShape.new(name: 'Model')
|
@@ -1867,6 +1872,8 @@ module Aws::SageMaker
|
|
1867
1872
|
ProductListings = Shapes::ListShape.new(name: 'ProductListings')
|
1868
1873
|
ProductionVariant = Shapes::StructureShape.new(name: 'ProductionVariant')
|
1869
1874
|
ProductionVariantAcceleratorType = Shapes::StringShape.new(name: 'ProductionVariantAcceleratorType')
|
1875
|
+
ProductionVariantCapacityReservationConfig = Shapes::StructureShape.new(name: 'ProductionVariantCapacityReservationConfig')
|
1876
|
+
ProductionVariantCapacityReservationSummary = Shapes::StructureShape.new(name: 'ProductionVariantCapacityReservationSummary')
|
1870
1877
|
ProductionVariantContainerStartupHealthCheckTimeoutInSeconds = Shapes::IntegerShape.new(name: 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds')
|
1871
1878
|
ProductionVariantCoreDumpConfig = Shapes::StructureShape.new(name: 'ProductionVariantCoreDumpConfig')
|
1872
1879
|
ProductionVariantInferenceAmiVersion = Shapes::StringShape.new(name: 'ProductionVariantInferenceAmiVersion')
|
@@ -2273,6 +2280,7 @@ module Aws::SageMaker
|
|
2273
2280
|
TotalHits = Shapes::StructureShape.new(name: 'TotalHits')
|
2274
2281
|
TotalInstanceCount = Shapes::IntegerShape.new(name: 'TotalInstanceCount')
|
2275
2282
|
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
2283
|
+
TrackingServerMaintenanceStatus = Shapes::StringShape.new(name: 'TrackingServerMaintenanceStatus')
|
2276
2284
|
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
2277
2285
|
TrackingServerSize = Shapes::StringShape.new(name: 'TrackingServerSize')
|
2278
2286
|
TrackingServerStatus = Shapes::StringShape.new(name: 'TrackingServerStatus')
|
@@ -5346,6 +5354,7 @@ module Aws::SageMaker
|
|
5346
5354
|
DescribeMlflowTrackingServerResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
5347
5355
|
DescribeMlflowTrackingServerResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
5348
5356
|
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
5357
|
+
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_maintenance_status, Shapes::ShapeRef.new(shape: TrackingServerMaintenanceStatus, location_name: "TrackingServerMaintenanceStatus"))
|
5349
5358
|
DescribeMlflowTrackingServerResponse.add_member(:is_active, Shapes::ShapeRef.new(shape: IsTrackingServerActive, location_name: "IsActive"))
|
5350
5359
|
DescribeMlflowTrackingServerResponse.add_member(:tracking_server_url, Shapes::ShapeRef.new(shape: TrackingServerUrl, location_name: "TrackingServerUrl"))
|
5351
5360
|
DescribeMlflowTrackingServerResponse.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
@@ -6032,6 +6041,14 @@ module Aws::SageMaker
|
|
6032
6041
|
EbsStorageSettings.add_member(:ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "EbsVolumeSizeInGb"))
|
6033
6042
|
EbsStorageSettings.struct_class = Types::EbsStorageSettings
|
6034
6043
|
|
6044
|
+
Ec2CapacityReservation.add_member(:ec2_capacity_reservation_id, Shapes::ShapeRef.new(shape: Ec2CapacityReservationId, location_name: "Ec2CapacityReservationId"))
|
6045
|
+
Ec2CapacityReservation.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "TotalInstanceCount"))
|
6046
|
+
Ec2CapacityReservation.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "AvailableInstanceCount"))
|
6047
|
+
Ec2CapacityReservation.add_member(:used_by_current_endpoint, Shapes::ShapeRef.new(shape: TaskCount, location_name: "UsedByCurrentEndpoint"))
|
6048
|
+
Ec2CapacityReservation.struct_class = Types::Ec2CapacityReservation
|
6049
|
+
|
6050
|
+
Ec2CapacityReservationsList.member = Shapes::ShapeRef.new(shape: Ec2CapacityReservation)
|
6051
|
+
|
6035
6052
|
Edge.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
6036
6053
|
Edge.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
|
6037
6054
|
Edge.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
@@ -9324,8 +9341,21 @@ module Aws::SageMaker
|
|
9324
9341
|
ProductionVariant.add_member(:managed_instance_scaling, Shapes::ShapeRef.new(shape: ProductionVariantManagedInstanceScaling, location_name: "ManagedInstanceScaling"))
|
9325
9342
|
ProductionVariant.add_member(:routing_config, Shapes::ShapeRef.new(shape: ProductionVariantRoutingConfig, location_name: "RoutingConfig"))
|
9326
9343
|
ProductionVariant.add_member(:inference_ami_version, Shapes::ShapeRef.new(shape: ProductionVariantInferenceAmiVersion, location_name: "InferenceAmiVersion"))
|
9344
|
+
ProductionVariant.add_member(:capacity_reservation_config, Shapes::ShapeRef.new(shape: ProductionVariantCapacityReservationConfig, location_name: "CapacityReservationConfig"))
|
9327
9345
|
ProductionVariant.struct_class = Types::ProductionVariant
|
9328
9346
|
|
9347
|
+
ProductionVariantCapacityReservationConfig.add_member(:capacity_reservation_preference, Shapes::ShapeRef.new(shape: CapacityReservationPreference, location_name: "CapacityReservationPreference"))
|
9348
|
+
ProductionVariantCapacityReservationConfig.add_member(:ml_reservation_arn, Shapes::ShapeRef.new(shape: MlReservationArn, location_name: "MlReservationArn"))
|
9349
|
+
ProductionVariantCapacityReservationConfig.struct_class = Types::ProductionVariantCapacityReservationConfig
|
9350
|
+
|
9351
|
+
ProductionVariantCapacityReservationSummary.add_member(:ml_reservation_arn, Shapes::ShapeRef.new(shape: MlReservationArn, location_name: "MlReservationArn"))
|
9352
|
+
ProductionVariantCapacityReservationSummary.add_member(:capacity_reservation_preference, Shapes::ShapeRef.new(shape: CapacityReservationPreference, location_name: "CapacityReservationPreference"))
|
9353
|
+
ProductionVariantCapacityReservationSummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "TotalInstanceCount"))
|
9354
|
+
ProductionVariantCapacityReservationSummary.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: TaskCount, location_name: "AvailableInstanceCount"))
|
9355
|
+
ProductionVariantCapacityReservationSummary.add_member(:used_by_current_endpoint, Shapes::ShapeRef.new(shape: TaskCount, location_name: "UsedByCurrentEndpoint"))
|
9356
|
+
ProductionVariantCapacityReservationSummary.add_member(:ec2_capacity_reservations, Shapes::ShapeRef.new(shape: Ec2CapacityReservationsList, location_name: "Ec2CapacityReservations"))
|
9357
|
+
ProductionVariantCapacityReservationSummary.struct_class = Types::ProductionVariantCapacityReservationSummary
|
9358
|
+
|
9329
9359
|
ProductionVariantCoreDumpConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
9330
9360
|
ProductionVariantCoreDumpConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
9331
9361
|
ProductionVariantCoreDumpConfig.struct_class = Types::ProductionVariantCoreDumpConfig
|
@@ -9367,6 +9397,7 @@ module Aws::SageMaker
|
|
9367
9397
|
ProductionVariantSummary.add_member(:desired_serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "DesiredServerlessConfig"))
|
9368
9398
|
ProductionVariantSummary.add_member(:managed_instance_scaling, Shapes::ShapeRef.new(shape: ProductionVariantManagedInstanceScaling, location_name: "ManagedInstanceScaling"))
|
9369
9399
|
ProductionVariantSummary.add_member(:routing_config, Shapes::ShapeRef.new(shape: ProductionVariantRoutingConfig, location_name: "RoutingConfig"))
|
9400
|
+
ProductionVariantSummary.add_member(:capacity_reservation_config, Shapes::ShapeRef.new(shape: ProductionVariantCapacityReservationSummary, location_name: "CapacityReservationConfig"))
|
9370
9401
|
ProductionVariantSummary.struct_class = Types::ProductionVariantSummary
|
9371
9402
|
|
9372
9403
|
ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
|
@@ -10634,6 +10665,7 @@ module Aws::SageMaker
|
|
10634
10665
|
UnifiedStudioSettings.add_member(:project_id, Shapes::ShapeRef.new(shape: UnifiedStudioProjectId, location_name: "ProjectId"))
|
10635
10666
|
UnifiedStudioSettings.add_member(:environment_id, Shapes::ShapeRef.new(shape: UnifiedStudioEnvironmentId, location_name: "EnvironmentId"))
|
10636
10667
|
UnifiedStudioSettings.add_member(:project_s3_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ProjectS3Path"))
|
10668
|
+
UnifiedStudioSettings.add_member(:single_sign_on_application_arn, Shapes::ShapeRef.new(shape: SingleSignOnApplicationArn, location_name: "SingleSignOnApplicationArn"))
|
10637
10669
|
UnifiedStudioSettings.struct_class = Types::UnifiedStudioSettings
|
10638
10670
|
|
10639
10671
|
UpdateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
@@ -16730,6 +16730,11 @@ module Aws::SageMaker
|
|
16730
16730
|
# The current creation status of the described MLflow Tracking Server.
|
16731
16731
|
# @return [String]
|
16732
16732
|
#
|
16733
|
+
# @!attribute [rw] tracking_server_maintenance_status
|
16734
|
+
# The current maintenance status of the described MLflow Tracking
|
16735
|
+
# Server.
|
16736
|
+
# @return [String]
|
16737
|
+
#
|
16733
16738
|
# @!attribute [rw] is_active
|
16734
16739
|
# Whether the described MLflow Tracking Server is currently active.
|
16735
16740
|
# @return [String]
|
@@ -16779,6 +16784,7 @@ module Aws::SageMaker
|
|
16779
16784
|
:mlflow_version,
|
16780
16785
|
:role_arn,
|
16781
16786
|
:tracking_server_status,
|
16787
|
+
:tracking_server_maintenance_status,
|
16782
16788
|
:is_active,
|
16783
16789
|
:tracking_server_url,
|
16784
16790
|
:weekly_maintenance_window_start,
|
@@ -20481,6 +20487,40 @@ module Aws::SageMaker
|
|
20481
20487
|
include Aws::Structure
|
20482
20488
|
end
|
20483
20489
|
|
20490
|
+
# The EC2 capacity reservations that are shared to an ML capacity
|
20491
|
+
# reservation.
|
20492
|
+
#
|
20493
|
+
# @!attribute [rw] ec2_capacity_reservation_id
|
20494
|
+
# The unique identifier for an EC2 capacity reservation that's part
|
20495
|
+
# of the ML capacity reservation.
|
20496
|
+
# @return [String]
|
20497
|
+
#
|
20498
|
+
# @!attribute [rw] total_instance_count
|
20499
|
+
# The number of instances that you allocated to the EC2 capacity
|
20500
|
+
# reservation.
|
20501
|
+
# @return [Integer]
|
20502
|
+
#
|
20503
|
+
# @!attribute [rw] available_instance_count
|
20504
|
+
# The number of instances that are currently available in the EC2
|
20505
|
+
# capacity reservation.
|
20506
|
+
# @return [Integer]
|
20507
|
+
#
|
20508
|
+
# @!attribute [rw] used_by_current_endpoint
|
20509
|
+
# The number of instances from the EC2 capacity reservation that are
|
20510
|
+
# being used by the endpoint.
|
20511
|
+
# @return [Integer]
|
20512
|
+
#
|
20513
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Ec2CapacityReservation AWS API Documentation
|
20514
|
+
#
|
20515
|
+
class Ec2CapacityReservation < Struct.new(
|
20516
|
+
:ec2_capacity_reservation_id,
|
20517
|
+
:total_instance_count,
|
20518
|
+
:available_instance_count,
|
20519
|
+
:used_by_current_endpoint)
|
20520
|
+
SENSITIVE = []
|
20521
|
+
include Aws::Structure
|
20522
|
+
end
|
20523
|
+
|
20484
20524
|
# A directed edge connecting two lineage entities.
|
20485
20525
|
#
|
20486
20526
|
# @!attribute [rw] source_arn
|
@@ -39470,6 +39510,11 @@ module Aws::SageMaker
|
|
39470
39510
|
# * Neuron driver version: 2.19
|
39471
39511
|
# @return [String]
|
39472
39512
|
#
|
39513
|
+
# @!attribute [rw] capacity_reservation_config
|
39514
|
+
# Settings for the capacity reservation for the compute instances that
|
39515
|
+
# SageMaker AI reserves for an endpoint.
|
39516
|
+
# @return [Types::ProductionVariantCapacityReservationConfig]
|
39517
|
+
#
|
39473
39518
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
|
39474
39519
|
#
|
39475
39520
|
class ProductionVariant < Struct.new(
|
@@ -39487,7 +39532,89 @@ module Aws::SageMaker
|
|
39487
39532
|
:enable_ssm_access,
|
39488
39533
|
:managed_instance_scaling,
|
39489
39534
|
:routing_config,
|
39490
|
-
:inference_ami_version
|
39535
|
+
:inference_ami_version,
|
39536
|
+
:capacity_reservation_config)
|
39537
|
+
SENSITIVE = []
|
39538
|
+
include Aws::Structure
|
39539
|
+
end
|
39540
|
+
|
39541
|
+
# Settings for the capacity reservation for the compute instances that
|
39542
|
+
# SageMaker AI reserves for an endpoint.
|
39543
|
+
#
|
39544
|
+
# @!attribute [rw] capacity_reservation_preference
|
39545
|
+
# Options that you can choose for the capacity reservation. SageMaker
|
39546
|
+
# AI supports the following options:
|
39547
|
+
#
|
39548
|
+
# capacity-reservations-only
|
39549
|
+
#
|
39550
|
+
# : SageMaker AI launches instances only into an ML capacity
|
39551
|
+
# reservation. If no capacity is available, the instances fail to
|
39552
|
+
# launch.
|
39553
|
+
# @return [String]
|
39554
|
+
#
|
39555
|
+
# @!attribute [rw] ml_reservation_arn
|
39556
|
+
# The Amazon Resource Name (ARN) that uniquely identifies the ML
|
39557
|
+
# capacity reservation that SageMaker AI applies when it deploys the
|
39558
|
+
# endpoint.
|
39559
|
+
# @return [String]
|
39560
|
+
#
|
39561
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariantCapacityReservationConfig AWS API Documentation
|
39562
|
+
#
|
39563
|
+
class ProductionVariantCapacityReservationConfig < Struct.new(
|
39564
|
+
:capacity_reservation_preference,
|
39565
|
+
:ml_reservation_arn)
|
39566
|
+
SENSITIVE = []
|
39567
|
+
include Aws::Structure
|
39568
|
+
end
|
39569
|
+
|
39570
|
+
# Details about an ML capacity reservation.
|
39571
|
+
#
|
39572
|
+
# @!attribute [rw] ml_reservation_arn
|
39573
|
+
# The Amazon Resource Name (ARN) that uniquely identifies the ML
|
39574
|
+
# capacity reservation that SageMaker AI applies when it deploys the
|
39575
|
+
# endpoint.
|
39576
|
+
# @return [String]
|
39577
|
+
#
|
39578
|
+
# @!attribute [rw] capacity_reservation_preference
|
39579
|
+
# The option that you chose for the capacity reservation. SageMaker AI
|
39580
|
+
# supports the following options:
|
39581
|
+
#
|
39582
|
+
# capacity-reservations-only
|
39583
|
+
#
|
39584
|
+
# : SageMaker AI launches instances only into an ML capacity
|
39585
|
+
# reservation. If no capacity is available, the instances fail to
|
39586
|
+
# launch.
|
39587
|
+
# @return [String]
|
39588
|
+
#
|
39589
|
+
# @!attribute [rw] total_instance_count
|
39590
|
+
# The number of instances that you allocated to the ML capacity
|
39591
|
+
# reservation.
|
39592
|
+
# @return [Integer]
|
39593
|
+
#
|
39594
|
+
# @!attribute [rw] available_instance_count
|
39595
|
+
# The number of instances that are currently available in the ML
|
39596
|
+
# capacity reservation.
|
39597
|
+
# @return [Integer]
|
39598
|
+
#
|
39599
|
+
# @!attribute [rw] used_by_current_endpoint
|
39600
|
+
# The number of instances from the ML capacity reservation that are
|
39601
|
+
# being used by the endpoint.
|
39602
|
+
# @return [Integer]
|
39603
|
+
#
|
39604
|
+
# @!attribute [rw] ec2_capacity_reservations
|
39605
|
+
# The EC2 capacity reservations that are shared to this ML capacity
|
39606
|
+
# reservation, if any.
|
39607
|
+
# @return [Array<Types::Ec2CapacityReservation>]
|
39608
|
+
#
|
39609
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariantCapacityReservationSummary AWS API Documentation
|
39610
|
+
#
|
39611
|
+
class ProductionVariantCapacityReservationSummary < Struct.new(
|
39612
|
+
:ml_reservation_arn,
|
39613
|
+
:capacity_reservation_preference,
|
39614
|
+
:total_instance_count,
|
39615
|
+
:available_instance_count,
|
39616
|
+
:used_by_current_endpoint,
|
39617
|
+
:ec2_capacity_reservations)
|
39491
39618
|
SENSITIVE = []
|
39492
39619
|
include Aws::Structure
|
39493
39620
|
end
|
@@ -39758,6 +39885,11 @@ module Aws::SageMaker
|
|
39758
39885
|
# the instances that the endpoint hosts.
|
39759
39886
|
# @return [Types::ProductionVariantRoutingConfig]
|
39760
39887
|
#
|
39888
|
+
# @!attribute [rw] capacity_reservation_config
|
39889
|
+
# Settings for the capacity reservation for the compute instances that
|
39890
|
+
# SageMaker AI reserves for an endpoint.
|
39891
|
+
# @return [Types::ProductionVariantCapacityReservationSummary]
|
39892
|
+
#
|
39761
39893
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariantSummary AWS API Documentation
|
39762
39894
|
#
|
39763
39895
|
class ProductionVariantSummary < Struct.new(
|
@@ -39771,7 +39903,8 @@ module Aws::SageMaker
|
|
39771
39903
|
:current_serverless_config,
|
39772
39904
|
:desired_serverless_config,
|
39773
39905
|
:managed_instance_scaling,
|
39774
|
-
:routing_config
|
39906
|
+
:routing_config,
|
39907
|
+
:capacity_reservation_config)
|
39775
39908
|
SENSITIVE = []
|
39776
39909
|
include Aws::Structure
|
39777
39910
|
end
|
@@ -47864,6 +47997,11 @@ module Aws::SageMaker
|
|
47864
47997
|
# other artifacts for the project that corresponds to the domain.
|
47865
47998
|
# @return [String]
|
47866
47999
|
#
|
48000
|
+
# @!attribute [rw] single_sign_on_application_arn
|
48001
|
+
# The ARN of the application managed by SageMaker AI and SageMaker
|
48002
|
+
# Unified Studio in the Amazon Web Services IAM Identity Center.
|
48003
|
+
# @return [String]
|
48004
|
+
#
|
47867
48005
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UnifiedStudioSettings AWS API Documentation
|
47868
48006
|
#
|
47869
48007
|
class UnifiedStudioSettings < Struct.new(
|
@@ -47873,7 +48011,8 @@ module Aws::SageMaker
|
|
47873
48011
|
:domain_id,
|
47874
48012
|
:project_id,
|
47875
48013
|
:environment_id,
|
47876
|
-
:project_s3_path
|
48014
|
+
:project_s3_path,
|
48015
|
+
:single_sign_on_application_arn)
|
47877
48016
|
SENSITIVE = []
|
47878
48017
|
include Aws::Structure
|
47879
48018
|
end
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1310,7 +1310,8 @@ module Aws
|
|
1310
1310
|
domain_id: ::String?,
|
1311
1311
|
project_id: ::String?,
|
1312
1312
|
environment_id: ::String?,
|
1313
|
-
project_s3_path: ::String
|
1313
|
+
project_s3_path: ::String?,
|
1314
|
+
single_sign_on_application_arn: ::String?
|
1314
1315
|
}?
|
1315
1316
|
},
|
1316
1317
|
subnet_ids: Array[::String],
|
@@ -1592,7 +1593,11 @@ module Aws
|
|
1592
1593
|
routing_config: {
|
1593
1594
|
routing_strategy: ("LEAST_OUTSTANDING_REQUESTS" | "RANDOM")
|
1594
1595
|
}?,
|
1595
|
-
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1" | "al2-ami-sagemaker-inference-neuron-2")
|
1596
|
+
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1" | "al2-ami-sagemaker-inference-neuron-2")?,
|
1597
|
+
capacity_reservation_config: {
|
1598
|
+
capacity_reservation_preference: ("capacity-reservations-only")?,
|
1599
|
+
ml_reservation_arn: ::String?
|
1600
|
+
}?
|
1596
1601
|
},
|
1597
1602
|
],
|
1598
1603
|
?data_capture_config: {
|
@@ -1693,7 +1698,11 @@ module Aws
|
|
1693
1698
|
routing_config: {
|
1694
1699
|
routing_strategy: ("LEAST_OUTSTANDING_REQUESTS" | "RANDOM")
|
1695
1700
|
}?,
|
1696
|
-
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1" | "al2-ami-sagemaker-inference-neuron-2")
|
1701
|
+
inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1" | "al2-ami-sagemaker-inference-neuron-2")?,
|
1702
|
+
capacity_reservation_config: {
|
1703
|
+
capacity_reservation_preference: ("capacity-reservations-only")?,
|
1704
|
+
ml_reservation_arn: ::String?
|
1705
|
+
}?
|
1697
1706
|
},
|
1698
1707
|
],
|
1699
1708
|
?execution_role_arn: ::String,
|
@@ -5864,6 +5873,7 @@ module Aws
|
|
5864
5873
|
def mlflow_version: () -> ::String
|
5865
5874
|
def role_arn: () -> ::String
|
5866
5875
|
def tracking_server_status: () -> ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Stopping" | "Stopped" | "StopFailed" | "Starting" | "Started" | "StartFailed" | "MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
5876
|
+
def tracking_server_maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
5867
5877
|
def is_active: () -> ("Active" | "Inactive")
|
5868
5878
|
def tracking_server_url: () -> ::String
|
5869
5879
|
def weekly_maintenance_window_start: () -> ::String
|
@@ -9004,7 +9014,8 @@ module Aws
|
|
9004
9014
|
domain_id: ::String?,
|
9005
9015
|
project_id: ::String?,
|
9006
9016
|
environment_id: ::String?,
|
9007
|
-
project_s3_path: ::String
|
9017
|
+
project_s3_path: ::String?,
|
9018
|
+
single_sign_on_application_arn: ::String?
|
9008
9019
|
}?
|
9009
9020
|
},
|
9010
9021
|
?app_security_group_management: ("Service" | "Customer"),
|
data/sig/types.rbs
CHANGED
@@ -3531,6 +3531,7 @@ module Aws::SageMaker
|
|
3531
3531
|
attr_accessor mlflow_version: ::String
|
3532
3532
|
attr_accessor role_arn: ::String
|
3533
3533
|
attr_accessor tracking_server_status: ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Stopping" | "Stopped" | "StopFailed" | "Starting" | "Started" | "StartFailed" | "MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
3534
|
+
attr_accessor tracking_server_maintenance_status: ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
3534
3535
|
attr_accessor is_active: ("Active" | "Inactive")
|
3535
3536
|
attr_accessor tracking_server_url: ::String
|
3536
3537
|
attr_accessor weekly_maintenance_window_start: ::String
|
@@ -4368,6 +4369,14 @@ module Aws::SageMaker
|
|
4368
4369
|
SENSITIVE: []
|
4369
4370
|
end
|
4370
4371
|
|
4372
|
+
class Ec2CapacityReservation
|
4373
|
+
attr_accessor ec2_capacity_reservation_id: ::String
|
4374
|
+
attr_accessor total_instance_count: ::Integer
|
4375
|
+
attr_accessor available_instance_count: ::Integer
|
4376
|
+
attr_accessor used_by_current_endpoint: ::Integer
|
4377
|
+
SENSITIVE: []
|
4378
|
+
end
|
4379
|
+
|
4371
4380
|
class Edge
|
4372
4381
|
attr_accessor source_arn: ::String
|
4373
4382
|
attr_accessor destination_arn: ::String
|
@@ -8325,6 +8334,23 @@ module Aws::SageMaker
|
|
8325
8334
|
attr_accessor managed_instance_scaling: Types::ProductionVariantManagedInstanceScaling
|
8326
8335
|
attr_accessor routing_config: Types::ProductionVariantRoutingConfig
|
8327
8336
|
attr_accessor inference_ami_version: ("al2-ami-sagemaker-inference-gpu-2" | "al2-ami-sagemaker-inference-gpu-2-1" | "al2-ami-sagemaker-inference-gpu-3-1" | "al2-ami-sagemaker-inference-neuron-2")
|
8337
|
+
attr_accessor capacity_reservation_config: Types::ProductionVariantCapacityReservationConfig
|
8338
|
+
SENSITIVE: []
|
8339
|
+
end
|
8340
|
+
|
8341
|
+
class ProductionVariantCapacityReservationConfig
|
8342
|
+
attr_accessor capacity_reservation_preference: ("capacity-reservations-only")
|
8343
|
+
attr_accessor ml_reservation_arn: ::String
|
8344
|
+
SENSITIVE: []
|
8345
|
+
end
|
8346
|
+
|
8347
|
+
class ProductionVariantCapacityReservationSummary
|
8348
|
+
attr_accessor ml_reservation_arn: ::String
|
8349
|
+
attr_accessor capacity_reservation_preference: ("capacity-reservations-only")
|
8350
|
+
attr_accessor total_instance_count: ::Integer
|
8351
|
+
attr_accessor available_instance_count: ::Integer
|
8352
|
+
attr_accessor used_by_current_endpoint: ::Integer
|
8353
|
+
attr_accessor ec2_capacity_reservations: ::Array[Types::Ec2CapacityReservation]
|
8328
8354
|
SENSITIVE: []
|
8329
8355
|
end
|
8330
8356
|
|
@@ -8378,6 +8404,7 @@ module Aws::SageMaker
|
|
8378
8404
|
attr_accessor desired_serverless_config: Types::ProductionVariantServerlessConfig
|
8379
8405
|
attr_accessor managed_instance_scaling: Types::ProductionVariantManagedInstanceScaling
|
8380
8406
|
attr_accessor routing_config: Types::ProductionVariantRoutingConfig
|
8407
|
+
attr_accessor capacity_reservation_config: Types::ProductionVariantCapacityReservationSummary
|
8381
8408
|
SENSITIVE: []
|
8382
8409
|
end
|
8383
8410
|
|
@@ -9916,6 +9943,7 @@ module Aws::SageMaker
|
|
9916
9943
|
attr_accessor project_id: ::String
|
9917
9944
|
attr_accessor environment_id: ::String
|
9918
9945
|
attr_accessor project_s3_path: ::String
|
9946
|
+
attr_accessor single_sign_on_application_arn: ::String
|
9919
9947
|
SENSITIVE: []
|
9920
9948
|
end
|
9921
9949
|
|