clarifai-web-grpc 10.3.0 → 10.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -144,6 +144,10 @@ export enum StatusCode {
144
144
  RUNNER_INVALID_ARGUMENT = 25602,
145
145
  RUNNER_INVALID_REQUEST = 25603,
146
146
  RUNNER_NEEDS_RETRY = 25604,
147
+ RUNNER_STREAM_START = 25605,
148
+ RUNNER_STREAM_END = 25606,
149
+ RUNNER_ITEM_CANCELLED = 25607,
150
+ RUNNER_PROCESSING_FAILED = 25608,
147
151
  INPUT_DOWNLOAD_SUCCESS = 30000,
148
152
  INPUT_DOWNLOAD_PENDING = 30001,
149
153
  INPUT_DOWNLOAD_FAILED = 30002,
@@ -167,6 +167,10 @@ proto.clarifai.api.status.StatusCode = {
167
167
  RUNNER_INVALID_ARGUMENT: 25602,
168
168
  RUNNER_INVALID_REQUEST: 25603,
169
169
  RUNNER_NEEDS_RETRY: 25604,
170
+ RUNNER_STREAM_START: 25605,
171
+ RUNNER_STREAM_END: 25606,
172
+ RUNNER_ITEM_CANCELLED: 25607,
173
+ RUNNER_PROCESSING_FAILED: 25608,
170
174
  INPUT_DOWNLOAD_SUCCESS: 30000,
171
175
  INPUT_DOWNLOAD_PENDING: 30001,
172
176
  INPUT_DOWNLOAD_FAILED: 30002,