You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packaging name change to Merative. All com.ibm.watson.health.acd.v1 has been changed to com.merative.acd.v1. Refer to README for instructions to migrate from version 1.x.x.
Support for the deprecated synchronous cartridge deployment has been removed. This includes classes: DeployCartridgeOptions, DeployCartridgeOptionsTest and TestDeployCartridge. This includes methods: deployCartridge(DeployCartridgeOptions) and deployCartridge(). To deploy a cartridge, use the asynchronous cartridge deployment cartridgesPostMultipart method instead.
Support for the deprecated run_pipeline and run_pipeline_with_flow has been removed. This includes classes: RunPipelineOptions, RunPipelineWithFlowOptions, RunPipelineOptionsTest and RunPipelineWithFlowOptionsTest. This includes methods: runPipeline(), runPipeline(RunPipelineOptions) and runPipelineWithFlow(RunPipelineWithFlowOptions). To analyze your unstructured text, use analyze or analyzeWithFlow method instead.
Deprecated classes AnalyticFlowBeanInput and AnalyticFlowBeanInputTest have been removed.
The method getAnnotatorsById(GetAnnotatorsByIdOptions) has been changed to now return ServiceCall<ServiceApiBean>. This aligns more closely to the getAnnotators method.