aws-sdk-sagemaker 1.19.0 → 1.20.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: eac950ddd857c530a0f738d83b6b030888d81e27
4
- data.tar.gz: f65e9d8a5e186fcb78d0e758c3fe7c450da1b9f3
3
+ metadata.gz: 36e2d1a10c478b9ba78b7933ef2ab54aa0c454aa
4
+ data.tar.gz: 5d3134e18f404485c8741c7258c79c191460913a
5
5
  SHA512:
6
- metadata.gz: c80f68f8ded859a6ddb0e3be585ab30d2d2389ffb148e3edb04a777f9535f2e254991c9d451d44570633216f8959302e67987888d94a04489c47ea59c43b45dd
7
- data.tar.gz: b1806f46dae88f4de59dfc8d9e9bbb36f06daed40fb538640fc02d2751b315ecbfb4e8210b9c3d1ef95355e7706d47b74bc475b8e3e98e378e8023d7c6854e2d
6
+ metadata.gz: 5c34e6273995f0f59b4e69b109a7a529d2c6e632aad0a4e630d6294560d7d25157fcf707e71ae2479549f1ff9ac048fdeee8d49faf1b4ea3f04e29620f5b90f4
7
+ data.tar.gz: 82fd5d03e17421660d1734cd35139f819d94a4eb9ffc4aa5992704bf3f6a7e6e749dfd2c621aff443adb46638778ba709c592258dacb286d1b3ae4020f4ca027
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
43
43
  # @service
44
44
  module Aws::SageMaker
45
45
 
46
- GEM_VERSION = '1.19.0'
46
+ GEM_VERSION = '1.20.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::SageMaker
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -3056,7 +3056,7 @@ module Aws::SageMaker
3056
3056
  params: params,
3057
3057
  config: config)
3058
3058
  context[:gem_name] = 'aws-sdk-sagemaker'
3059
- context[:gem_version] = '1.19.0'
3059
+ context[:gem_version] = '1.20.0'
3060
3060
  Seahorse::Client::Request.new(handlers, context)
3061
3061
  end
3062
3062
 
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.19.0
4
+ version: 1.20.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-10-02 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core