We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb3318 commit 60f32c6Copy full SHA for 60f32c6
spelling_private_dict.txt
@@ -1,14 +1,18 @@
1
AuthenticationFailure
2
BadImage
3
ConnectionErrorPossiblyImageTooLarge
4
+DateRangeError
5
ImageTooLarge
6
+InactiveProject
7
MatchProcessing
8
MaxNumResultsOutOfRange
9
MetadataTooLarge
10
ProjectInactive
11
+RequestQuotaReached
12
RequestTimeTooSkewed
13
TargetNameExist
14
TargetProcessingTimeout
15
+TargetStatusNotSuccess
16
TargetStatusProcessing
17
Ubuntu
18
UnknownTarget
src/vws/include_target_data.py
@@ -7,7 +7,8 @@
class CloudRecoIncludeTargetData(Enum):
"""
- Options for the ``include_target_data`` parameter of foo.
+ Options for the ``include_target_data`` parameter of
+ ``CloudRecoService.query``.
TOP = 'top'
0 commit comments