aws-sdk-sagemaker 1.215.0 → 1.216.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +36 -2
- data/lib/aws-sdk-sagemaker/client_api.rb +10 -0
- data/lib/aws-sdk-sagemaker/types.rb +63 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca75f03989ceecfdd619b9896e6af3dbb0554dd81ea98c3f0f6fac9be41493e2
|
4
|
+
data.tar.gz: 8c9201413b4e893def08f750d9b561ac560fd77186c1a851fbb54e221c367886
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad24efe1b58d1d0a14a2c7d2e4511b0556674c998b105b84e5e786e81a4666110f9e9d21da5c48c6832c811345f51c10c0416a415aebffa90bfcff2313052d14
|
7
|
+
data.tar.gz: 2a6978535604755b73ab331ac9ee44bde9f9e8bb28d26da37e4faaf457a6e7fd3261d886f96d9738848cda3af540c062e553ddd6ebf898acbd7fe9f462a0c0f8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.216.0
|
@@ -2374,6 +2374,12 @@ module Aws::SageMaker
|
|
2374
2374
|
# secret_arn: "SecretArn",
|
2375
2375
|
# },
|
2376
2376
|
# ],
|
2377
|
+
# kendra_settings: {
|
2378
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
2379
|
+
# },
|
2380
|
+
# direct_deploy_settings: {
|
2381
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
2382
|
+
# },
|
2377
2383
|
# },
|
2378
2384
|
# },
|
2379
2385
|
# subnet_ids: ["SubnetId"], # required
|
@@ -3188,12 +3194,15 @@ module Aws::SageMaker
|
|
3188
3194
|
# defined in the `FeatureStore` to describe a `Record`.
|
3189
3195
|
#
|
3190
3196
|
# The `FeatureGroup` defines the schema and features contained in the
|
3191
|
-
# FeatureGroup
|
3197
|
+
# `FeatureGroup`. A `FeatureGroup` definition is composed of a list of
|
3192
3198
|
# `Features`, a `RecordIdentifierFeatureName`, an `EventTimeFeatureName`
|
3193
3199
|
# and configurations for its `OnlineStore` and `OfflineStore`. Check
|
3194
3200
|
# [Amazon Web Services service quotas][1] to see the `FeatureGroup`s
|
3195
3201
|
# quota for your Amazon Web Services account.
|
3196
3202
|
#
|
3203
|
+
# Note that it can take approximately 10-15 minutes to provision an
|
3204
|
+
# `OnlineStore` `FeatureGroup` with the `InMemory` `StorageType`.
|
3205
|
+
#
|
3197
3206
|
# You must include at least one of `OnlineStoreConfig` and
|
3198
3207
|
# `OfflineStoreConfig` to create a `FeatureGroup`.
|
3199
3208
|
#
|
@@ -8229,6 +8238,12 @@ module Aws::SageMaker
|
|
8229
8238
|
# secret_arn: "SecretArn",
|
8230
8239
|
# },
|
8231
8240
|
# ],
|
8241
|
+
# kendra_settings: {
|
8242
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
8243
|
+
# },
|
8244
|
+
# direct_deploy_settings: {
|
8245
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
8246
|
+
# },
|
8232
8247
|
# },
|
8233
8248
|
# },
|
8234
8249
|
# })
|
@@ -8940,6 +8955,9 @@ module Aws::SageMaker
|
|
8940
8955
|
# Web Services Glue database and tables that are automatically created
|
8941
8956
|
# for your `OfflineStore` are not deleted.
|
8942
8957
|
#
|
8958
|
+
# Note that it can take approximately 10-15 minutes to delete an
|
8959
|
+
# `OnlineStore` `FeatureGroup` with the `InMemory` `StorageType`.
|
8960
|
+
#
|
8943
8961
|
# @option params [required, String] :feature_group_name
|
8944
8962
|
# The name of the `FeatureGroup` you want to delete. The name must be
|
8945
8963
|
# unique within an Amazon Web Services Region in an Amazon Web Services
|
@@ -10968,6 +10986,8 @@ module Aws::SageMaker
|
|
10968
10986
|
# resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].data_source_name #=> String, one of "SalesforceGenie", "Snowflake"
|
10969
10987
|
# resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].status #=> String, one of "ENABLED", "DISABLED"
|
10970
10988
|
# resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].secret_arn #=> String
|
10989
|
+
# resp.default_user_settings.canvas_app_settings.kendra_settings.status #=> String, one of "ENABLED", "DISABLED"
|
10990
|
+
# resp.default_user_settings.canvas_app_settings.direct_deploy_settings.status #=> String, one of "ENABLED", "DISABLED"
|
10971
10991
|
# resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
|
10972
10992
|
# resp.home_efs_file_system_kms_key_id #=> String
|
10973
10993
|
# resp.subnet_ids #=> Array
|
@@ -14654,6 +14674,8 @@ module Aws::SageMaker
|
|
14654
14674
|
# resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].data_source_name #=> String, one of "SalesforceGenie", "Snowflake"
|
14655
14675
|
# resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].status #=> String, one of "ENABLED", "DISABLED"
|
14656
14676
|
# resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].secret_arn #=> String
|
14677
|
+
# resp.user_settings.canvas_app_settings.kendra_settings.status #=> String, one of "ENABLED", "DISABLED"
|
14678
|
+
# resp.user_settings.canvas_app_settings.direct_deploy_settings.status #=> String, one of "ENABLED", "DISABLED"
|
14657
14679
|
#
|
14658
14680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
|
14659
14681
|
#
|
@@ -22207,6 +22229,12 @@ module Aws::SageMaker
|
|
22207
22229
|
# secret_arn: "SecretArn",
|
22208
22230
|
# },
|
22209
22231
|
# ],
|
22232
|
+
# kendra_settings: {
|
22233
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
22234
|
+
# },
|
22235
|
+
# direct_deploy_settings: {
|
22236
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
22237
|
+
# },
|
22210
22238
|
# },
|
22211
22239
|
# },
|
22212
22240
|
# domain_settings_for_update: {
|
@@ -23976,6 +24004,12 @@ module Aws::SageMaker
|
|
23976
24004
|
# secret_arn: "SecretArn",
|
23977
24005
|
# },
|
23978
24006
|
# ],
|
24007
|
+
# kendra_settings: {
|
24008
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
24009
|
+
# },
|
24010
|
+
# direct_deploy_settings: {
|
24011
|
+
# status: "ENABLED", # accepts ENABLED, DISABLED
|
24012
|
+
# },
|
23979
24013
|
# },
|
23980
24014
|
# },
|
23981
24015
|
# })
|
@@ -24233,7 +24267,7 @@ module Aws::SageMaker
|
|
24233
24267
|
params: params,
|
24234
24268
|
config: config)
|
24235
24269
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
24236
|
-
context[:gem_version] = '1.
|
24270
|
+
context[:gem_version] = '1.216.0'
|
24237
24271
|
Seahorse::Client::Request.new(handlers, context)
|
24238
24272
|
end
|
24239
24273
|
|
@@ -653,6 +653,7 @@ module Aws::SageMaker
|
|
653
653
|
DeviceSummary = Shapes::StructureShape.new(name: 'DeviceSummary')
|
654
654
|
Devices = Shapes::ListShape.new(name: 'Devices')
|
655
655
|
Dimension = Shapes::IntegerShape.new(name: 'Dimension')
|
656
|
+
DirectDeploySettings = Shapes::StructureShape.new(name: 'DirectDeploySettings')
|
656
657
|
DirectInternetAccess = Shapes::StringShape.new(name: 'DirectInternetAccess')
|
657
658
|
Direction = Shapes::StringShape.new(name: 'Direction')
|
658
659
|
DirectoryPath = Shapes::StringShape.new(name: 'DirectoryPath')
|
@@ -1018,6 +1019,7 @@ module Aws::SageMaker
|
|
1018
1019
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
1019
1020
|
JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
|
1020
1021
|
KeepAlivePeriodInSeconds = Shapes::IntegerShape.new(name: 'KeepAlivePeriodInSeconds')
|
1022
|
+
KendraSettings = Shapes::StructureShape.new(name: 'KendraSettings')
|
1021
1023
|
KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
|
1022
1024
|
KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
|
1023
1025
|
KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
|
@@ -2547,6 +2549,8 @@ module Aws::SageMaker
|
|
2547
2549
|
CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
|
2548
2550
|
CanvasAppSettings.add_member(:workspace_settings, Shapes::ShapeRef.new(shape: WorkspaceSettings, location_name: "WorkspaceSettings"))
|
2549
2551
|
CanvasAppSettings.add_member(:identity_provider_o_auth_settings, Shapes::ShapeRef.new(shape: IdentityProviderOAuthSettings, location_name: "IdentityProviderOAuthSettings"))
|
2552
|
+
CanvasAppSettings.add_member(:kendra_settings, Shapes::ShapeRef.new(shape: KendraSettings, location_name: "KendraSettings"))
|
2553
|
+
CanvasAppSettings.add_member(:direct_deploy_settings, Shapes::ShapeRef.new(shape: DirectDeploySettings, location_name: "DirectDeploySettings"))
|
2550
2554
|
CanvasAppSettings.struct_class = Types::CanvasAppSettings
|
2551
2555
|
|
2552
2556
|
CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
|
@@ -4857,6 +4861,9 @@ module Aws::SageMaker
|
|
4857
4861
|
|
4858
4862
|
Devices.member = Shapes::ShapeRef.new(shape: Device)
|
4859
4863
|
|
4864
|
+
DirectDeploySettings.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
|
4865
|
+
DirectDeploySettings.struct_class = Types::DirectDeploySettings
|
4866
|
+
|
4860
4867
|
DisableSagemakerServicecatalogPortfolioInput.struct_class = Types::DisableSagemakerServicecatalogPortfolioInput
|
4861
4868
|
|
4862
4869
|
DisableSagemakerServicecatalogPortfolioOutput.struct_class = Types::DisableSagemakerServicecatalogPortfolioOutput
|
@@ -5733,6 +5740,9 @@ module Aws::SageMaker
|
|
5733
5740
|
JupyterServerAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
|
5734
5741
|
JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
|
5735
5742
|
|
5743
|
+
KendraSettings.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
|
5744
|
+
KendraSettings.struct_class = Types::KendraSettings
|
5745
|
+
|
5736
5746
|
KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
5737
5747
|
KernelGatewayAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
5738
5748
|
KernelGatewayAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
@@ -3124,7 +3124,7 @@ module Aws::SageMaker
|
|
3124
3124
|
# The SageMaker Canvas application settings.
|
3125
3125
|
#
|
3126
3126
|
# @!attribute [rw] time_series_forecasting_settings
|
3127
|
-
# Time series forecast settings for the Canvas application.
|
3127
|
+
# Time series forecast settings for the SageMaker Canvas application.
|
3128
3128
|
# @return [Types::TimeSeriesForecastingSettings]
|
3129
3129
|
#
|
3130
3130
|
# @!attribute [rw] model_register_settings
|
@@ -3139,13 +3139,23 @@ module Aws::SageMaker
|
|
3139
3139
|
# The settings for connecting to an external data source with OAuth.
|
3140
3140
|
# @return [Array<Types::IdentityProviderOAuthSetting>]
|
3141
3141
|
#
|
3142
|
+
# @!attribute [rw] kendra_settings
|
3143
|
+
# The settings for document querying.
|
3144
|
+
# @return [Types::KendraSettings]
|
3145
|
+
#
|
3146
|
+
# @!attribute [rw] direct_deploy_settings
|
3147
|
+
# The model deployment settings for the SageMaker Canvas application.
|
3148
|
+
# @return [Types::DirectDeploySettings]
|
3149
|
+
#
|
3142
3150
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
|
3143
3151
|
#
|
3144
3152
|
class CanvasAppSettings < Struct.new(
|
3145
3153
|
:time_series_forecasting_settings,
|
3146
3154
|
:model_register_settings,
|
3147
3155
|
:workspace_settings,
|
3148
|
-
:identity_provider_o_auth_settings
|
3156
|
+
:identity_provider_o_auth_settings,
|
3157
|
+
:kendra_settings,
|
3158
|
+
:direct_deploy_settings)
|
3149
3159
|
SENSITIVE = []
|
3150
3160
|
include Aws::Structure
|
3151
3161
|
end
|
@@ -16341,6 +16351,30 @@ module Aws::SageMaker
|
|
16341
16351
|
include Aws::Structure
|
16342
16352
|
end
|
16343
16353
|
|
16354
|
+
# The model deployment settings for the SageMaker Canvas application.
|
16355
|
+
#
|
16356
|
+
# <note markdown="1"> In order to enable model deployment for Canvas, the SageMaker
|
16357
|
+
# Domain's or user profile's Amazon Web Services IAM execution role
|
16358
|
+
# must have the `AmazonSageMakerCanvasDirectDeployAccess` policy
|
16359
|
+
# attached. You can also turn on model deployment permissions through
|
16360
|
+
# the SageMaker Domain's or user profile's settings in the SageMaker
|
16361
|
+
# console.
|
16362
|
+
#
|
16363
|
+
# </note>
|
16364
|
+
#
|
16365
|
+
# @!attribute [rw] status
|
16366
|
+
# Describes whether model deployment permissions are enabled or
|
16367
|
+
# disabled in the Canvas application.
|
16368
|
+
# @return [String]
|
16369
|
+
#
|
16370
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DirectDeploySettings AWS API Documentation
|
16371
|
+
#
|
16372
|
+
class DirectDeploySettings < Struct.new(
|
16373
|
+
:status)
|
16374
|
+
SENSITIVE = []
|
16375
|
+
include Aws::Structure
|
16376
|
+
end
|
16377
|
+
|
16344
16378
|
# @api private
|
16345
16379
|
#
|
16346
16380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DisableSagemakerServicecatalogPortfolioInput AWS API Documentation
|
@@ -21196,8 +21230,8 @@ module Aws::SageMaker
|
|
21196
21230
|
include Aws::Structure
|
21197
21231
|
end
|
21198
21232
|
|
21199
|
-
# The Amazon SageMaker Canvas
|
21200
|
-
# connecting to an external data source, such as Snowflake.
|
21233
|
+
# The Amazon SageMaker Canvas application setting where you configure
|
21234
|
+
# OAuth for connecting to an external data source, such as Snowflake.
|
21201
21235
|
#
|
21202
21236
|
# @!attribute [rw] data_source_name
|
21203
21237
|
# The name of the data source that you're connecting to. Canvas
|
@@ -22194,6 +22228,22 @@ module Aws::SageMaker
|
|
22194
22228
|
include Aws::Structure
|
22195
22229
|
end
|
22196
22230
|
|
22231
|
+
# The Amazon SageMaker Canvas application setting where you configure
|
22232
|
+
# document querying.
|
22233
|
+
#
|
22234
|
+
# @!attribute [rw] status
|
22235
|
+
# Describes whether the document querying feature is enabled or
|
22236
|
+
# disabled in the Canvas application.
|
22237
|
+
# @return [String]
|
22238
|
+
#
|
22239
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KendraSettings AWS API Documentation
|
22240
|
+
#
|
22241
|
+
class KendraSettings < Struct.new(
|
22242
|
+
:status)
|
22243
|
+
SENSITIVE = []
|
22244
|
+
include Aws::Structure
|
22245
|
+
end
|
22246
|
+
|
22197
22247
|
# The KernelGateway app settings.
|
22198
22248
|
#
|
22199
22249
|
# @!attribute [rw] default_resource_spec
|
@@ -36412,6 +36462,15 @@ module Aws::SageMaker
|
|
36412
36462
|
# copy input collaterals needed for the selected steps to run. The
|
36413
36463
|
# execution status of the pipeline can be either `Failed` or
|
36414
36464
|
# `Success`.
|
36465
|
+
#
|
36466
|
+
# This field is required if the steps you specify for `SelectedSteps`
|
36467
|
+
# depend on output collaterals from any non-specified pipeline steps.
|
36468
|
+
# For more information, see [Selective Execution for Pipeline
|
36469
|
+
# Steps][1].
|
36470
|
+
#
|
36471
|
+
#
|
36472
|
+
#
|
36473
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-selective-ex.html
|
36415
36474
|
# @return [String]
|
36416
36475
|
#
|
36417
36476
|
# @!attribute [rw] selected_steps
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
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.
|
4
|
+
version: 1.216.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-10-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|