aws-sdk-sagemaker 1.246.0 → 1.248.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.
data/sig/types.rbs CHANGED
@@ -673,6 +673,11 @@ module Aws::SageMaker
673
673
  SENSITIVE: []
674
674
  end
675
675
 
676
+ class ClusterEbsVolumeConfig
677
+ attr_accessor volume_size_in_gb: ::Integer
678
+ SENSITIVE: []
679
+ end
680
+
676
681
  class ClusterInstanceGroupDetails
677
682
  attr_accessor current_count: ::Integer
678
683
  attr_accessor target_count: ::Integer
@@ -681,6 +686,7 @@ module Aws::SageMaker
681
686
  attr_accessor life_cycle_config: Types::ClusterLifeCycleConfig
682
687
  attr_accessor execution_role: ::String
683
688
  attr_accessor threads_per_core: ::Integer
689
+ attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
684
690
  SENSITIVE: []
685
691
  end
686
692
 
@@ -691,6 +697,7 @@ module Aws::SageMaker
691
697
  attr_accessor life_cycle_config: Types::ClusterLifeCycleConfig
692
698
  attr_accessor execution_role: ::String
693
699
  attr_accessor threads_per_core: ::Integer
700
+ attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
694
701
  SENSITIVE: []
695
702
  end
696
703
 
@@ -706,6 +713,17 @@ module Aws::SageMaker
706
713
  SENSITIVE: []
707
714
  end
708
715
 
716
+ class ClusterInstanceStorageConfig
717
+ attr_accessor ebs_volume_config: Types::ClusterEbsVolumeConfig
718
+ attr_accessor unknown: untyped
719
+ SENSITIVE: []
720
+
721
+ class EbsVolumeConfig < ClusterInstanceStorageConfig
722
+ end
723
+ class Unknown < ClusterInstanceStorageConfig
724
+ end
725
+ end
726
+
709
727
  class ClusterLifeCycleConfig
710
728
  attr_accessor source_s3_uri: ::String
711
729
  attr_accessor on_create: ::String
@@ -720,6 +738,7 @@ module Aws::SageMaker
720
738
  attr_accessor launch_time: ::Time
721
739
  attr_accessor life_cycle_config: Types::ClusterLifeCycleConfig
722
740
  attr_accessor threads_per_core: ::Integer
741
+ attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
723
742
  attr_accessor private_primary_ip: ::String
724
743
  attr_accessor private_dns_hostname: ::String
725
744
  attr_accessor placement: Types::ClusterInstancePlacement
@@ -1219,6 +1238,21 @@ module Aws::SageMaker
1219
1238
  SENSITIVE: []
1220
1239
  end
1221
1240
 
1241
+ class CreateHubContentReferenceRequest
1242
+ attr_accessor hub_name: ::String
1243
+ attr_accessor sage_maker_public_hub_content_arn: ::String
1244
+ attr_accessor hub_content_name: ::String
1245
+ attr_accessor min_version: ::String
1246
+ attr_accessor tags: ::Array[Types::Tag]
1247
+ SENSITIVE: []
1248
+ end
1249
+
1250
+ class CreateHubContentReferenceResponse
1251
+ attr_accessor hub_arn: ::String
1252
+ attr_accessor hub_content_arn: ::String
1253
+ SENSITIVE: []
1254
+ end
1255
+
1222
1256
  class CreateHubRequest
1223
1257
  attr_accessor hub_name: ::String
1224
1258
  attr_accessor hub_description: ::String
@@ -1367,6 +1401,23 @@ module Aws::SageMaker
1367
1401
  SENSITIVE: []
1368
1402
  end
1369
1403
 
1404
+ class CreateMlflowTrackingServerRequest
1405
+ attr_accessor tracking_server_name: ::String
1406
+ attr_accessor artifact_store_uri: ::String
1407
+ attr_accessor tracking_server_size: ("Small" | "Medium" | "Large")
1408
+ attr_accessor mlflow_version: ::String
1409
+ attr_accessor role_arn: ::String
1410
+ attr_accessor automatic_model_registration: bool
1411
+ attr_accessor weekly_maintenance_window_start: ::String
1412
+ attr_accessor tags: ::Array[Types::Tag]
1413
+ SENSITIVE: []
1414
+ end
1415
+
1416
+ class CreateMlflowTrackingServerResponse
1417
+ attr_accessor tracking_server_arn: ::String
1418
+ SENSITIVE: []
1419
+ end
1420
+
1370
1421
  class CreateModelBiasJobDefinitionRequest
1371
1422
  attr_accessor job_definition_name: ::String
1372
1423
  attr_accessor model_bias_baseline_config: Types::ModelBiasBaselineConfig
@@ -1593,6 +1644,18 @@ module Aws::SageMaker
1593
1644
  SENSITIVE: []
1594
1645
  end
1595
1646
 
1647
+ class CreatePresignedMlflowTrackingServerUrlRequest
1648
+ attr_accessor tracking_server_name: ::String
1649
+ attr_accessor expires_in_seconds: ::Integer
1650
+ attr_accessor session_expiration_duration_in_seconds: ::Integer
1651
+ SENSITIVE: []
1652
+ end
1653
+
1654
+ class CreatePresignedMlflowTrackingServerUrlResponse
1655
+ attr_accessor authorized_url: ::String
1656
+ SENSITIVE: []
1657
+ end
1658
+
1596
1659
  class CreatePresignedNotebookInstanceUrlInput
1597
1660
  attr_accessor notebook_instance_name: ::String
1598
1661
  attr_accessor session_expiration_duration_in_seconds: ::Integer
@@ -2109,9 +2172,16 @@ module Aws::SageMaker
2109
2172
  class DeleteFlowDefinitionResponse < Aws::EmptyStructure
2110
2173
  end
2111
2174
 
2175
+ class DeleteHubContentReferenceRequest
2176
+ attr_accessor hub_name: ::String
2177
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
2178
+ attr_accessor hub_content_name: ::String
2179
+ SENSITIVE: []
2180
+ end
2181
+
2112
2182
  class DeleteHubContentRequest
2113
2183
  attr_accessor hub_name: ::String
2114
- attr_accessor hub_content_type: ("Model" | "Notebook")
2184
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
2115
2185
  attr_accessor hub_content_name: ::String
2116
2186
  attr_accessor hub_content_version: ::String
2117
2187
  SENSITIVE: []
@@ -2168,6 +2238,16 @@ module Aws::SageMaker
2168
2238
  SENSITIVE: []
2169
2239
  end
2170
2240
 
2241
+ class DeleteMlflowTrackingServerRequest
2242
+ attr_accessor tracking_server_name: ::String
2243
+ SENSITIVE: []
2244
+ end
2245
+
2246
+ class DeleteMlflowTrackingServerResponse
2247
+ attr_accessor tracking_server_arn: ::String
2248
+ SENSITIVE: []
2249
+ end
2250
+
2171
2251
  class DeleteModelBiasJobDefinitionRequest
2172
2252
  attr_accessor job_definition_name: ::String
2173
2253
  SENSITIVE: []
@@ -2866,7 +2946,7 @@ module Aws::SageMaker
2866
2946
 
2867
2947
  class DescribeHubContentRequest
2868
2948
  attr_accessor hub_name: ::String
2869
- attr_accessor hub_content_type: ("Model" | "Notebook")
2949
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
2870
2950
  attr_accessor hub_content_name: ::String
2871
2951
  attr_accessor hub_content_version: ::String
2872
2952
  SENSITIVE: []
@@ -2876,7 +2956,7 @@ module Aws::SageMaker
2876
2956
  attr_accessor hub_content_name: ::String
2877
2957
  attr_accessor hub_content_arn: ::String
2878
2958
  attr_accessor hub_content_version: ::String
2879
- attr_accessor hub_content_type: ("Model" | "Notebook")
2959
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
2880
2960
  attr_accessor document_schema_version: ::String
2881
2961
  attr_accessor hub_name: ::String
2882
2962
  attr_accessor hub_arn: ::String
@@ -2884,6 +2964,9 @@ module Aws::SageMaker
2884
2964
  attr_accessor hub_content_description: ::String
2885
2965
  attr_accessor hub_content_markdown: ::String
2886
2966
  attr_accessor hub_content_document: ::String
2967
+ attr_accessor sage_maker_public_hub_content_arn: ::String
2968
+ attr_accessor reference_min_version: ::String
2969
+ attr_accessor support_status: ("Supported" | "Deprecated")
2887
2970
  attr_accessor hub_content_search_keywords: ::Array[::String]
2888
2971
  attr_accessor hub_content_dependencies: ::Array[Types::HubContentDependency]
2889
2972
  attr_accessor hub_content_status: ("Available" | "Importing" | "Deleting" | "ImportFailed" | "DeleteFailed")
@@ -3109,6 +3192,30 @@ module Aws::SageMaker
3109
3192
  SENSITIVE: []
3110
3193
  end
3111
3194
 
3195
+ class DescribeMlflowTrackingServerRequest
3196
+ attr_accessor tracking_server_name: ::String
3197
+ SENSITIVE: []
3198
+ end
3199
+
3200
+ class DescribeMlflowTrackingServerResponse
3201
+ attr_accessor tracking_server_arn: ::String
3202
+ attr_accessor tracking_server_name: ::String
3203
+ attr_accessor artifact_store_uri: ::String
3204
+ attr_accessor tracking_server_size: ("Small" | "Medium" | "Large")
3205
+ attr_accessor mlflow_version: ::String
3206
+ attr_accessor role_arn: ::String
3207
+ attr_accessor tracking_server_status: ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Stopping" | "Stopped" | "StopFailed" | "Starting" | "Started" | "StartFailed" | "MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
3208
+ attr_accessor is_active: ("Active" | "Inactive")
3209
+ attr_accessor tracking_server_url: ::String
3210
+ attr_accessor weekly_maintenance_window_start: ::String
3211
+ attr_accessor automatic_model_registration: bool
3212
+ attr_accessor creation_time: ::Time
3213
+ attr_accessor created_by: Types::UserContext
3214
+ attr_accessor last_modified_time: ::Time
3215
+ attr_accessor last_modified_by: Types::UserContext
3216
+ SENSITIVE: []
3217
+ end
3218
+
3112
3219
  class DescribeModelBiasJobDefinitionRequest
3113
3220
  attr_accessor job_definition_name: ::String
3114
3221
  SENSITIVE: []
@@ -4323,14 +4430,17 @@ module Aws::SageMaker
4323
4430
  class HubContentInfo
4324
4431
  attr_accessor hub_content_name: ::String
4325
4432
  attr_accessor hub_content_arn: ::String
4433
+ attr_accessor sage_maker_public_hub_content_arn: ::String
4326
4434
  attr_accessor hub_content_version: ::String
4327
- attr_accessor hub_content_type: ("Model" | "Notebook")
4435
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
4328
4436
  attr_accessor document_schema_version: ::String
4329
4437
  attr_accessor hub_content_display_name: ::String
4330
4438
  attr_accessor hub_content_description: ::String
4439
+ attr_accessor support_status: ("Supported" | "Deprecated")
4331
4440
  attr_accessor hub_content_search_keywords: ::Array[::String]
4332
4441
  attr_accessor hub_content_status: ("Available" | "Importing" | "Deleting" | "ImportFailed" | "DeleteFailed")
4333
4442
  attr_accessor creation_time: ::Time
4443
+ attr_accessor original_creation_time: ::Time
4334
4444
  SENSITIVE: []
4335
4445
  end
4336
4446
 
@@ -4615,7 +4725,7 @@ module Aws::SageMaker
4615
4725
  class ImportHubContentRequest
4616
4726
  attr_accessor hub_content_name: ::String
4617
4727
  attr_accessor hub_content_version: ::String
4618
- attr_accessor hub_content_type: ("Model" | "Notebook")
4728
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
4619
4729
  attr_accessor document_schema_version: ::String
4620
4730
  attr_accessor hub_name: ::String
4621
4731
  attr_accessor hub_content_display_name: ::String
@@ -4732,6 +4842,11 @@ module Aws::SageMaker
4732
4842
  SENSITIVE: []
4733
4843
  end
4734
4844
 
4845
+ class InferenceHubAccessConfig
4846
+ attr_accessor hub_content_arn: ::String
4847
+ SENSITIVE: []
4848
+ end
4849
+
4735
4850
  class InferenceMetrics
4736
4851
  attr_accessor max_invocations: ::Integer
4737
4852
  attr_accessor model_latency: ::Integer
@@ -5436,7 +5551,7 @@ module Aws::SageMaker
5436
5551
 
5437
5552
  class ListHubContentVersionsRequest
5438
5553
  attr_accessor hub_name: ::String
5439
- attr_accessor hub_content_type: ("Model" | "Notebook")
5554
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
5440
5555
  attr_accessor hub_content_name: ::String
5441
5556
  attr_accessor min_version: ::String
5442
5557
  attr_accessor max_schema_version: ::String
@@ -5457,7 +5572,7 @@ module Aws::SageMaker
5457
5572
 
5458
5573
  class ListHubContentsRequest
5459
5574
  attr_accessor hub_name: ::String
5460
- attr_accessor hub_content_type: ("Model" | "Notebook")
5575
+ attr_accessor hub_content_type: ("Model" | "Notebook" | "ModelReference")
5461
5576
  attr_accessor name_contains: ::String
5462
5577
  attr_accessor max_schema_version: ::String
5463
5578
  attr_accessor creation_time_before: ::Time
@@ -5701,6 +5816,24 @@ module Aws::SageMaker
5701
5816
  SENSITIVE: []
5702
5817
  end
5703
5818
 
5819
+ class ListMlflowTrackingServersRequest
5820
+ attr_accessor created_after: ::Time
5821
+ attr_accessor created_before: ::Time
5822
+ attr_accessor tracking_server_status: ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Stopping" | "Stopped" | "StopFailed" | "Starting" | "Started" | "StartFailed" | "MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
5823
+ attr_accessor mlflow_version: ::String
5824
+ attr_accessor sort_by: ("Name" | "CreationTime" | "Status")
5825
+ attr_accessor sort_order: ("Ascending" | "Descending")
5826
+ attr_accessor next_token: ::String
5827
+ attr_accessor max_results: ::Integer
5828
+ SENSITIVE: []
5829
+ end
5830
+
5831
+ class ListMlflowTrackingServersResponse
5832
+ attr_accessor tracking_server_summaries: ::Array[Types::TrackingServerSummary]
5833
+ attr_accessor next_token: ::String
5834
+ SENSITIVE: []
5835
+ end
5836
+
5704
5837
  class ListModelBiasJobDefinitionsRequest
5705
5838
  attr_accessor endpoint_name: ::String
5706
5839
  attr_accessor sort_by: ("Name" | "CreationTime")
@@ -5814,6 +5947,7 @@ module Aws::SageMaker
5814
5947
  attr_accessor next_token: ::String
5815
5948
  attr_accessor sort_by: ("Name" | "CreationTime")
5816
5949
  attr_accessor sort_order: ("Ascending" | "Descending")
5950
+ attr_accessor cross_account_filter_option: ("SameAccount" | "CrossAccount")
5817
5951
  SENSITIVE: []
5818
5952
  end
5819
5953
 
@@ -7116,6 +7250,8 @@ module Aws::SageMaker
7116
7250
  attr_accessor user_info_endpoint: ::String
7117
7251
  attr_accessor logout_endpoint: ::String
7118
7252
  attr_accessor jwks_uri: ::String
7253
+ attr_accessor scope: ::String
7254
+ attr_accessor authentication_request_extra_params: ::Hash[::String, ::String]
7119
7255
  SENSITIVE: [:client_secret]
7120
7256
  end
7121
7257
 
@@ -7127,6 +7263,8 @@ module Aws::SageMaker
7127
7263
  attr_accessor user_info_endpoint: ::String
7128
7264
  attr_accessor logout_endpoint: ::String
7129
7265
  attr_accessor jwks_uri: ::String
7266
+ attr_accessor scope: ::String
7267
+ attr_accessor authentication_request_extra_params: ::Hash[::String, ::String]
7130
7268
  SENSITIVE: []
7131
7269
  end
7132
7270
 
@@ -7973,6 +8111,7 @@ module Aws::SageMaker
7973
8111
  attr_accessor s3_data_type: ("S3Prefix" | "S3Object")
7974
8112
  attr_accessor compression_type: ("None" | "Gzip")
7975
8113
  attr_accessor model_access_config: Types::ModelAccessConfig
8114
+ attr_accessor hub_access_config: Types::InferenceHubAccessConfig
7976
8115
  SENSITIVE: []
7977
8116
  end
7978
8117
 
@@ -8256,6 +8395,16 @@ module Aws::SageMaker
8256
8395
  SENSITIVE: []
8257
8396
  end
8258
8397
 
8398
+ class StartMlflowTrackingServerRequest
8399
+ attr_accessor tracking_server_name: ::String
8400
+ SENSITIVE: []
8401
+ end
8402
+
8403
+ class StartMlflowTrackingServerResponse
8404
+ attr_accessor tracking_server_arn: ::String
8405
+ SENSITIVE: []
8406
+ end
8407
+
8259
8408
  class StartMonitoringScheduleRequest
8260
8409
  attr_accessor monitoring_schedule_name: ::String
8261
8410
  SENSITIVE: []
@@ -8332,6 +8481,16 @@ module Aws::SageMaker
8332
8481
  SENSITIVE: []
8333
8482
  end
8334
8483
 
8484
+ class StopMlflowTrackingServerRequest
8485
+ attr_accessor tracking_server_name: ::String
8486
+ SENSITIVE: []
8487
+ end
8488
+
8489
+ class StopMlflowTrackingServerResponse
8490
+ attr_accessor tracking_server_arn: ::String
8491
+ SENSITIVE: []
8492
+ end
8493
+
8335
8494
  class StopMonitoringScheduleRequest
8336
8495
  attr_accessor monitoring_schedule_name: ::String
8337
8496
  SENSITIVE: []
@@ -8519,6 +8678,17 @@ module Aws::SageMaker
8519
8678
  SENSITIVE: []
8520
8679
  end
8521
8680
 
8681
+ class TrackingServerSummary
8682
+ attr_accessor tracking_server_arn: ::String
8683
+ attr_accessor tracking_server_name: ::String
8684
+ attr_accessor creation_time: ::Time
8685
+ attr_accessor last_modified_time: ::Time
8686
+ attr_accessor tracking_server_status: ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Stopping" | "Stopped" | "StopFailed" | "Starting" | "Started" | "StartFailed" | "MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
8687
+ attr_accessor is_active: ("Active" | "Inactive")
8688
+ attr_accessor mlflow_version: ::String
8689
+ SENSITIVE: []
8690
+ end
8691
+
8522
8692
  class TrafficPattern
8523
8693
  attr_accessor traffic_type: ("PHASES" | "STAIRS")
8524
8694
  attr_accessor phases: ::Array[Types::Phase]
@@ -9152,6 +9322,20 @@ module Aws::SageMaker
9152
9322
  SENSITIVE: []
9153
9323
  end
9154
9324
 
9325
+ class UpdateMlflowTrackingServerRequest
9326
+ attr_accessor tracking_server_name: ::String
9327
+ attr_accessor artifact_store_uri: ::String
9328
+ attr_accessor tracking_server_size: ("Small" | "Medium" | "Large")
9329
+ attr_accessor automatic_model_registration: bool
9330
+ attr_accessor weekly_maintenance_window_start: ::String
9331
+ SENSITIVE: []
9332
+ end
9333
+
9334
+ class UpdateMlflowTrackingServerResponse
9335
+ attr_accessor tracking_server_arn: ::String
9336
+ SENSITIVE: []
9337
+ end
9338
+
9155
9339
  class UpdateModelCardRequest
9156
9340
  attr_accessor model_card_name: ::String
9157
9341
  attr_accessor content: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.246.0
4
+ version: 1.248.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-07 00:00:00.000000000 Z
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core