Skip to content

Commit d6a4db5

Browse files
committed
chore(vr3): regenerate vr3
1 parent 3003314 commit d6a4db5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ibm_watson/visual_recognition_v3.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
# (C) Copyright IBM Corp. 2016, 2020.
3+
# (C) Copyright IBM Corp. 2020.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -25,8 +25,9 @@
2525
from datetime import datetime
2626
from enum import Enum
2727
from ibm_cloud_sdk_core import BaseService
28+
from ibm_cloud_sdk_core import DetailedResponse
2829
from ibm_cloud_sdk_core import datetime_to_string, string_to_datetime
29-
from ibm_cloud_sdk_core import get_authenticator_from_environment
30+
from ibm_cloud_sdk_core.get_authenticator import get_authenticator_from_environment
3031
from os.path import basename
3132
from typing import BinaryIO
3233
from typing import Dict
@@ -358,7 +359,7 @@ def update_classifier(self,
358359
Update a custom classifier by adding new positive or negative classes or by adding
359360
new images to existing classes. You must supply at least one set of positive or
360361
negative examples. For details, see [Updating custom
361-
classifiers](https://cloud.ibm.com/docs/services/visual-recognition?topic=visual-recognition-customizing#updating-custom-classifiers).
362+
classifiers](https://cloud.ibm.com/docs/visual-recognition?topic=visual-recognition-customizing#updating-custom-classifiers).
362363
Encode all names in UTF-8 if they contain non-ASCII characters (.zip and image
363364
file names, and classifier and class names). The service assumes UTF-8 encoding if
364365
it encounters non-ASCII characters.
@@ -528,7 +529,7 @@ def delete_user_data(self, customer_id: str,
528529
You associate a customer ID with data by passing the `X-Watson-Metadata` header
529530
with a request that passes data. For more information about personal data and
530531
customer IDs, see [Information
531-
security](https://cloud.ibm.com/docs/services/visual-recognition?topic=visual-recognition-information-security).
532+
security](https://cloud.ibm.com/docs/visual-recognition?topic=visual-recognition-information-security).
532533
533534
:param str customer_id: The customer ID for which all data is to be
534535
deleted.

0 commit comments

Comments
 (0)