com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteProcessorVersionMetadata> |
DocumentProcessorServiceClient.deleteProcessorVersionAsync(ProcessorVersionName name) |
Deletes the processor version, all artifacts under the processor version will be deleted.
|
com.google.api.gax.longrunning.OperationFuture<DeployProcessorVersionResponse,DeployProcessorVersionMetadata> |
DocumentProcessorServiceClient.deployProcessorVersionAsync(ProcessorVersionName name) |
Deploys the processor version.
|
com.google.api.gax.longrunning.OperationFuture<EvaluateProcessorVersionResponse,EvaluateProcessorVersionMetadata> |
DocumentProcessorServiceClient.evaluateProcessorVersionAsync(ProcessorVersionName processorVersion) |
Evaluates a ProcessorVersion against annotated documents, producing an Evaluation.
|
ProcessorVersion |
DocumentProcessorServiceClient.getProcessorVersion(ProcessorVersionName name) |
Gets a processor version detail.
|
DocumentProcessorServiceClient.ListEvaluationsPagedResponse |
DocumentProcessorServiceClient.listEvaluations(ProcessorVersionName parent) |
Retrieves a set of evaluations for a given processor version.
|
com.google.api.gax.longrunning.OperationFuture<UndeployProcessorVersionResponse,UndeployProcessorVersionMetadata> |
DocumentProcessorServiceClient.undeployProcessorVersionAsync(ProcessorVersionName name) |
Undeploys the processor version.
|