aws-sdk-sagemaker 1.25.0 → 1.26.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
  SHA1:
3
- metadata.gz: e6bd27c06ea614ecab05a8b39bdf2ce38d277951
4
- data.tar.gz: f7e3ab41ebe10b663a8ac94051540f3661c81e00
3
+ metadata.gz: d83ed06fdb6ea7a0b480c7e864c635c1bc17ee20
4
+ data.tar.gz: 50b5c9d71806ad93dd7cd635b827378093ecd2b7
5
5
  SHA512:
6
- metadata.gz: d19a392d3650f8d7b79a3dd432917e3e5efc200ec7f7faaff9219eabffcb02cf61275ac2a14f1a9633ee26d0f63d70524f90f01d164d874b7ab65fe309703214
7
- data.tar.gz: 85dca3867606306e7b011eb51e0d25d16c58f4817649059feab0ec5dfbaf3345358a8588b0dcc33e09289852b29256cd64772e677e5444040dc9f07499eb0b83
6
+ metadata.gz: d777ca5adf82c9ee52396d16808bf85281b3e0343de195caae7cec1324a54a4737b3de883b7b02007fd5aed3ae126bb34c46d5155b2ac4b468002f13d8f2e28b
7
+ data.tar.gz: 4eb734e8e46b4661b218b1eb21776975917c016435d9b7f93e71ce5c6e1444294e52ed699072c6a3c5b10d37ac907a7ec59c00e8e1e896ea8664ff8d4d24dcde
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
43
43
  # @service
44
44
  module Aws::SageMaker
45
45
 
46
- GEM_VERSION = '1.25.0'
46
+ GEM_VERSION = '1.26.0'
47
47
 
48
48
  end
@@ -945,6 +945,7 @@ module Aws::SageMaker
945
945
  # },
946
946
  # ],
947
947
  # },
948
+ # training_job_early_stopping_type: "Off", # accepts Off, Auto
948
949
  # },
949
950
  # training_job_definition: { # required
950
951
  # static_hyper_parameters: {
@@ -2899,6 +2900,7 @@ module Aws::SageMaker
2899
2900
  # resp.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].name #=> String
2900
2901
  # resp.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values #=> Array
2901
2902
  # resp.hyper_parameter_tuning_job_config.parameter_ranges.categorical_parameter_ranges[0].values[0] #=> String
2903
+ # resp.hyper_parameter_tuning_job_config.training_job_early_stopping_type #=> String, one of "Off", "Auto"
2902
2904
  # resp.training_job_definition.static_hyper_parameters #=> Hash
2903
2905
  # resp.training_job_definition.static_hyper_parameters["ParameterKey"] #=> String
2904
2906
  # resp.training_job_definition.algorithm_specification.training_image #=> String
@@ -5703,7 +5705,7 @@ module Aws::SageMaker
5703
5705
  params: params,
5704
5706
  config: config)
5705
5707
  context[:gem_name] = 'aws-sdk-sagemaker'
5706
- context[:gem_version] = '1.25.0'
5708
+ context[:gem_version] = '1.26.0'
5707
5709
  Seahorse::Client::Request.new(handlers, context)
5708
5710
  end
5709
5711
 
@@ -468,6 +468,7 @@ module Aws::SageMaker
468
468
  TrainingJob = Shapes::StructureShape.new(name: 'TrainingJob')
469
469
  TrainingJobArn = Shapes::StringShape.new(name: 'TrainingJobArn')
470
470
  TrainingJobDefinition = Shapes::StructureShape.new(name: 'TrainingJobDefinition')
471
+ TrainingJobEarlyStoppingType = Shapes::StringShape.new(name: 'TrainingJobEarlyStoppingType')
471
472
  TrainingJobName = Shapes::StringShape.new(name: 'TrainingJobName')
472
473
  TrainingJobSortByOptions = Shapes::StringShape.new(name: 'TrainingJobSortByOptions')
473
474
  TrainingJobStatus = Shapes::StringShape.new(name: 'TrainingJobStatus')
@@ -1210,6 +1211,7 @@ module Aws::SageMaker
1210
1211
  HyperParameterTuningJobConfig.add_member(:hyper_parameter_tuning_job_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, required: true, location_name: "HyperParameterTuningJobObjective"))
1211
1212
  HyperParameterTuningJobConfig.add_member(:resource_limits, Shapes::ShapeRef.new(shape: ResourceLimits, required: true, location_name: "ResourceLimits"))
1212
1213
  HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, required: true, location_name: "ParameterRanges"))
1214
+ HyperParameterTuningJobConfig.add_member(:training_job_early_stopping_type, Shapes::ShapeRef.new(shape: TrainingJobEarlyStoppingType, location_name: "TrainingJobEarlyStoppingType"))
1213
1215
  HyperParameterTuningJobConfig.struct_class = Types::HyperParameterTuningJobConfig
1214
1216
 
1215
1217
  HyperParameterTuningJobObjective.add_member(:type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjectiveType, required: true, location_name: "Type"))
@@ -1466,6 +1466,7 @@ module Aws::SageMaker
1466
1466
  # },
1467
1467
  # ],
1468
1468
  # },
1469
+ # training_job_early_stopping_type: "Off", # accepts Off, Auto
1469
1470
  # },
1470
1471
  # training_job_definition: { # required
1471
1472
  # static_hyper_parameters: {
@@ -5346,6 +5347,7 @@ module Aws::SageMaker
5346
5347
  # },
5347
5348
  # ],
5348
5349
  # },
5350
+ # training_job_early_stopping_type: "Off", # accepts Off, Auto
5349
5351
  # }
5350
5352
  #
5351
5353
  # @!attribute [rw] strategy
@@ -5368,13 +5370,30 @@ module Aws::SageMaker
5368
5370
  # hyperparameters that this tuning job searches.
5369
5371
  # @return [Types::ParameterRanges]
5370
5372
  #
5373
+ # @!attribute [rw] training_job_early_stopping_type
5374
+ # Specifies whether to use early stopping for training jobs launched
5375
+ # by the hyperparameter tuning job. One of the following values:
5376
+ #
5377
+ # OFF
5378
+ #
5379
+ # : Training jobs launched by the hyperparameter tuning job do not use
5380
+ # early stopping.
5381
+ #
5382
+ # AUTO
5383
+ #
5384
+ # : Amazon SageMaker stops training jobs launched by the
5385
+ # hyperparameter tuning job when they are no longer improving as
5386
+ # measured by the objective metric of the tuning job.
5387
+ # @return [String]
5388
+ #
5371
5389
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningJobConfig AWS API Documentation
5372
5390
  #
5373
5391
  class HyperParameterTuningJobConfig < Struct.new(
5374
5392
  :strategy,
5375
5393
  :hyper_parameter_tuning_job_objective,
5376
5394
  :resource_limits,
5377
- :parameter_ranges)
5395
+ :parameter_ranges,
5396
+ :training_job_early_stopping_type)
5378
5397
  include Aws::Structure
5379
5398
  end
5380
5399
 
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.25.0
4
+ version: 1.26.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: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2018-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core