ibm_watson 2.1.3 → 2.2.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: 407eabb3fe103d679ee65cd7d212b81fa86412239d92d311bb93a1d063f3e518
4
- data.tar.gz: 5c4f72076fe4975fd0eb43cab44fe4cd7303fd4b3465997bb43a5478c953407b
3
+ metadata.gz: b32319d7160def3e54e70e394e6625a1c7151ab1461a0ad10d71ec003c668f2e
4
+ data.tar.gz: ebf50af3225db592bde39d95a52e948b6afcf7aeb4592e264fb7c042d372da08
5
5
  SHA512:
6
- metadata.gz: 4c2fde4be6130611b3c6b752a94aa1d356f6ba354308952c0ab7fbf511254a46b63cfdc3101c6ac629ae24b918f582224a16437dd6ad5d45e41d02a8897618de
7
- data.tar.gz: bc76792e1cd1deb95ceff64a9f5e6a8b27734895688c13529673822c03b128e32a86951ac4ee4869f7895289dd2f8dc580b5cf28bb4c20609357152901ffe3da
6
+ metadata.gz: 2b919569fd64e94902d4443f4f6b223b7cb0275471b45bc3b3910a8049b34d5f6285bb4ab590cef8644223abb87121f747a23d497a98035850a9110665cf705b
7
+ data.tar.gz: 3139ad59f347c4e3d51dec08603b80fccc71200748aeed8c2f9cd7b1fa2087371982f70c6fcc1d0cd50ffc6f21b2803c2454d5b0e3fd6631ce4edb1282780e40
data/README.md CHANGED
@@ -15,9 +15,20 @@
15
15
  Ruby gem to quickly get started with the various [IBM Watson][wdc] services.
16
16
 
17
17
  ## Announcements
18
- ### Natural Language Classifier deprecation
18
+ ### Tone Analyzer Deprecation
19
+
20
+ As of this major release, 3.0.0, the Tone Analyzer api has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to Tone Analyzer until its final deprecation, you will have to use a previous version.
21
+
22
+ On 24 February 2022, IBM announced the deprecation of the Tone Analyzer service. The service will no longer be available as of 24 February 2023. As of 24 February 2022, you will not be able to create new instances. Existing instances will be supported until 24 February 2023.
23
+
24
+ As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud. With Natural Language Understanding, tone analysis is done by using a pre-built classifications model, which provides an easy way to detect language tones in written text. For more information, see [Migrating from Watson Tone Analyzer Customer Engagement endpoint to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-understanding?topic=natural-language-understanding-tone_analytics).
25
+
26
+ ### Natural Language Classifier Deprecation
27
+
28
+ As of this major release, 3.0.0, the NLC api has been removed in preparation for deprecation. If you wish to continue using this sdk to make calls to NLC until its final deprecation, you will have to use a previous version.
29
+
19
30
  On 9 August 2021, IBM announced the deprecation of the Natural Language Classifier service. The service will no longer be available from 8 August 2022. As of 9 September 2021, you will not be able to create new instances. Existing instances will be supported until 8 August 2022. Any instance that still exists on that date will be deleted.
20
-
31
+
21
32
  As an alternative, we encourage you to consider migrating to the Natural Language Understanding service on IBM Cloud that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax, along with advanced multi-label text classification capabilities, to provide even richer insights for your business or industry. For more information, see [Migrating to Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-migrating).
22
33
 
23
34
  ### Support for 2.7 ruby
@@ -26,17 +37,6 @@ To support 2.7 the http gem dependency is updated to 4.4.0. Since it conflicted
26
37
  ### Updating endpoint URLs from watsonplatform.net
27
38
  Watson API endpoint URLs at watsonplatform.net are changing and will not work after 26 May 2021. Update your calls to use the newer endpoint URLs. For more information, see https://cloud.ibm.com/docs/watson?topic=watson-endpoint-change.
28
39
 
29
- ### Personality Insights deprecation
30
- IBM Watson™ Personality Insights is discontinued. For a period of one year from 1 December 2020, you will still be able to use Watson Personality Insights. However, as of 1 December 2021, the offering will no longer be available.
31
-
32
- As an alternative, we encourage you to consider migrating to IBM Watson™ [Natural Language Understanding](https://cloud.ibm.com/docs/natural-language-understanding), a service on IBM Cloud® that uses deep learning to extract data and insights from text such as keywords, categories, sentiment, emotion, and syntax to provide insights for your business or industry. For more information, see About Natural Language Understanding.
33
-
34
- ### Visual Recognition deprecation
35
- IBM Watson™ Visual Recognition is discontinued. Existing instances are supported until 1 December 2021, but as of 7 January 2021, you can't create instances. Any instance that is provisioned on 1 December 2021 will be deleted.
36
-
37
- ### Compare and Comply deprecation
38
- IBM Watson™ Compare and Comply is discontinued. Existing instances are supported until 30 November 2021, but as of 1 December 2020, you can't create instances. Any instance that exists on 30 November 2021 will be deleted. Consider migrating to Watson Discovery Premium on IBM Cloud for your Compare and Comply use cases. To start the migration process, visit https://ibm.biz/contact-wdc-premium.
39
-
40
40
  ## Before you begin
41
41
 
42
42
  * You need an [IBM Cloud][ibm-cloud-onboarding] account.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # (C) Copyright IBM Corp. 2018, 2020.
3
+ # (C) Copyright IBM Corp. 2018, 2022.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ module IBMWatson
43
43
  #
44
44
  # @param args [Hash] The args to initialize with
45
45
  # @option args version [String] Release date of the API version you want to use. Specify dates in YYYY-MM-DD
46
- # format. The current version is `2021-06-14`.
46
+ # format. The current version is `2021-11-27`.
47
47
  # @option args service_url [String] The base service URL to use when contacting the service.
48
48
  # The base service_url may differ between IBM Cloud regions.
49
49
  # @option args authenticator [Object] The Authenticator instance to be configured for this service.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # (C) Copyright IBM Corp. 2018, 2020.
3
+ # (C) Copyright IBM Corp. 2018, 2022.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ module IBMWatson
43
43
  #
44
44
  # @param args [Hash] The args to initialize with
45
45
  # @option args version [String] Release date of the API version you want to use. Specify dates in YYYY-MM-DD
46
- # format. The current version is `2021-06-14`.
46
+ # format. The current version is `2021-11-27`.
47
47
  # @option args service_url [String] The base service URL to use when contacting the service.
48
48
  # The base service_url may differ between IBM Cloud regions.
49
49
  # @option args authenticator [Object] The Authenticator instance to be configured for this service.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # (C) Copyright IBM Corp. 2018, 2020.
3
+ # (C) Copyright IBM Corp. 2018, 2022.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -185,9 +185,8 @@ module IBMWatson
185
185
  # @param environment_id [String] The ID of the environment.
186
186
  # @param name [String] Name that identifies the environment.
187
187
  # @param description [String] Description of the environment.
188
- # @param size [String] Size that the environment should be increased to. Environment size cannot be
189
- # modified when using a Lite plan. Environment size can only increased and not
190
- # decreased.
188
+ # @param size [String] Size to change the environment to. **Note:** Lite plan users cannot change the
189
+ # environment size.
191
190
  # @return [IBMCloudSdkCore::DetailedResponse] A `IBMCloudSdkCore::DetailedResponse` object representing the response.
192
191
  def update_environment(environment_id:, name: nil, description: nil, size: nil)
193
192
  raise ArgumentError.new("version must be provided") if version.nil?
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # (C) Copyright IBM Corp. 2018, 2020.
3
+ # (C) Copyright IBM Corp. 2018, 2022.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # (C) Copyright IBM Corp. 2018, 2020.
3
+ # (C) Copyright IBM Corp. 2018, 2022.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.