aws-sdk-sagemaker 1.306.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1dc38f4ddf5f707220ef8e4467d26c5b3eeee92608308a69817d3c2a5021ba1
4
- data.tar.gz: 23367959b4ff4ab3c0810419099e6c363898615a838898360fe3766a5b4104f7
3
+ metadata.gz: 6510760ada39a8c5e4341e671639d2e3afeb18343dff483442de85afbc3aa100
4
+ data.tar.gz: b2900050c353abeb7348ce518b84951efd3f9e806fc3aa8d6d894892ba223d66
5
5
  SHA512:
6
- metadata.gz: 5bdb1ad79b5e8f66c353f5bc4609921a2600befaa5e3823f63cdc2e64deb9fc987e88776a48330a3edcf502be5fa92f41b19e9fd1f3e7db3720885d34c0ad870
7
- data.tar.gz: '0927ce122314f3192f541553765a8edbabf866a16ca6902d0ef7d115160ceb131ed815bb22f7acf24fd849dc138c7fbf8abb89e9ebf8db468ba17215c11a8ddb'
6
+ metadata.gz: 86a6a3a68765eb0fffef1f37e947603984a51db71905ad894d960013608d5b722d3b8f41d3dc6488210ed87ab0f619b9ee23ec918bc405e48d495668ecaa0a6f
7
+ data.tar.gz: 29d7f5c27df8a8c9bd85e4d7a7521568223eb4b2cf57ba8a0a99d20d36281e652369234fd633334fdf686452c0b2a86732e95977bfcc0189243d84db6a721d26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.306.0 (2025-05-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.306.0
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
@@ -27113,6 +27147,7 @@ module Aws::SageMaker
27113
27147
  # project_id: "UnifiedStudioProjectId",
27114
27148
  # environment_id: "UnifiedStudioEnvironmentId",
27115
27149
  # project_s3_path: "S3Uri",
27150
+ # single_sign_on_application_arn: "SingleSignOnApplicationArn",
27116
27151
  # },
27117
27152
  # },
27118
27153
  # app_security_group_management: "Service", # accepts Service, Customer
@@ -29940,7 +29975,7 @@ module Aws::SageMaker
29940
29975
  tracer: tracer
29941
29976
  )
29942
29977
  context[:gem_name] = 'aws-sdk-sagemaker'
29943
- context[:gem_version] = '1.306.0'
29978
+ context[:gem_version] = '1.307.0'
29944
29979
  Seahorse::Client::Request.new(handlers, context)
29945
29980
  end
29946
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')
@@ -6034,6 +6041,14 @@ module Aws::SageMaker
6034
6041
  EbsStorageSettings.add_member(:ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "EbsVolumeSizeInGb"))
6035
6042
  EbsStorageSettings.struct_class = Types::EbsStorageSettings
6036
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
+
6037
6052
  Edge.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
6038
6053
  Edge.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "DestinationArn"))
6039
6054
  Edge.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
@@ -9326,8 +9341,21 @@ module Aws::SageMaker
9326
9341
  ProductionVariant.add_member(:managed_instance_scaling, Shapes::ShapeRef.new(shape: ProductionVariantManagedInstanceScaling, location_name: "ManagedInstanceScaling"))
9327
9342
  ProductionVariant.add_member(:routing_config, Shapes::ShapeRef.new(shape: ProductionVariantRoutingConfig, location_name: "RoutingConfig"))
9328
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"))
9329
9345
  ProductionVariant.struct_class = Types::ProductionVariant
9330
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
+
9331
9359
  ProductionVariantCoreDumpConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
9332
9360
  ProductionVariantCoreDumpConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
9333
9361
  ProductionVariantCoreDumpConfig.struct_class = Types::ProductionVariantCoreDumpConfig
@@ -9369,6 +9397,7 @@ module Aws::SageMaker
9369
9397
  ProductionVariantSummary.add_member(:desired_serverless_config, Shapes::ShapeRef.new(shape: ProductionVariantServerlessConfig, location_name: "DesiredServerlessConfig"))
9370
9398
  ProductionVariantSummary.add_member(:managed_instance_scaling, Shapes::ShapeRef.new(shape: ProductionVariantManagedInstanceScaling, location_name: "ManagedInstanceScaling"))
9371
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"))
9372
9401
  ProductionVariantSummary.struct_class = Types::ProductionVariantSummary
9373
9402
 
9374
9403
  ProductionVariantSummaryList.member = Shapes::ShapeRef.new(shape: ProductionVariantSummary)
@@ -10636,6 +10665,7 @@ module Aws::SageMaker
10636
10665
  UnifiedStudioSettings.add_member(:project_id, Shapes::ShapeRef.new(shape: UnifiedStudioProjectId, location_name: "ProjectId"))
10637
10666
  UnifiedStudioSettings.add_member(:environment_id, Shapes::ShapeRef.new(shape: UnifiedStudioEnvironmentId, location_name: "EnvironmentId"))
10638
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"))
10639
10669
  UnifiedStudioSettings.struct_class = Types::UnifiedStudioSettings
10640
10670
 
10641
10671
  UpdateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
@@ -20487,6 +20487,40 @@ module Aws::SageMaker
20487
20487
  include Aws::Structure
20488
20488
  end
20489
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
+
20490
20524
  # A directed edge connecting two lineage entities.
20491
20525
  #
20492
20526
  # @!attribute [rw] source_arn
@@ -39476,6 +39510,11 @@ module Aws::SageMaker
39476
39510
  # * Neuron driver version: 2.19
39477
39511
  # @return [String]
39478
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
+ #
39479
39518
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
39480
39519
  #
39481
39520
  class ProductionVariant < Struct.new(
@@ -39493,7 +39532,89 @@ module Aws::SageMaker
39493
39532
  :enable_ssm_access,
39494
39533
  :managed_instance_scaling,
39495
39534
  :routing_config,
39496
- :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)
39497
39618
  SENSITIVE = []
39498
39619
  include Aws::Structure
39499
39620
  end
@@ -39764,6 +39885,11 @@ module Aws::SageMaker
39764
39885
  # the instances that the endpoint hosts.
39765
39886
  # @return [Types::ProductionVariantRoutingConfig]
39766
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
+ #
39767
39893
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariantSummary AWS API Documentation
39768
39894
  #
39769
39895
  class ProductionVariantSummary < Struct.new(
@@ -39777,7 +39903,8 @@ module Aws::SageMaker
39777
39903
  :current_serverless_config,
39778
39904
  :desired_serverless_config,
39779
39905
  :managed_instance_scaling,
39780
- :routing_config)
39906
+ :routing_config,
39907
+ :capacity_reservation_config)
39781
39908
  SENSITIVE = []
39782
39909
  include Aws::Structure
39783
39910
  end
@@ -47870,6 +47997,11 @@ module Aws::SageMaker
47870
47997
  # other artifacts for the project that corresponds to the domain.
47871
47998
  # @return [String]
47872
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
+ #
47873
48005
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UnifiedStudioSettings AWS API Documentation
47874
48006
  #
47875
48007
  class UnifiedStudioSettings < Struct.new(
@@ -47879,7 +48011,8 @@ module Aws::SageMaker
47879
48011
  :domain_id,
47880
48012
  :project_id,
47881
48013
  :environment_id,
47882
- :project_s3_path)
48014
+ :project_s3_path,
48015
+ :single_sign_on_application_arn)
47883
48016
  SENSITIVE = []
47884
48017
  include Aws::Structure
47885
48018
  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.306.0'
58
+ GEM_VERSION = '1.307.0'
59
59
 
60
60
  end
61
61
 
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,
@@ -9005,7 +9014,8 @@ module Aws
9005
9014
  domain_id: ::String?,
9006
9015
  project_id: ::String?,
9007
9016
  environment_id: ::String?,
9008
- project_s3_path: ::String?
9017
+ project_s3_path: ::String?,
9018
+ single_sign_on_application_arn: ::String?
9009
9019
  }?
9010
9020
  },
9011
9021
  ?app_security_group_management: ("Service" | "Customer"),
data/sig/types.rbs CHANGED
@@ -4369,6 +4369,14 @@ module Aws::SageMaker
4369
4369
  SENSITIVE: []
4370
4370
  end
4371
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
+
4372
4380
  class Edge
4373
4381
  attr_accessor source_arn: ::String
4374
4382
  attr_accessor destination_arn: ::String
@@ -8326,6 +8334,23 @@ module Aws::SageMaker
8326
8334
  attr_accessor managed_instance_scaling: Types::ProductionVariantManagedInstanceScaling
8327
8335
  attr_accessor routing_config: Types::ProductionVariantRoutingConfig
8328
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]
8329
8354
  SENSITIVE: []
8330
8355
  end
8331
8356
 
@@ -8379,6 +8404,7 @@ module Aws::SageMaker
8379
8404
  attr_accessor desired_serverless_config: Types::ProductionVariantServerlessConfig
8380
8405
  attr_accessor managed_instance_scaling: Types::ProductionVariantManagedInstanceScaling
8381
8406
  attr_accessor routing_config: Types::ProductionVariantRoutingConfig
8407
+ attr_accessor capacity_reservation_config: Types::ProductionVariantCapacityReservationSummary
8382
8408
  SENSITIVE: []
8383
8409
  end
8384
8410
 
@@ -9917,6 +9943,7 @@ module Aws::SageMaker
9917
9943
  attr_accessor project_id: ::String
9918
9944
  attr_accessor environment_id: ::String
9919
9945
  attr_accessor project_s3_path: ::String
9946
+ attr_accessor single_sign_on_application_arn: ::String
9920
9947
  SENSITIVE: []
9921
9948
  end
9922
9949
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.306.0
4
+ version: 1.307.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services