aws-sdk-sagemaker 1.155.0 → 1.156.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +17 -8
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +33 -13
- 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: 1ea5a222e15f74abae62c3449bfdaf0d50003065a7fd2eaa8124a99adce444f7
|
|
4
|
+
data.tar.gz: 9e8fff8720cf17fb07496681ea3a073dd1afe0e5aa0c1d7897042a5c37630df2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ea7af4b20725ca41e4e95c3adce517e443b181aad2e6ca2a9c45eb75de68c66cfd2dda9ba2b9e924ab30245ecea33e776c80c2fceaca1c89fb7b2736317470e
|
|
7
|
+
data.tar.gz: 8e2a6cce64c07e97470ff35b21dae7c45435af198553e734c5d04147e83fffd126d80d7a8a78f9a2fa444331650e948c98433282f6ec469a98715b6f6c01ff8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.156.0 (2022-12-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job.
|
|
8
|
+
|
|
4
9
|
1.155.0 (2022-12-15)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.156.0
|
|
@@ -967,7 +967,8 @@ module Aws::SageMaker
|
|
|
967
967
|
# The domain ID.
|
|
968
968
|
#
|
|
969
969
|
# @option params [String] :user_profile_name
|
|
970
|
-
# The user profile name.
|
|
970
|
+
# The user profile name. If this value is not set, then `SpaceName` must
|
|
971
|
+
# be set.
|
|
971
972
|
#
|
|
972
973
|
# @option params [required, String] :app_type
|
|
973
974
|
# The type of app.
|
|
@@ -993,7 +994,8 @@ module Aws::SageMaker
|
|
|
993
994
|
# </note>
|
|
994
995
|
#
|
|
995
996
|
# @option params [String] :space_name
|
|
996
|
-
# The name of the space.
|
|
997
|
+
# The name of the space. If this value is not set, then
|
|
998
|
+
# `UserProfileName` must be set.
|
|
997
999
|
#
|
|
998
1000
|
# @return [Types::CreateAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
999
1001
|
#
|
|
@@ -3286,6 +3288,7 @@ module Aws::SageMaker
|
|
|
3286
3288
|
# tuning_job_completion_criteria: {
|
|
3287
3289
|
# target_objective_metric_value: 1.0, # required
|
|
3288
3290
|
# },
|
|
3291
|
+
# random_seed: 1,
|
|
3289
3292
|
# },
|
|
3290
3293
|
# training_job_definition: {
|
|
3291
3294
|
# definition_name: "HyperParameterTrainingJobDefinitionName",
|
|
@@ -7821,7 +7824,8 @@ module Aws::SageMaker
|
|
|
7821
7824
|
# The domain ID.
|
|
7822
7825
|
#
|
|
7823
7826
|
# @option params [String] :user_profile_name
|
|
7824
|
-
# The user profile name.
|
|
7827
|
+
# The user profile name. If this value is not set, then `SpaceName` must
|
|
7828
|
+
# be set.
|
|
7825
7829
|
#
|
|
7826
7830
|
# @option params [required, String] :app_type
|
|
7827
7831
|
# The type of app.
|
|
@@ -7830,7 +7834,8 @@ module Aws::SageMaker
|
|
|
7830
7834
|
# The name of the app.
|
|
7831
7835
|
#
|
|
7832
7836
|
# @option params [String] :space_name
|
|
7833
|
-
# The name of the space.
|
|
7837
|
+
# The name of the space. If this value is not set, then
|
|
7838
|
+
# `UserProfileName` must be set.
|
|
7834
7839
|
#
|
|
7835
7840
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
7836
7841
|
#
|
|
@@ -9266,7 +9271,8 @@ module Aws::SageMaker
|
|
|
9266
9271
|
# The domain ID.
|
|
9267
9272
|
#
|
|
9268
9273
|
# @option params [String] :user_profile_name
|
|
9269
|
-
# The user profile name.
|
|
9274
|
+
# The user profile name. If this value is not set, then `SpaceName` must
|
|
9275
|
+
# be set.
|
|
9270
9276
|
#
|
|
9271
9277
|
# @option params [required, String] :app_type
|
|
9272
9278
|
# The type of app.
|
|
@@ -10913,6 +10919,7 @@ module Aws::SageMaker
|
|
|
10913
10919
|
# resp.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
|
|
10914
10920
|
# resp.hyper_parameter_tuning_job_config.training_job_early_stopping_type #=> String, one of "Off", "Auto"
|
|
10915
10921
|
# resp.hyper_parameter_tuning_job_config.tuning_job_completion_criteria.target_objective_metric_value #=> Float
|
|
10922
|
+
# resp.hyper_parameter_tuning_job_config.random_seed #=> Integer
|
|
10916
10923
|
# resp.training_job_definition.definition_name #=> String
|
|
10917
10924
|
# resp.training_job_definition.tuning_objective.type #=> String, one of "Maximize", "Minimize"
|
|
10918
10925
|
# resp.training_job_definition.tuning_objective.metric_name #=> String
|
|
@@ -14165,10 +14172,12 @@ module Aws::SageMaker
|
|
|
14165
14172
|
# A parameter to search for the domain ID.
|
|
14166
14173
|
#
|
|
14167
14174
|
# @option params [String] :user_profile_name_equals
|
|
14168
|
-
# A parameter to search by user profile name.
|
|
14175
|
+
# A parameter to search by user profile name. If `SpaceNameEquals` is
|
|
14176
|
+
# set, then this value cannot be set.
|
|
14169
14177
|
#
|
|
14170
14178
|
# @option params [String] :space_name_equals
|
|
14171
|
-
# A parameter to search by space name.
|
|
14179
|
+
# A parameter to search by space name. If `UserProfileNameEquals` is
|
|
14180
|
+
# set, then this value cannot be set.
|
|
14172
14181
|
#
|
|
14173
14182
|
# @return [Types::ListAppsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
14174
14183
|
#
|
|
@@ -22463,7 +22472,7 @@ module Aws::SageMaker
|
|
|
22463
22472
|
params: params,
|
|
22464
22473
|
config: config)
|
|
22465
22474
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
22466
|
-
context[:gem_version] = '1.
|
|
22475
|
+
context[:gem_version] = '1.156.0'
|
|
22467
22476
|
Seahorse::Client::Request.new(handlers, context)
|
|
22468
22477
|
end
|
|
22469
22478
|
|
|
@@ -1528,6 +1528,7 @@ module Aws::SageMaker
|
|
|
1528
1528
|
RStudioServerProDomainSettings = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettings')
|
|
1529
1529
|
RStudioServerProDomainSettingsForUpdate = Shapes::StructureShape.new(name: 'RStudioServerProDomainSettingsForUpdate')
|
|
1530
1530
|
RStudioServerProUserGroup = Shapes::StringShape.new(name: 'RStudioServerProUserGroup')
|
|
1531
|
+
RandomSeed = Shapes::IntegerShape.new(name: 'RandomSeed')
|
|
1531
1532
|
RealTimeInferenceConfig = Shapes::StructureShape.new(name: 'RealTimeInferenceConfig')
|
|
1532
1533
|
RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
|
|
1533
1534
|
RecommendationFailureReason = Shapes::StringShape.new(name: 'RecommendationFailureReason')
|
|
@@ -5111,6 +5112,7 @@ module Aws::SageMaker
|
|
|
5111
5112
|
HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, location_name: "ParameterRanges"))
|
|
5112
5113
|
HyperParameterTuningJobConfig.add_member(:training_job_early_stopping_type, Shapes::ShapeRef.new(shape: TrainingJobEarlyStoppingType, location_name: "TrainingJobEarlyStoppingType"))
|
|
5113
5114
|
HyperParameterTuningJobConfig.add_member(:tuning_job_completion_criteria, Shapes::ShapeRef.new(shape: TuningJobCompletionCriteria, location_name: "TuningJobCompletionCriteria"))
|
|
5115
|
+
HyperParameterTuningJobConfig.add_member(:random_seed, Shapes::ShapeRef.new(shape: RandomSeed, location_name: "RandomSeed"))
|
|
5114
5116
|
HyperParameterTuningJobConfig.struct_class = Types::HyperParameterTuningJobConfig
|
|
5115
5117
|
|
|
5116
5118
|
HyperParameterTuningJobObjective.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, required: true, location_name: "Type"))
|
|
@@ -4011,7 +4011,8 @@ module Aws::SageMaker
|
|
|
4011
4011
|
# @return [String]
|
|
4012
4012
|
#
|
|
4013
4013
|
# @!attribute [rw] user_profile_name
|
|
4014
|
-
# The user profile name.
|
|
4014
|
+
# The user profile name. If this value is not set, then `SpaceName`
|
|
4015
|
+
# must be set.
|
|
4015
4016
|
# @return [String]
|
|
4016
4017
|
#
|
|
4017
4018
|
# @!attribute [rw] app_type
|
|
@@ -4042,7 +4043,8 @@ module Aws::SageMaker
|
|
|
4042
4043
|
# @return [Types::ResourceSpec]
|
|
4043
4044
|
#
|
|
4044
4045
|
# @!attribute [rw] space_name
|
|
4045
|
-
# The name of the space.
|
|
4046
|
+
# The name of the space. If this value is not set, then
|
|
4047
|
+
# `UserProfileName` must be set.
|
|
4046
4048
|
# @return [String]
|
|
4047
4049
|
#
|
|
4048
4050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppRequest AWS API Documentation
|
|
@@ -8576,7 +8578,8 @@ module Aws::SageMaker
|
|
|
8576
8578
|
# @return [String]
|
|
8577
8579
|
#
|
|
8578
8580
|
# @!attribute [rw] user_profile_name
|
|
8579
|
-
# The user profile name.
|
|
8581
|
+
# The user profile name. If this value is not set, then `SpaceName`
|
|
8582
|
+
# must be set.
|
|
8580
8583
|
# @return [String]
|
|
8581
8584
|
#
|
|
8582
8585
|
# @!attribute [rw] app_type
|
|
@@ -8588,7 +8591,8 @@ module Aws::SageMaker
|
|
|
8588
8591
|
# @return [String]
|
|
8589
8592
|
#
|
|
8590
8593
|
# @!attribute [rw] space_name
|
|
8591
|
-
# The name of the space.
|
|
8594
|
+
# The name of the space. If this value is not set, then
|
|
8595
|
+
# `UserProfileName` must be set.
|
|
8592
8596
|
# @return [String]
|
|
8593
8597
|
#
|
|
8594
8598
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAppRequest AWS API Documentation
|
|
@@ -9658,7 +9662,8 @@ module Aws::SageMaker
|
|
|
9658
9662
|
# @return [String]
|
|
9659
9663
|
#
|
|
9660
9664
|
# @!attribute [rw] user_profile_name
|
|
9661
|
-
# The user profile name.
|
|
9665
|
+
# The user profile name. If this value is not set, then `SpaceName`
|
|
9666
|
+
# must be set.
|
|
9662
9667
|
# @return [String]
|
|
9663
9668
|
#
|
|
9664
9669
|
# @!attribute [rw] app_type
|
|
@@ -9734,7 +9739,8 @@ module Aws::SageMaker
|
|
|
9734
9739
|
# @return [Types::ResourceSpec]
|
|
9735
9740
|
#
|
|
9736
9741
|
# @!attribute [rw] space_name
|
|
9737
|
-
# The name of the space.
|
|
9742
|
+
# The name of the space. If this value is not set, then
|
|
9743
|
+
# `UserProfileName` must be set.
|
|
9738
9744
|
# @return [String]
|
|
9739
9745
|
#
|
|
9740
9746
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppResponse AWS API Documentation
|
|
@@ -18879,18 +18885,22 @@ module Aws::SageMaker
|
|
|
18879
18885
|
# @return [Types::HyperParameterTuningJobStrategyConfig]
|
|
18880
18886
|
#
|
|
18881
18887
|
# @!attribute [rw] hyper_parameter_tuning_job_objective
|
|
18882
|
-
# The HyperParameterTuningJobObjective
|
|
18883
|
-
#
|
|
18888
|
+
# The HyperParameterTuningJobObjective specifies the objective metric
|
|
18889
|
+
# used to evaluate the performance of training jobs launched by this
|
|
18890
|
+
# tuning job.
|
|
18884
18891
|
# @return [Types::HyperParameterTuningJobObjective]
|
|
18885
18892
|
#
|
|
18886
18893
|
# @!attribute [rw] resource_limits
|
|
18887
18894
|
# The ResourceLimits object that specifies the maximum number of
|
|
18888
|
-
# training
|
|
18895
|
+
# training and parallel training jobs that can be used for this
|
|
18896
|
+
# hyperparameter tuning job.
|
|
18889
18897
|
# @return [Types::ResourceLimits]
|
|
18890
18898
|
#
|
|
18891
18899
|
# @!attribute [rw] parameter_ranges
|
|
18892
18900
|
# The ParameterRanges object that specifies the ranges of
|
|
18893
|
-
# hyperparameters that this tuning job searches
|
|
18901
|
+
# hyperparameters that this tuning job searches over to find the
|
|
18902
|
+
# optimal configuration for the highest model performance against
|
|
18903
|
+
# .your chosen objective metric.
|
|
18894
18904
|
# @return [Types::ParameterRanges]
|
|
18895
18905
|
#
|
|
18896
18906
|
# @!attribute [rw] training_job_early_stopping_type
|
|
@@ -18922,6 +18932,13 @@ module Aws::SageMaker
|
|
|
18922
18932
|
# The tuning job's completion criteria.
|
|
18923
18933
|
# @return [Types::TuningJobCompletionCriteria]
|
|
18924
18934
|
#
|
|
18935
|
+
# @!attribute [rw] random_seed
|
|
18936
|
+
# A value used to initialize a pseudo-random number generator. Setting
|
|
18937
|
+
# a random seed and using the same seed later for the same tuning job
|
|
18938
|
+
# will allow hyperparameter optimization to find more a consistent
|
|
18939
|
+
# hyperparameter configuration between the two runs.
|
|
18940
|
+
# @return [Integer]
|
|
18941
|
+
#
|
|
18925
18942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningJobConfig AWS API Documentation
|
|
18926
18943
|
#
|
|
18927
18944
|
class HyperParameterTuningJobConfig < Struct.new(
|
|
@@ -18931,7 +18948,8 @@ module Aws::SageMaker
|
|
|
18931
18948
|
:resource_limits,
|
|
18932
18949
|
:parameter_ranges,
|
|
18933
18950
|
:training_job_early_stopping_type,
|
|
18934
|
-
:tuning_job_completion_criteria
|
|
18951
|
+
:tuning_job_completion_criteria,
|
|
18952
|
+
:random_seed)
|
|
18935
18953
|
SENSITIVE = []
|
|
18936
18954
|
include Aws::Structure
|
|
18937
18955
|
end
|
|
@@ -21247,11 +21265,13 @@ module Aws::SageMaker
|
|
|
21247
21265
|
# @return [String]
|
|
21248
21266
|
#
|
|
21249
21267
|
# @!attribute [rw] user_profile_name_equals
|
|
21250
|
-
# A parameter to search by user profile name.
|
|
21268
|
+
# A parameter to search by user profile name. If `SpaceNameEquals` is
|
|
21269
|
+
# set, then this value cannot be set.
|
|
21251
21270
|
# @return [String]
|
|
21252
21271
|
#
|
|
21253
21272
|
# @!attribute [rw] space_name_equals
|
|
21254
|
-
# A parameter to search by space name.
|
|
21273
|
+
# A parameter to search by space name. If `UserProfileNameEquals` is
|
|
21274
|
+
# set, then this value cannot be set.
|
|
21255
21275
|
# @return [String]
|
|
21256
21276
|
#
|
|
21257
21277
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAppsRequest AWS API Documentation
|
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.156.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: 2022-12-
|
|
11
|
+
date: 2022-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|