aws-sdk-sagemaker 1.206.0 → 1.208.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2354ca99d8df88b8cf1b13b2dec606d01ca2e2ea73b69160f1a1e2d1fde2f311
4
- data.tar.gz: 043bfb723af93d22198fea3d0a09e721f21048271553f20914edab0e0b3c74ab
3
+ metadata.gz: cb2552eb47b69d7b8a632de6766c6a445fa641364aec6d45685cdefdbfae25a4
4
+ data.tar.gz: 27f1a9a26b656415c14ecbb3f4560ad5b7932ef082ae87dac5243cc089b4167b
5
5
  SHA512:
6
- metadata.gz: fe0b43f103abb68bd5a0d9058c9b2fc71199d95f5a776a282c50ad933720128e4084c7c04a560c2aebffc9290d50ccb661cf96addedb66fa91a28bf8b0425091
7
- data.tar.gz: e434f4151c84dfcfeb5846b5e919d131882245ec7b6d8cf99fa9abb49873016b386a78351275d9a85bb6fd0a199afbf5541a62b6218156f86c8faf4aa23a7c85
6
+ metadata.gz: 96ce0ec15777630d70829b5f4581ed4aee128300970f1c5da2b053852995472c1d01f681ef980bd9ecc0ac891b1b7212d29f236d88ba468fd3c0ae8436fa7337
7
+ data.tar.gz: 7acb896667b2e410ec3121f63feb9af908587081ecce4d59b280abf1b6509b7c72ffb3a996a86d73b3e27c6083ba3fc8abcc76700c20f1ce2055c8ef214de0d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.208.0 (2023-09-05)
5
+ ------------------
6
+
7
+ * Feature - SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
8
+
9
+ 1.207.0 (2023-08-30)
10
+ ------------------
11
+
12
+ * Feature - Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings
13
+
4
14
  1.206.0 (2023-08-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.206.0
1
+ 1.208.0
@@ -1808,7 +1808,7 @@ module Aws::SageMaker
1808
1808
  # model_package_version_arn: "ModelPackageArn",
1809
1809
  # input_config: {
1810
1810
  # s3_uri: "S3Uri", # required
1811
- # data_input_config: "DataInputConfig", # required
1811
+ # data_input_config: "DataInputConfig",
1812
1812
  # framework: "TENSORFLOW", # required, accepts TENSORFLOW, KERAS, MXNET, ONNX, PYTORCH, XGBOOST, TFLITE, DARKNET, SKLEARN
1813
1813
  # framework_version: "FrameworkVersion",
1814
1814
  # },
@@ -2345,6 +2345,13 @@ module Aws::SageMaker
2345
2345
  # s3_artifact_path: "S3Uri",
2346
2346
  # s3_kms_key_id: "KmsKeyId",
2347
2347
  # },
2348
+ # identity_provider_o_auth_settings: [
2349
+ # {
2350
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
2351
+ # status: "ENABLED", # accepts ENABLED, DISABLED
2352
+ # secret_arn: "SecretArn",
2353
+ # },
2354
+ # ],
2348
2355
  # },
2349
2356
  # },
2350
2357
  # subnet_ids: ["SubnetId"], # required
@@ -8162,6 +8169,13 @@ module Aws::SageMaker
8162
8169
  # s3_artifact_path: "S3Uri",
8163
8170
  # s3_kms_key_id: "KmsKeyId",
8164
8171
  # },
8172
+ # identity_provider_o_auth_settings: [
8173
+ # {
8174
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
8175
+ # status: "ENABLED", # accepts ENABLED, DISABLED
8176
+ # secret_arn: "SecretArn",
8177
+ # },
8178
+ # ],
8165
8179
  # },
8166
8180
  # },
8167
8181
  # })
@@ -10488,6 +10502,7 @@ module Aws::SageMaker
10488
10502
  # * {Types::DescribeCompilationJobResponse#input_config #input_config} => Types::InputConfig
10489
10503
  # * {Types::DescribeCompilationJobResponse#output_config #output_config} => Types::OutputConfig
10490
10504
  # * {Types::DescribeCompilationJobResponse#vpc_config #vpc_config} => Types::NeoVpcConfig
10505
+ # * {Types::DescribeCompilationJobResponse#derived_information #derived_information} => Types::DerivedInformation
10491
10506
  #
10492
10507
  # @example Request syntax with placeholder values
10493
10508
  #
@@ -10527,6 +10542,7 @@ module Aws::SageMaker
10527
10542
  # resp.vpc_config.security_group_ids[0] #=> String
10528
10543
  # resp.vpc_config.subnets #=> Array
10529
10544
  # resp.vpc_config.subnets[0] #=> String
10545
+ # resp.derived_information.derived_data_input_config #=> String
10530
10546
  #
10531
10547
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob AWS API Documentation
10532
10548
  #
@@ -10885,6 +10901,10 @@ module Aws::SageMaker
10885
10901
  # resp.default_user_settings.canvas_app_settings.model_register_settings.cross_account_model_register_role_arn #=> String
10886
10902
  # resp.default_user_settings.canvas_app_settings.workspace_settings.s3_artifact_path #=> String
10887
10903
  # resp.default_user_settings.canvas_app_settings.workspace_settings.s3_kms_key_id #=> String
10904
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings #=> Array
10905
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].data_source_name #=> String, one of "SalesforceGenie", "Snowflake"
10906
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].status #=> String, one of "ENABLED", "DISABLED"
10907
+ # resp.default_user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].secret_arn #=> String
10888
10908
  # resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
10889
10909
  # resp.home_efs_file_system_kms_key_id #=> String
10890
10910
  # resp.subnet_ids #=> Array
@@ -14546,6 +14566,10 @@ module Aws::SageMaker
14546
14566
  # resp.user_settings.canvas_app_settings.model_register_settings.cross_account_model_register_role_arn #=> String
14547
14567
  # resp.user_settings.canvas_app_settings.workspace_settings.s3_artifact_path #=> String
14548
14568
  # resp.user_settings.canvas_app_settings.workspace_settings.s3_kms_key_id #=> String
14569
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings #=> Array
14570
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].data_source_name #=> String, one of "SalesforceGenie", "Snowflake"
14571
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].status #=> String, one of "ENABLED", "DISABLED"
14572
+ # resp.user_settings.canvas_app_settings.identity_provider_o_auth_settings[0].secret_arn #=> String
14549
14573
  #
14550
14574
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
14551
14575
  #
@@ -22090,6 +22114,13 @@ module Aws::SageMaker
22090
22114
  # s3_artifact_path: "S3Uri",
22091
22115
  # s3_kms_key_id: "KmsKeyId",
22092
22116
  # },
22117
+ # identity_provider_o_auth_settings: [
22118
+ # {
22119
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
22120
+ # status: "ENABLED", # accepts ENABLED, DISABLED
22121
+ # secret_arn: "SecretArn",
22122
+ # },
22123
+ # ],
22093
22124
  # },
22094
22125
  # },
22095
22126
  # domain_settings_for_update: {
@@ -23837,6 +23868,13 @@ module Aws::SageMaker
23837
23868
  # s3_artifact_path: "S3Uri",
23838
23869
  # s3_kms_key_id: "KmsKeyId",
23839
23870
  # },
23871
+ # identity_provider_o_auth_settings: [
23872
+ # {
23873
+ # data_source_name: "SalesforceGenie", # accepts SalesforceGenie, Snowflake
23874
+ # status: "ENABLED", # accepts ENABLED, DISABLED
23875
+ # secret_arn: "SecretArn",
23876
+ # },
23877
+ # ],
23840
23878
  # },
23841
23879
  # },
23842
23880
  # })
@@ -24094,7 +24132,7 @@ module Aws::SageMaker
24094
24132
  params: params,
24095
24133
  config: config)
24096
24134
  context[:gem_name] = 'aws-sdk-sagemaker'
24097
- context[:gem_version] = '1.206.0'
24135
+ context[:gem_version] = '1.208.0'
24098
24136
  Seahorse::Client::Request.new(handlers, context)
24099
24137
  end
24100
24138
 
@@ -422,6 +422,7 @@ module Aws::SageMaker
422
422
  DataQualityBaselineConfig = Shapes::StructureShape.new(name: 'DataQualityBaselineConfig')
423
423
  DataQualityJobInput = Shapes::StructureShape.new(name: 'DataQualityJobInput')
424
424
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
425
+ DataSourceName = Shapes::StringShape.new(name: 'DataSourceName')
425
426
  Database = Shapes::StringShape.new(name: 'Database')
426
427
  DatasetDefinition = Shapes::StructureShape.new(name: 'DatasetDefinition')
427
428
  DebugHookConfig = Shapes::StructureShape.new(name: 'DebugHookConfig')
@@ -505,6 +506,7 @@ module Aws::SageMaker
505
506
  DeploymentStageStatusSummary = Shapes::StructureShape.new(name: 'DeploymentStageStatusSummary')
506
507
  DeploymentStages = Shapes::ListShape.new(name: 'DeploymentStages')
507
508
  DeregisterDevicesRequest = Shapes::StructureShape.new(name: 'DeregisterDevicesRequest')
509
+ DerivedInformation = Shapes::StructureShape.new(name: 'DerivedInformation')
508
510
  DescribeActionRequest = Shapes::StructureShape.new(name: 'DescribeActionRequest')
509
511
  DescribeActionResponse = Shapes::StructureShape.new(name: 'DescribeActionResponse')
510
512
  DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
@@ -921,6 +923,8 @@ module Aws::SageMaker
921
923
  HyperbandStrategyMinResource = Shapes::IntegerShape.new(name: 'HyperbandStrategyMinResource')
922
924
  IamIdentity = Shapes::StructureShape.new(name: 'IamIdentity')
923
925
  IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
926
+ IdentityProviderOAuthSetting = Shapes::StructureShape.new(name: 'IdentityProviderOAuthSetting')
927
+ IdentityProviderOAuthSettings = Shapes::ListShape.new(name: 'IdentityProviderOAuthSettings')
924
928
  Image = Shapes::StructureShape.new(name: 'Image')
925
929
  ImageArn = Shapes::StringShape.new(name: 'ImageArn')
926
930
  ImageBaseImage = Shapes::StringShape.new(name: 'ImageBaseImage')
@@ -2524,6 +2528,7 @@ module Aws::SageMaker
2524
2528
  CanvasAppSettings.add_member(:time_series_forecasting_settings, Shapes::ShapeRef.new(shape: TimeSeriesForecastingSettings, location_name: "TimeSeriesForecastingSettings"))
2525
2529
  CanvasAppSettings.add_member(:model_register_settings, Shapes::ShapeRef.new(shape: ModelRegisterSettings, location_name: "ModelRegisterSettings"))
2526
2530
  CanvasAppSettings.add_member(:workspace_settings, Shapes::ShapeRef.new(shape: WorkspaceSettings, location_name: "WorkspaceSettings"))
2531
+ CanvasAppSettings.add_member(:identity_provider_o_auth_settings, Shapes::ShapeRef.new(shape: IdentityProviderOAuthSettings, location_name: "IdentityProviderOAuthSettings"))
2527
2532
  CanvasAppSettings.struct_class = Types::CanvasAppSettings
2528
2533
 
2529
2534
  CapacitySize.add_member(:type, Shapes::ShapeRef.new(shape: CapacitySizeType, required: true, location_name: "Type"))
@@ -3737,6 +3742,9 @@ module Aws::SageMaker
3737
3742
  DeregisterDevicesRequest.add_member(:device_names, Shapes::ShapeRef.new(shape: DeviceNames, required: true, location_name: "DeviceNames"))
3738
3743
  DeregisterDevicesRequest.struct_class = Types::DeregisterDevicesRequest
3739
3744
 
3745
+ DerivedInformation.add_member(:derived_data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, location_name: "DerivedDataInputConfig"))
3746
+ DerivedInformation.struct_class = Types::DerivedInformation
3747
+
3740
3748
  DescribeActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
3741
3749
  DescribeActionRequest.struct_class = Types::DescribeActionRequest
3742
3750
 
@@ -3901,6 +3909,7 @@ module Aws::SageMaker
3901
3909
  DescribeCompilationJobResponse.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
3902
3910
  DescribeCompilationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
3903
3911
  DescribeCompilationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: NeoVpcConfig, location_name: "VpcConfig"))
3912
+ DescribeCompilationJobResponse.add_member(:derived_information, Shapes::ShapeRef.new(shape: DerivedInformation, location_name: "DerivedInformation"))
3904
3913
  DescribeCompilationJobResponse.struct_class = Types::DescribeCompilationJobResponse
3905
3914
 
3906
3915
  DescribeContextRequest.add_member(:context_name, Shapes::ShapeRef.new(shape: ExperimentEntityNameOrArn, required: true, location_name: "ContextName"))
@@ -5521,6 +5530,13 @@ module Aws::SageMaker
5521
5530
  IamIdentity.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
5522
5531
  IamIdentity.struct_class = Types::IamIdentity
5523
5532
 
5533
+ IdentityProviderOAuthSetting.add_member(:data_source_name, Shapes::ShapeRef.new(shape: DataSourceName, location_name: "DataSourceName"))
5534
+ IdentityProviderOAuthSetting.add_member(:status, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "Status"))
5535
+ IdentityProviderOAuthSetting.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
5536
+ IdentityProviderOAuthSetting.struct_class = Types::IdentityProviderOAuthSetting
5537
+
5538
+ IdentityProviderOAuthSettings.member = Shapes::ShapeRef.new(shape: IdentityProviderOAuthSetting)
5539
+
5524
5540
  Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
5525
5541
  Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
5526
5542
  Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
@@ -5643,7 +5659,7 @@ module Aws::SageMaker
5643
5659
  InferenceSpecification.struct_class = Types::InferenceSpecification
5644
5660
 
5645
5661
  InputConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
5646
- InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, required: true, location_name: "DataInputConfig"))
5662
+ InputConfig.add_member(:data_input_config, Shapes::ShapeRef.new(shape: DataInputConfig, location_name: "DataInputConfig"))
5647
5663
  InputConfig.add_member(:framework, Shapes::ShapeRef.new(shape: Framework, required: true, location_name: "Framework"))
5648
5664
  InputConfig.add_member(:framework_version, Shapes::ShapeRef.new(shape: FrameworkVersion, location_name: "FrameworkVersion"))
5649
5665
  InputConfig.struct_class = Types::InputConfig
@@ -3107,12 +3107,17 @@ module Aws::SageMaker
3107
3107
  # The workspace settings for the SageMaker Canvas application.
3108
3108
  # @return [Types::WorkspaceSettings]
3109
3109
  #
3110
+ # @!attribute [rw] identity_provider_o_auth_settings
3111
+ # The settings for connecting to an external data source with OAuth.
3112
+ # @return [Array<Types::IdentityProviderOAuthSetting>]
3113
+ #
3110
3114
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CanvasAppSettings AWS API Documentation
3111
3115
  #
3112
3116
  class CanvasAppSettings < Struct.new(
3113
3117
  :time_series_forecasting_settings,
3114
3118
  :model_register_settings,
3115
- :workspace_settings)
3119
+ :workspace_settings,
3120
+ :identity_provider_o_auth_settings)
3116
3121
  SENSITIVE = []
3117
3122
  include Aws::Structure
3118
3123
  end
@@ -10360,6 +10365,23 @@ module Aws::SageMaker
10360
10365
  include Aws::Structure
10361
10366
  end
10362
10367
 
10368
+ # Information that SageMaker Neo automatically derived about the model.
10369
+ #
10370
+ # @!attribute [rw] derived_data_input_config
10371
+ # The data input configuration that SageMaker Neo automatically
10372
+ # derived for the model. When SageMaker Neo derives this information,
10373
+ # you don't need to specify the data input configuration when you
10374
+ # create a compilation job.
10375
+ # @return [String]
10376
+ #
10377
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DerivedInformation AWS API Documentation
10378
+ #
10379
+ class DerivedInformation < Struct.new(
10380
+ :derived_data_input_config)
10381
+ SENSITIVE = []
10382
+ include Aws::Structure
10383
+ end
10384
+
10363
10385
  # @!attribute [rw] action_name
10364
10386
  # The name of the action to describe.
10365
10387
  # @return [String]
@@ -11183,6 +11205,11 @@ module Aws::SageMaker
11183
11205
  # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html
11184
11206
  # @return [Types::NeoVpcConfig]
11185
11207
  #
11208
+ # @!attribute [rw] derived_information
11209
+ # Information that SageMaker Neo automatically derived about the
11210
+ # model.
11211
+ # @return [Types::DerivedInformation]
11212
+ #
11186
11213
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJobResponse AWS API Documentation
11187
11214
  #
11188
11215
  class DescribeCompilationJobResponse < Struct.new(
@@ -11202,7 +11229,8 @@ module Aws::SageMaker
11202
11229
  :role_arn,
11203
11230
  :input_config,
11204
11231
  :output_config,
11205
- :vpc_config)
11232
+ :vpc_config,
11233
+ :derived_information)
11206
11234
  SENSITIVE = []
11207
11235
  include Aws::Structure
11208
11236
  end
@@ -21056,6 +21084,35 @@ module Aws::SageMaker
21056
21084
  include Aws::Structure
21057
21085
  end
21058
21086
 
21087
+ # The Amazon SageMaker Canvas app setting where you configure OAuth for
21088
+ # connecting to an external data source, such as Snowflake.
21089
+ #
21090
+ # @!attribute [rw] data_source_name
21091
+ # The name of the data source that you're connecting to. Canvas
21092
+ # currently supports OAuth for Snowflake and Salesforce Data Cloud.
21093
+ # @return [String]
21094
+ #
21095
+ # @!attribute [rw] status
21096
+ # Describes whether OAuth for a data source is enabled or disabled in
21097
+ # the Canvas application.
21098
+ # @return [String]
21099
+ #
21100
+ # @!attribute [rw] secret_arn
21101
+ # The ARN of an Amazon Web Services Secrets Manager secret that stores
21102
+ # the credentials from your identity provider, such as the client ID
21103
+ # and secret, authorization URL, and token URL.
21104
+ # @return [String]
21105
+ #
21106
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IdentityProviderOAuthSetting AWS API Documentation
21107
+ #
21108
+ class IdentityProviderOAuthSetting < Struct.new(
21109
+ :data_source_name,
21110
+ :status,
21111
+ :secret_arn)
21112
+ SENSITIVE = []
21113
+ include Aws::Structure
21114
+ end
21115
+
21059
21116
  # A SageMaker image. A SageMaker image represents a set of container
21060
21117
  # images that are derived from a common base container image. Each of
21061
21118
  # these container images is represented by a SageMaker `ImageVersion`.
@@ -29022,8 +29079,8 @@ module Aws::SageMaker
29022
29079
  # The model latency threshold.
29023
29080
  #
29024
29081
  # @!attribute [rw] percentile
29025
- # The model latency percentile threshold. For custom load tests,
29026
- # specify the value as `P95`.
29082
+ # The model latency percentile threshold. Acceptable values are `P95`
29083
+ # and `P99`. For custom load tests, specify the value as `P95`.
29027
29084
  # @return [String]
29028
29085
  #
29029
29086
  # @!attribute [rw] value_in_milliseconds
@@ -34483,7 +34540,7 @@ module Aws::SageMaker
34483
34540
  #
34484
34541
  # @!attribute [rw] job_duration_in_seconds
34485
34542
  # Specifies the maximum duration of the job, in seconds. The maximum
34486
- # value is 7200.
34543
+ # value is 18,000 seconds.
34487
34544
  # @return [Integer]
34488
34545
  #
34489
34546
  # @!attribute [rw] traffic_pattern
@@ -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.206.0'
56
+ GEM_VERSION = '1.208.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.206.0
4
+ version: 1.208.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-08-15 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core