File tree Expand file tree Collapse file tree 4 files changed +2
-64
lines changed
Expand file tree Collapse file tree 4 files changed +2
-64
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,6 @@ public <T extends Inference> WorkflowResponse<T> executeWorkflow(
331331 Class <T > type ,
332332 String workflowId ,
333333 LocalInputSource localInputSource
334-
335334 ) throws IOException {
336335 return this .mindeeApi .executeWorkflowPost (
337336 type ,
@@ -343,21 +342,6 @@ public <T extends Inference> WorkflowResponse<T> executeWorkflow(
343342 );
344343 }
345344
346- public WorkflowResponse <GeneratedV1 > executeWorkflow (
347- String workflowId ,
348- LocalInputSource localInputSource
349-
350- ) throws IOException {
351- return this .mindeeApi .executeWorkflowPost (
352- GeneratedV1 .class ,
353- workflowId ,
354- RequestParameters .builder ()
355- .file (localInputSource .getFile ())
356- .fileName (localInputSource .getFilename ())
357- .build ()
358- );
359- }
360-
361345 /**
362346 * Send a local file to a Standard prediction API and parse the results.
363347 */
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818@ JsonIgnoreProperties (ignoreUnknown = true )
1919@ AllArgsConstructor
2020@ NoArgsConstructor
21- public class Execution <DocT extends Inference > implements ApiObject {
21+ public class Execution <DocT extends Inference > {
2222 /**
2323 * Identifier for the batch to which the execution belongs.
2424 */
Original file line number Diff line number Diff line change 1717@ JsonIgnoreProperties (ignoreUnknown = true )
1818@ AllArgsConstructor
1919@ NoArgsConstructor
20- public class Job implements ApiObject {
20+ public class Job {
2121
2222 /**
2323 * The time at which the job finished.
You can’t perform that action at this time.
0 commit comments