aws-sdk-sagemaker 1.196.0 → 1.198.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: '0478489b41bc2604602bc33f056fc12c104dd04f19a4dc5aa77e1d24838e28b4'
4
- data.tar.gz: 94ea5f353fbcca02a4b62f609a25562bd6f6670cf031b819631ff098ae97e725
3
+ metadata.gz: 90f841248e75de9cce3a779e74f75a8dc9aa7b17c86ebacf954aaa685aa3e063
4
+ data.tar.gz: '0868653ff7ac36ae896680dfe8f980c50555a3e4062f4ddd81f465c5ca65b370'
5
5
  SHA512:
6
- metadata.gz: 159b1304869a0f9c2f26ec19d83dc57706c4daa817cc055356001c55102e4b15d89e5964854dd8d63d4299bb3c5c7de84e555f6f2d130d89483cb6941a9d87c9
7
- data.tar.gz: e409f14053b117edcefc8c83753f989231bb009bcb10726b2f14a6c4dc2e7b8ae8ff855e70317bc71a01266c5a0cda77aaa4859ea395cbf0481cddb38cea4fa3
6
+ metadata.gz: c3f1b1545ebdfd40ce003359c05ac0aeb160e1dc23971769e16587efdd80c42546ab56e5e07fe28ed2cb5ec71bf390d4b614a98a96d862c5fb4b6a88c4dc5d92
7
+ data.tar.gz: a1d8e29ff718d92ccfddda06000d238ab2e28c2d8f53669fd6c22b9fae8d0a1e2ae1b734946b19e438daf7daacfbd3e1a1603a94e52443842ff3753d88328203
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.198.0 (2023-07-20)
5
+ ------------------
6
+
7
+ * Feature - Cross account support for SageMaker Feature Store
8
+
9
+ 1.197.0 (2023-07-13)
10
+ ------------------
11
+
12
+ * Feature - Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
13
+
4
14
  1.196.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.196.0
1
+ 1.198.0
@@ -2341,6 +2341,10 @@ module Aws::SageMaker
2341
2341
  # status: "ENABLED", # accepts ENABLED, DISABLED
2342
2342
  # cross_account_model_register_role_arn: "RoleArn",
2343
2343
  # },
2344
+ # workspace_settings: {
2345
+ # s3_artifact_path: "S3Uri",
2346
+ # s3_kms_key_id: "KmsKeyId",
2347
+ # },
2344
2348
  # },
2345
2349
  # },
2346
2350
  # subnet_ids: ["SubnetId"], # required
@@ -8148,6 +8152,10 @@ module Aws::SageMaker
8148
8152
  # status: "ENABLED", # accepts ENABLED, DISABLED
8149
8153
  # cross_account_model_register_role_arn: "RoleArn",
8150
8154
  # },
8155
+ # workspace_settings: {
8156
+ # s3_artifact_path: "S3Uri",
8157
+ # s3_kms_key_id: "KmsKeyId",
8158
+ # },
8151
8159
  # },
8152
8160
  # },
8153
8161
  # })
@@ -10869,6 +10877,8 @@ module Aws::SageMaker
10869
10877
  # resp.default_user_settings.canvas_app_settings.time_series_forecasting_settings.amazon_forecast_role_arn #=> String
10870
10878
  # resp.default_user_settings.canvas_app_settings.model_register_settings.status #=> String, one of "ENABLED", "DISABLED"
10871
10879
  # resp.default_user_settings.canvas_app_settings.model_register_settings.cross_account_model_register_role_arn #=> String
10880
+ # resp.default_user_settings.canvas_app_settings.workspace_settings.s3_artifact_path #=> String
10881
+ # resp.default_user_settings.canvas_app_settings.workspace_settings.s3_kms_key_id #=> String
10872
10882
  # resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
10873
10883
  # resp.home_efs_file_system_kms_key_id #=> String
10874
10884
  # resp.subnet_ids #=> Array
@@ -11417,7 +11427,8 @@ module Aws::SageMaker
11417
11427
  # identifier for each `FeatureGroup`, and more.
11418
11428
  #
11419
11429
  # @option params [required, String] :feature_group_name
11420
- # The name of the `FeatureGroup` you want described.
11430
+ # The name or Amazon Resource Name (ARN) of the `FeatureGroup` you want
11431
+ # described.
11421
11432
  #
11422
11433
  # @option params [String] :next_token
11423
11434
  # A token to resume pagination of the list of `Features`
@@ -11446,7 +11457,7 @@ module Aws::SageMaker
11446
11457
  # @example Request syntax with placeholder values
11447
11458
  #
11448
11459
  # resp = client.describe_feature_group({
11449
- # feature_group_name: "FeatureGroupName", # required
11460
+ # feature_group_name: "FeatureGroupNameOrArn", # required
11450
11461
  # next_token: "NextToken",
11451
11462
  # })
11452
11463
  #
@@ -11496,7 +11507,8 @@ module Aws::SageMaker
11496
11507
  # Shows the metadata for a feature within a feature group.
11497
11508
  #
11498
11509
  # @option params [required, String] :feature_group_name
11499
- # The name of the feature group containing the feature.
11510
+ # The name or Amazon Resource Name (ARN) of the feature group containing
11511
+ # the feature.
11500
11512
  #
11501
11513
  # @option params [required, String] :feature_name
11502
11514
  # The name of the feature.
@@ -11515,7 +11527,7 @@ module Aws::SageMaker
11515
11527
  # @example Request syntax with placeholder values
11516
11528
  #
11517
11529
  # resp = client.describe_feature_metadata({
11518
- # feature_group_name: "FeatureGroupName", # required
11530
+ # feature_group_name: "FeatureGroupNameOrArn", # required
11519
11531
  # feature_name: "FeatureName", # required
11520
11532
  # })
11521
11533
  #
@@ -14520,6 +14532,8 @@ module Aws::SageMaker
14520
14532
  # resp.user_settings.canvas_app_settings.time_series_forecasting_settings.amazon_forecast_role_arn #=> String
14521
14533
  # resp.user_settings.canvas_app_settings.model_register_settings.status #=> String, one of "ENABLED", "DISABLED"
14522
14534
  # resp.user_settings.canvas_app_settings.model_register_settings.cross_account_model_register_role_arn #=> String
14535
+ # resp.user_settings.canvas_app_settings.workspace_settings.s3_artifact_path #=> String
14536
+ # resp.user_settings.canvas_app_settings.workspace_settings.s3_kms_key_id #=> String
14523
14537
  #
14524
14538
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
14525
14539
  #
@@ -19421,6 +19435,70 @@ module Aws::SageMaker
19421
19435
  req.send_request(options)
19422
19436
  end
19423
19437
 
19438
+ # Lists Amazon SageMaker Catalogs based on given filters and orders. The
19439
+ # maximum number of `ResourceCatalog`s viewable is 1000.
19440
+ #
19441
+ # @option params [String] :name_contains
19442
+ # A string that partially matches one or more `ResourceCatalog`s names.
19443
+ # Filters `ResourceCatalog` by name.
19444
+ #
19445
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
19446
+ # Use this parameter to search for `ResourceCatalog`s created after a
19447
+ # specific date and time.
19448
+ #
19449
+ # @option params [Time,DateTime,Date,Integer,String] :creation_time_before
19450
+ # Use this parameter to search for `ResourceCatalog`s created before a
19451
+ # specific date and time.
19452
+ #
19453
+ # @option params [String] :sort_order
19454
+ # The order in which the resource catalogs are listed.
19455
+ #
19456
+ # @option params [String] :sort_by
19457
+ # The value on which the resource catalog list is sorted.
19458
+ #
19459
+ # @option params [Integer] :max_results
19460
+ # The maximum number of results returned by `ListResourceCatalogs`.
19461
+ #
19462
+ # @option params [String] :next_token
19463
+ # A token to resume pagination of `ListResourceCatalogs` results.
19464
+ #
19465
+ # @return [Types::ListResourceCatalogsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19466
+ #
19467
+ # * {Types::ListResourceCatalogsResponse#resource_catalogs #resource_catalogs} => Array<Types::ResourceCatalog>
19468
+ # * {Types::ListResourceCatalogsResponse#next_token #next_token} => String
19469
+ #
19470
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
19471
+ #
19472
+ # @example Request syntax with placeholder values
19473
+ #
19474
+ # resp = client.list_resource_catalogs({
19475
+ # name_contains: "ResourceCatalogName",
19476
+ # creation_time_after: Time.now,
19477
+ # creation_time_before: Time.now,
19478
+ # sort_order: "Ascending", # accepts Ascending, Descending
19479
+ # sort_by: "CreationTime", # accepts CreationTime
19480
+ # max_results: 1,
19481
+ # next_token: "NextToken",
19482
+ # })
19483
+ #
19484
+ # @example Response structure
19485
+ #
19486
+ # resp.resource_catalogs #=> Array
19487
+ # resp.resource_catalogs[0].resource_catalog_arn #=> String
19488
+ # resp.resource_catalogs[0].resource_catalog_name #=> String
19489
+ # resp.resource_catalogs[0].description #=> String
19490
+ # resp.resource_catalogs[0].creation_time #=> Time
19491
+ # resp.next_token #=> String
19492
+ #
19493
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListResourceCatalogs AWS API Documentation
19494
+ #
19495
+ # @overload list_resource_catalogs(params = {})
19496
+ # @param [Hash] params ({})
19497
+ def list_resource_catalogs(params = {}, options = {})
19498
+ req = build_request(:list_resource_catalogs, params)
19499
+ req.send_request(options)
19500
+ end
19501
+
19424
19502
  # Lists spaces.
19425
19503
  #
19426
19504
  # @option params [String] :next_token
@@ -20728,6 +20806,20 @@ module Aws::SageMaker
20728
20806
  # @option params [Integer] :max_results
20729
20807
  # The maximum number of results to return.
20730
20808
  #
20809
+ # @option params [String] :cross_account_filter_option
20810
+ # A cross account filter option. When the value is `"CrossAccount"` the
20811
+ # search results will only include resources made discoverable to you
20812
+ # from other accounts. When the value is `"SameAccount"` or `null` the
20813
+ # search results will only include resources from your account. Default
20814
+ # is `null`. For more information on searching for resources made
20815
+ # discoverable to your account, see [ Search discoverable resources][1]
20816
+ # in the SageMaker Developer Guide. The maximum number of
20817
+ # `ResourceCatalog`s viewable is 1000.
20818
+ #
20819
+ #
20820
+ #
20821
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-cross-account-discoverability-use.html
20822
+ #
20731
20823
  # @return [Types::SearchResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
20732
20824
  #
20733
20825
  # * {Types::SearchResponse#results #results} => Array<Types::SearchRecord>
@@ -20770,6 +20862,7 @@ module Aws::SageMaker
20770
20862
  # sort_order: "Ascending", # accepts Ascending, Descending
20771
20863
  # next_token: "NextToken",
20772
20864
  # max_results: 1,
20865
+ # cross_account_filter_option: "SameAccount", # accepts SameAccount, CrossAccount
20773
20866
  # })
20774
20867
  #
20775
20868
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
@@ -21896,6 +21989,10 @@ module Aws::SageMaker
21896
21989
  # status: "ENABLED", # accepts ENABLED, DISABLED
21897
21990
  # cross_account_model_register_role_arn: "RoleArn",
21898
21991
  # },
21992
+ # workspace_settings: {
21993
+ # s3_artifact_path: "S3Uri",
21994
+ # s3_kms_key_id: "KmsKeyId",
21995
+ # },
21899
21996
  # },
21900
21997
  # },
21901
21998
  # domain_settings_for_update: {
@@ -22187,10 +22284,25 @@ module Aws::SageMaker
22187
22284
  req.send_request(options)
22188
22285
  end
22189
22286
 
22190
- # Updates the feature group.
22287
+ # Updates the feature group by either adding features or updating the
22288
+ # online store configuration. Use one of the following request
22289
+ # parameters at a time while using the `UpdateFeatureGroup` API.
22290
+ #
22291
+ # You can add features for your feature group using the
22292
+ # `FeatureAdditions` request parameter. Features cannot be removed from
22293
+ # a feature group.
22294
+ #
22295
+ # You can update the online store configuration by using the
22296
+ # `OnlineStoreConfig` request parameter. If a `TtlDuration` is
22297
+ # specified, the default `TtlDuration` applies for all records added to
22298
+ # the feature group *after the feature group is updated*. If a record
22299
+ # level `TtlDuration` exists from using the `PutRecord` API, the record
22300
+ # level `TtlDuration` applies to that record instead of the default
22301
+ # `TtlDuration`.
22191
22302
  #
22192
22303
  # @option params [required, String] :feature_group_name
22193
- # The name of the feature group that you're updating.
22304
+ # The name or Amazon Resource Name (ARN) of the feature group that
22305
+ # you're updating.
22194
22306
  #
22195
22307
  # @option params [Array<Types::FeatureDefinition>] :feature_additions
22196
22308
  # Updates the feature group. Updating a feature group is an asynchronous
@@ -22208,7 +22320,7 @@ module Aws::SageMaker
22208
22320
  # @example Request syntax with placeholder values
22209
22321
  #
22210
22322
  # resp = client.update_feature_group({
22211
- # feature_group_name: "FeatureGroupName", # required
22323
+ # feature_group_name: "FeatureGroupNameOrArn", # required
22212
22324
  # feature_additions: [
22213
22325
  # {
22214
22326
  # feature_name: "FeatureName",
@@ -22239,8 +22351,8 @@ module Aws::SageMaker
22239
22351
  # Updates the description and parameters of the feature group.
22240
22352
  #
22241
22353
  # @option params [required, String] :feature_group_name
22242
- # The name of the feature group containing the feature that you're
22243
- # updating.
22354
+ # The name or Amazon Resource Name (ARN) of the feature group containing
22355
+ # the feature that you're updating.
22244
22356
  #
22245
22357
  # @option params [required, String] :feature_name
22246
22358
  # The name of the feature that you're updating.
@@ -22261,7 +22373,7 @@ module Aws::SageMaker
22261
22373
  # @example Request syntax with placeholder values
22262
22374
  #
22263
22375
  # resp = client.update_feature_metadata({
22264
- # feature_group_name: "FeatureGroupName", # required
22376
+ # feature_group_name: "FeatureGroupNameOrArn", # required
22265
22377
  # feature_name: "FeatureName", # required
22266
22378
  # description: "FeatureDescription",
22267
22379
  # parameter_additions: [
@@ -23624,6 +23736,10 @@ module Aws::SageMaker
23624
23736
  # status: "ENABLED", # accepts ENABLED, DISABLED
23625
23737
  # cross_account_model_register_role_arn: "RoleArn",
23626
23738
  # },
23739
+ # workspace_settings: {
23740
+ # s3_artifact_path: "S3Uri",
23741
+ # s3_kms_key_id: "KmsKeyId",
23742
+ # },
23627
23743
  # },
23628
23744
  # },
23629
23745
  # })
@@ -23881,7 +23997,7 @@ module Aws::SageMaker
23881
23997
  params: params,
23882
23998
  config: config)
23883
23999
  context[:gem_name] = 'aws-sdk-sagemaker'
23884
- context[:gem_version] = '1.196.0'
24000
+ context[:gem_version] = '1.198.0'
23885
24001
  Seahorse::Client::Request.new(handlers, context)
23886
24002
  end
23887
24003
 
@@ -401,6 +401,7 @@ module Aws::SageMaker
401
401
  CreateWorkteamRequest = Shapes::StructureShape.new(name: 'CreateWorkteamRequest')
402
402
  CreateWorkteamResponse = Shapes::StructureShape.new(name: 'CreateWorkteamResponse')
403
403
  CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
404
+ CrossAccountFilterOption = Shapes::StringShape.new(name: 'CrossAccountFilterOption')
404
405
  CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
405
406
  CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
406
407
  CustomImage = Shapes::StructureShape.new(name: 'CustomImage')
@@ -763,6 +764,7 @@ module Aws::SageMaker
763
764
  FeatureGroupMaxResults = Shapes::IntegerShape.new(name: 'FeatureGroupMaxResults')
764
765
  FeatureGroupName = Shapes::StringShape.new(name: 'FeatureGroupName')
765
766
  FeatureGroupNameContains = Shapes::StringShape.new(name: 'FeatureGroupNameContains')
767
+ FeatureGroupNameOrArn = Shapes::StringShape.new(name: 'FeatureGroupNameOrArn')
766
768
  FeatureGroupSortBy = Shapes::StringShape.new(name: 'FeatureGroupSortBy')
767
769
  FeatureGroupSortOrder = Shapes::StringShape.new(name: 'FeatureGroupSortOrder')
768
770
  FeatureGroupStatus = Shapes::StringShape.new(name: 'FeatureGroupStatus')
@@ -1163,6 +1165,8 @@ module Aws::SageMaker
1163
1165
  ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
1164
1166
  ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
1165
1167
  ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
1168
+ ListResourceCatalogsRequest = Shapes::StructureShape.new(name: 'ListResourceCatalogsRequest')
1169
+ ListResourceCatalogsResponse = Shapes::StructureShape.new(name: 'ListResourceCatalogsResponse')
1166
1170
  ListSpacesRequest = Shapes::StructureShape.new(name: 'ListSpacesRequest')
1167
1171
  ListSpacesResponse = Shapes::StructureShape.new(name: 'ListSpacesResponse')
1168
1172
  ListStageDevicesRequest = Shapes::StructureShape.new(name: 'ListStageDevicesRequest')
@@ -1651,6 +1655,13 @@ module Aws::SageMaker
1651
1655
  RepositoryUrl = Shapes::StringShape.new(name: 'RepositoryUrl')
1652
1656
  ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
1653
1657
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
1658
+ ResourceCatalog = Shapes::StructureShape.new(name: 'ResourceCatalog')
1659
+ ResourceCatalogArn = Shapes::StringShape.new(name: 'ResourceCatalogArn')
1660
+ ResourceCatalogDescription = Shapes::StringShape.new(name: 'ResourceCatalogDescription')
1661
+ ResourceCatalogList = Shapes::ListShape.new(name: 'ResourceCatalogList')
1662
+ ResourceCatalogName = Shapes::StringShape.new(name: 'ResourceCatalogName')
1663
+ ResourceCatalogSortBy = Shapes::StringShape.new(name: 'ResourceCatalogSortBy')
1664
+ ResourceCatalogSortOrder = Shapes::StringShape.new(name: 'ResourceCatalogSortOrder')
1654
1665
  ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
1655
1666
  ResourceConfigForUpdate = Shapes::StructureShape.new(name: 'ResourceConfigForUpdate')
1656
1667
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
@@ -2051,6 +2062,7 @@ module Aws::SageMaker
2051
2062
  WorkforceVpcEndpointId = Shapes::StringShape.new(name: 'WorkforceVpcEndpointId')
2052
2063
  WorkforceVpcId = Shapes::StringShape.new(name: 'WorkforceVpcId')
2053
2064
  Workforces = Shapes::ListShape.new(name: 'Workforces')
2065
+ WorkspaceSettings = Shapes::StructureShape.new(name: 'WorkspaceSettings')
2054
2066
  Workteam = Shapes::StructureShape.new(name: 'Workteam')
2055
2067
  WorkteamArn = Shapes::StringShape.new(name: 'WorkteamArn')
2056
2068
  WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
@@ -2490,6 +2502,7 @@ module Aws::SageMaker
2490
2502
 
2491
2503
  CanvasAppSettings.add_member(:time_series_forecasting_settings, Shapes::ShapeRef.new(shape: TimeSeriesForecastingSettings, location_name: "TimeSeriesForecastingSettings"))
2492
2504
  CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
2505
+ CanvasAppSettings.add_member(:workspace_settings, Shapes::ShapeRef.new(shape: WorkspaceSettings, location_name: "WorkspaceSettings"))
2493
2506
  CanvasAppSettings.struct_class = Types::CanvasAppSettings
2494
2507
 
2495
2508
  CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
@@ -4038,7 +4051,7 @@ module Aws::SageMaker
4038
4051
  DescribeExperimentResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
4039
4052
  DescribeExperimentResponse.struct_class = Types::DescribeExperimentResponse
4040
4053
 
4041
- DescribeFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
4054
+ DescribeFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupNameOrArn, required: true, location_name: "FeatureGroupName"))
4042
4055
  DescribeFeatureGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
4043
4056
  DescribeFeatureGroupRequest.struct_class = Types::DescribeFeatureGroupRequest
4044
4057
 
@@ -4061,7 +4074,7 @@ module Aws::SageMaker
4061
4074
  DescribeFeatureGroupResponse.add_member(:online_store_total_size_bytes, Shapes::ShapeRef.new(shape: OnlineStoreTotalSizeBytes, location_name: "OnlineStoreTotalSizeBytes"))
4062
4075
  DescribeFeatureGroupResponse.struct_class = Types::DescribeFeatureGroupResponse
4063
4076
 
4064
- DescribeFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
4077
+ DescribeFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupNameOrArn, required: true, location_name: "FeatureGroupName"))
4065
4078
  DescribeFeatureMetadataRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
4066
4079
  DescribeFeatureMetadataRequest.struct_class = Types::DescribeFeatureMetadataRequest
4067
4080
 
@@ -6558,6 +6571,19 @@ module Aws::SageMaker
6558
6571
  ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6559
6572
  ListProjectsOutput.struct_class = Types::ListProjectsOutput
6560
6573
 
6574
+ ListResourceCatalogsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: ResourceCatalogName, location_name: "NameContains"))
6575
+ ListResourceCatalogsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
6576
+ ListResourceCatalogsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
6577
+ ListResourceCatalogsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ResourceCatalogSortOrder, location_name: "SortOrder"))
6578
+ ListResourceCatalogsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResourceCatalogSortBy, location_name: "SortBy"))
6579
+ ListResourceCatalogsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
6580
+ ListResourceCatalogsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6581
+ ListResourceCatalogsRequest.struct_class = Types::ListResourceCatalogsRequest
6582
+
6583
+ ListResourceCatalogsResponse.add_member(:resource_catalogs, Shapes::ShapeRef.new(shape: ResourceCatalogList, location_name: "ResourceCatalogs"))
6584
+ ListResourceCatalogsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6585
+ ListResourceCatalogsResponse.struct_class = Types::ListResourceCatalogsResponse
6586
+
6561
6587
  ListSpacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6562
6588
  ListSpacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
6563
6589
  ListSpacesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
@@ -7979,6 +8005,14 @@ module Aws::SageMaker
7979
8005
  ResolvedAttributes.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
7980
8006
  ResolvedAttributes.struct_class = Types::ResolvedAttributes
7981
8007
 
8008
+ ResourceCatalog.add_member(:resource_catalog_arn, Shapes::ShapeRef.new(shape: ResourceCatalogArn, required: true, location_name: "ResourceCatalogArn"))
8009
+ ResourceCatalog.add_member(:resource_catalog_name, Shapes::ShapeRef.new(shape: ResourceCatalogName, required: true, location_name: "ResourceCatalogName"))
8010
+ ResourceCatalog.add_member(:description, Shapes::ShapeRef.new(shape: ResourceCatalogDescription, required: true, location_name: "Description"))
8011
+ ResourceCatalog.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
8012
+ ResourceCatalog.struct_class = Types::ResourceCatalog
8013
+
8014
+ ResourceCatalogList.member = Shapes::ShapeRef.new(shape: ResourceCatalog)
8015
+
7982
8016
  ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
7983
8017
  ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount"))
7984
8018
  ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
@@ -8088,6 +8122,7 @@ module Aws::SageMaker
8088
8122
  SearchRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SearchSortOrder, location_name: "SortOrder"))
8089
8123
  SearchRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
8090
8124
  SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
8125
+ SearchRequest.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
8091
8126
  SearchRequest.struct_class = Types::SearchRequest
8092
8127
 
8093
8128
  SearchResponse.add_member(:results, Shapes::ShapeRef.new(shape: SearchResultsList, location_name: "Results"))
@@ -8777,7 +8812,7 @@ module Aws::SageMaker
8777
8812
  UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
8778
8813
  UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
8779
8814
 
8780
- UpdateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
8815
+ UpdateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupNameOrArn, required: true, location_name: "FeatureGroupName"))
8781
8816
  UpdateFeatureGroupRequest.add_member(:feature_additions, Shapes::ShapeRef.new(shape: FeatureAdditions, location_name: "FeatureAdditions"))
8782
8817
  UpdateFeatureGroupRequest.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfigUpdate, location_name: "OnlineStoreConfig"))
8783
8818
  UpdateFeatureGroupRequest.struct_class = Types::UpdateFeatureGroupRequest
@@ -8785,7 +8820,7 @@ module Aws::SageMaker
8785
8820
  UpdateFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
8786
8821
  UpdateFeatureGroupResponse.struct_class = Types::UpdateFeatureGroupResponse
8787
8822
 
8788
- UpdateFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
8823
+ UpdateFeatureMetadataRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupNameOrArn, required: true, location_name: "FeatureGroupName"))
8789
8824
  UpdateFeatureMetadataRequest.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, required: true, location_name: "FeatureName"))
8790
8825
  UpdateFeatureMetadataRequest.add_member(:description, Shapes::ShapeRef.new(shape: FeatureDescription, location_name: "Description"))
8791
8826
  UpdateFeatureMetadataRequest.add_member(:parameter_additions, Shapes::ShapeRef.new(shape: FeatureParameterAdditions, location_name: "ParameterAdditions"))
@@ -9075,6 +9110,10 @@ module Aws::SageMaker
9075
9110
 
9076
9111
  Workforces.member = Shapes::ShapeRef.new(shape: Workforce)
9077
9112
 
9113
+ WorkspaceSettings.add_member(:s3_artifact_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3ArtifactPath"))
9114
+ WorkspaceSettings.add_member(:s3_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "S3KmsKeyId"))
9115
+ WorkspaceSettings.struct_class = Types::WorkspaceSettings
9116
+
9078
9117
  Workteam.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
9079
9118
  Workteam.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
9080
9119
  Workteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
@@ -11476,6 +11515,20 @@ module Aws::SageMaker
11476
11515
  )
11477
11516
  end)
11478
11517
 
11518
+ api.add_operation(:list_resource_catalogs, Seahorse::Model::Operation.new.tap do |o|
11519
+ o.name = "ListResourceCatalogs"
11520
+ o.http_method = "POST"
11521
+ o.http_request_uri = "/"
11522
+ o.input = Shapes::ShapeRef.new(shape: ListResourceCatalogsRequest)
11523
+ o.output = Shapes::ShapeRef.new(shape: ListResourceCatalogsResponse)
11524
+ o[:pager] = Aws::Pager.new(
11525
+ limit_key: "max_results",
11526
+ tokens: {
11527
+ "next_token" => "next_token"
11528
+ }
11529
+ )
11530
+ end)
11531
+
11479
11532
  api.add_operation(:list_spaces, Seahorse::Model::Operation.new.tap do |o|
11480
11533
  o.name = "ListSpaces"
11481
11534
  o.http_method = "POST"
@@ -3218,6 +3218,20 @@ module Aws::SageMaker
3218
3218
  end
3219
3219
  end
3220
3220
 
3221
+ class ListResourceCatalogs
3222
+ def self.build(context)
3223
+ unless context.config.regional_endpoint
3224
+ endpoint = context.config.endpoint.to_s
3225
+ end
3226
+ Aws::SageMaker::EndpointParameters.new(
3227
+ region: context.config.region,
3228
+ use_dual_stack: context.config.use_dualstack_endpoint,
3229
+ use_fips: context.config.use_fips_endpoint,
3230
+ endpoint: endpoint,
3231
+ )
3232
+ end
3233
+ end
3234
+
3221
3235
  class ListSpaces
3222
3236
  def self.build(context)
3223
3237
  unless context.config.regional_endpoint
@@ -514,6 +514,8 @@ module Aws::SageMaker
514
514
  Aws::SageMaker::Endpoints::ListProcessingJobs.build(context)
515
515
  when :list_projects
516
516
  Aws::SageMaker::Endpoints::ListProjects.build(context)
517
+ when :list_resource_catalogs
518
+ Aws::SageMaker::Endpoints::ListResourceCatalogs.build(context)
517
519
  when :list_spaces
518
520
  Aws::SageMaker::Endpoints::ListSpaces.build(context)
519
521
  when :list_stage_devices
@@ -3103,11 +3103,16 @@ module Aws::SageMaker
3103
3103
  # The model registry settings for the SageMaker Canvas application.
3104
3104
  # @return [Types::ModelRegisterSettings]
3105
3105
  #
3106
+ # @!attribute [rw] workspace_settings
3107
+ # The workspace settings for the SageMaker Canvas application.
3108
+ # @return [Types::WorkspaceSettings]
3109
+ #
3106
3110
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
3107
3111
  #
3108
3112
  class CanvasAppSettings < Struct.new(
3109
3113
  :time_series_forecasting_settings,
3110
- :model_register_settings)
3114
+ :model_register_settings,
3115
+ :workspace_settings)
3111
3116
  SENSITIVE = []
3112
3117
  include Aws::Structure
3113
3118
  end
@@ -12094,7 +12099,8 @@ module Aws::SageMaker
12094
12099
  end
12095
12100
 
12096
12101
  # @!attribute [rw] feature_group_name
12097
- # The name of the `FeatureGroup` you want described.
12102
+ # The name or Amazon Resource Name (ARN) of the `FeatureGroup` you
12103
+ # want described.
12098
12104
  # @return [String]
12099
12105
  #
12100
12106
  # @!attribute [rw] next_token
@@ -12235,7 +12241,8 @@ module Aws::SageMaker
12235
12241
  end
12236
12242
 
12237
12243
  # @!attribute [rw] feature_group_name
12238
- # The name of the feature group containing the feature.
12244
+ # The name or Amazon Resource Name (ARN) of the feature group
12245
+ # containing the feature.
12239
12246
  # @return [String]
12240
12247
  #
12241
12248
  # @!attribute [rw] feature_name
@@ -17737,7 +17744,7 @@ module Aws::SageMaker
17737
17744
  include Aws::Structure
17738
17745
  end
17739
17746
 
17740
- # The name, Arn, `CreationTime`, `FeatureGroup` values,
17747
+ # The name, ARN, `CreationTime`, `FeatureGroup` values,
17741
17748
  # `LastUpdatedTime` and `EnableOnlineStorage` status of a
17742
17749
  # `FeatureGroup`.
17743
17750
  #
@@ -26765,6 +26772,68 @@ module Aws::SageMaker
26765
26772
  include Aws::Structure
26766
26773
  end
26767
26774
 
26775
+ # @!attribute [rw] name_contains
26776
+ # A string that partially matches one or more `ResourceCatalog`s
26777
+ # names. Filters `ResourceCatalog` by name.
26778
+ # @return [String]
26779
+ #
26780
+ # @!attribute [rw] creation_time_after
26781
+ # Use this parameter to search for `ResourceCatalog`s created after a
26782
+ # specific date and time.
26783
+ # @return [Time]
26784
+ #
26785
+ # @!attribute [rw] creation_time_before
26786
+ # Use this parameter to search for `ResourceCatalog`s created before a
26787
+ # specific date and time.
26788
+ # @return [Time]
26789
+ #
26790
+ # @!attribute [rw] sort_order
26791
+ # The order in which the resource catalogs are listed.
26792
+ # @return [String]
26793
+ #
26794
+ # @!attribute [rw] sort_by
26795
+ # The value on which the resource catalog list is sorted.
26796
+ # @return [String]
26797
+ #
26798
+ # @!attribute [rw] max_results
26799
+ # The maximum number of results returned by `ListResourceCatalogs`.
26800
+ # @return [Integer]
26801
+ #
26802
+ # @!attribute [rw] next_token
26803
+ # A token to resume pagination of `ListResourceCatalogs` results.
26804
+ # @return [String]
26805
+ #
26806
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListResourceCatalogsRequest AWS API Documentation
26807
+ #
26808
+ class ListResourceCatalogsRequest < Struct.new(
26809
+ :name_contains,
26810
+ :creation_time_after,
26811
+ :creation_time_before,
26812
+ :sort_order,
26813
+ :sort_by,
26814
+ :max_results,
26815
+ :next_token)
26816
+ SENSITIVE = []
26817
+ include Aws::Structure
26818
+ end
26819
+
26820
+ # @!attribute [rw] resource_catalogs
26821
+ # A list of the requested `ResourceCatalog`s.
26822
+ # @return [Array<Types::ResourceCatalog>]
26823
+ #
26824
+ # @!attribute [rw] next_token
26825
+ # A token to resume pagination of `ListResourceCatalogs` results.
26826
+ # @return [String]
26827
+ #
26828
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListResourceCatalogsResponse AWS API Documentation
26829
+ #
26830
+ class ListResourceCatalogsResponse < Struct.new(
26831
+ :resource_catalogs,
26832
+ :next_token)
26833
+ SENSITIVE = []
26834
+ include Aws::Structure
26835
+ end
26836
+
26768
26837
  # @!attribute [rw] next_token
26769
26838
  # If the previous response was truncated, you will receive this token.
26770
26839
  # Use it in your next request to receive the next set of results.
@@ -34722,6 +34791,43 @@ module Aws::SageMaker
34722
34791
  include Aws::Structure
34723
34792
  end
34724
34793
 
34794
+ # A resource catalog containing all of the resources of a specific
34795
+ # resource type within a resource owner account. For an example on
34796
+ # sharing the Amazon SageMaker Feature Store
34797
+ # `DefaultFeatureGroupCatalog`, see [Share Amazon SageMaker Catalog
34798
+ # resource type][1] in the Amazon SageMaker Developer Guide.
34799
+ #
34800
+ #
34801
+ #
34802
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html
34803
+ #
34804
+ # @!attribute [rw] resource_catalog_arn
34805
+ # The Amazon Resource Name (ARN) of the `ResourceCatalog`.
34806
+ # @return [String]
34807
+ #
34808
+ # @!attribute [rw] resource_catalog_name
34809
+ # The name of the `ResourceCatalog`.
34810
+ # @return [String]
34811
+ #
34812
+ # @!attribute [rw] description
34813
+ # A free form description of the `ResourceCatalog`.
34814
+ # @return [String]
34815
+ #
34816
+ # @!attribute [rw] creation_time
34817
+ # The time the `ResourceCatalog` was created.
34818
+ # @return [Time]
34819
+ #
34820
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceCatalog AWS API Documentation
34821
+ #
34822
+ class ResourceCatalog < Struct.new(
34823
+ :resource_catalog_arn,
34824
+ :resource_catalog_name,
34825
+ :description,
34826
+ :creation_time)
34827
+ SENSITIVE = []
34828
+ include Aws::Structure
34829
+ end
34830
+
34725
34831
  # Describes the resources, including machine learning (ML) compute
34726
34832
  # instances and ML storage volumes, to use for model training.
34727
34833
  #
@@ -35057,15 +35163,10 @@ module Aws::SageMaker
35057
35163
  # endpoint.
35058
35164
  #
35059
35165
  # @!attribute [rw] maximum_batch_size
35060
- # Specifies the type and size of the endpoint capacity to activate for
35061
- # a blue/green deployment, a rolling deployment, or a rollback
35062
- # strategy. You can specify your batches as either instance count or
35063
- # the overall percentage or your fleet.
35064
- #
35065
- # For a rollback strategy, if you don't specify the fields in this
35066
- # object, or if you set the `Value` to 100%, then SageMaker uses a
35067
- # blue/green rollback strategy and rolls all traffic back to the blue
35068
- # fleet.
35166
+ # Batch size for each rolling step to provision capacity and turn on
35167
+ # traffic on the new endpoint fleet, and terminate capacity on the old
35168
+ # endpoint fleet. Value must be between 5% to 50% of the variant's
35169
+ # total instance count.
35069
35170
  # @return [Types::CapacitySize]
35070
35171
  #
35071
35172
  # @!attribute [rw] wait_interval_in_seconds
@@ -35079,15 +35180,12 @@ module Aws::SageMaker
35079
35180
  # @return [Integer]
35080
35181
  #
35081
35182
  # @!attribute [rw] rollback_maximum_batch_size
35082
- # Specifies the type and size of the endpoint capacity to activate for
35083
- # a blue/green deployment, a rolling deployment, or a rollback
35084
- # strategy. You can specify your batches as either instance count or
35085
- # the overall percentage or your fleet.
35086
- #
35087
- # For a rollback strategy, if you don't specify the fields in this
35088
- # object, or if you set the `Value` to 100%, then SageMaker uses a
35089
- # blue/green rollback strategy and rolls all traffic back to the blue
35090
- # fleet.
35183
+ # Batch size for rollback to the old endpoint fleet. Each rolling step
35184
+ # to provision capacity and turn on traffic on the old endpoint fleet,
35185
+ # and terminate capacity on the new endpoint fleet. If this field is
35186
+ # absent, the default value will be set to 100% of total capacity
35187
+ # which means to bring up the whole capacity of the old fleet at once
35188
+ # during rollback.
35091
35189
  # @return [Types::CapacitySize]
35092
35190
  #
35093
35191
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RollingUpdatePolicy AWS API Documentation
@@ -35584,6 +35682,21 @@ module Aws::SageMaker
35584
35682
  # The maximum number of results to return.
35585
35683
  # @return [Integer]
35586
35684
  #
35685
+ # @!attribute [rw] cross_account_filter_option
35686
+ # A cross account filter option. When the value is `"CrossAccount"`
35687
+ # the search results will only include resources made discoverable to
35688
+ # you from other accounts. When the value is `"SameAccount"` or `null`
35689
+ # the search results will only include resources from your account.
35690
+ # Default is `null`. For more information on searching for resources
35691
+ # made discoverable to your account, see [ Search discoverable
35692
+ # resources][1] in the SageMaker Developer Guide. The maximum number
35693
+ # of `ResourceCatalog`s viewable is 1000.
35694
+ #
35695
+ #
35696
+ #
35697
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-cross-account-discoverability-use.html
35698
+ # @return [String]
35699
+ #
35587
35700
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRequest AWS API Documentation
35588
35701
  #
35589
35702
  class SearchRequest < Struct.new(
@@ -35592,7 +35705,8 @@ module Aws::SageMaker
35592
35705
  :sort_by,
35593
35706
  :sort_order,
35594
35707
  :next_token,
35595
- :max_results)
35708
+ :max_results,
35709
+ :cross_account_filter_option)
35596
35710
  SENSITIVE = []
35597
35711
  include Aws::Structure
35598
35712
  end
@@ -37133,15 +37247,6 @@ module Aws::SageMaker
37133
37247
  # `TimeSeriesConfig`.
37134
37248
  #
37135
37249
  # </note>
37136
- #
37137
- # When not provided, the AutoML job V2 includes all the columns from
37138
- # the original dataset that are not already declared in
37139
- # `TimeSeriesConfig`. If provided, the AutoML job V2 only considers
37140
- # these additional columns as a complement to the ones declared in
37141
- # `TimeSeriesConfig`.
37142
- #
37143
- # Autopilot supports the following data types: `numeric`,
37144
- # `categorical`, `text`, and `datetime`.
37145
37250
  # @return [String]
37146
37251
  #
37147
37252
  # @!attribute [rw] completion_criteria
@@ -39832,7 +39937,8 @@ module Aws::SageMaker
39832
39937
  end
39833
39938
 
39834
39939
  # @!attribute [rw] feature_group_name
39835
- # The name of the feature group that you're updating.
39940
+ # The name or Amazon Resource Name (ARN) of the feature group that
39941
+ # you're updating.
39836
39942
  # @return [String]
39837
39943
  #
39838
39944
  # @!attribute [rw] feature_additions
@@ -39870,8 +39976,8 @@ module Aws::SageMaker
39870
39976
  end
39871
39977
 
39872
39978
  # @!attribute [rw] feature_group_name
39873
- # The name of the feature group containing the feature that you're
39874
- # updating.
39979
+ # The name or Amazon Resource Name (ARN) of the feature group
39980
+ # containing the feature that you're updating.
39875
39981
  # @return [String]
39876
39982
  #
39877
39983
  # @!attribute [rw] feature_name
@@ -41466,6 +41572,30 @@ module Aws::SageMaker
41466
41572
  include Aws::Structure
41467
41573
  end
41468
41574
 
41575
+ # The workspace settings for the SageMaker Canvas application.
41576
+ #
41577
+ # @!attribute [rw] s3_artifact_path
41578
+ # The Amazon S3 bucket used to store artifacts generated by Canvas.
41579
+ # Updating the Amazon S3 location impacts existing configuration
41580
+ # settings, and Canvas users no longer have access to their artifacts.
41581
+ # Canvas users must log out and log back in to apply the new location.
41582
+ # @return [String]
41583
+ #
41584
+ # @!attribute [rw] s3_kms_key_id
41585
+ # The Amazon Web Services Key Management Service (KMS) encryption key
41586
+ # ID that is used to encrypt artifacts generated by Canvas in the
41587
+ # Amazon S3 bucket.
41588
+ # @return [String]
41589
+ #
41590
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/WorkspaceSettings AWS API Documentation
41591
+ #
41592
+ class WorkspaceSettings < Struct.new(
41593
+ :s3_artifact_path,
41594
+ :s3_kms_key_id)
41595
+ SENSITIVE = []
41596
+ include Aws::Structure
41597
+ end
41598
+
41469
41599
  # Provides details about a labeling work team.
41470
41600
  #
41471
41601
  # @!attribute [rw] workteam_name
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.196.0'
56
+ GEM_VERSION = '1.198.0'
57
57
 
58
58
  end
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.196.0
4
+ version: 1.198.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core