Package | Description |
---|---|
com.ibm.watson.health.acd.v1 |
Annotator for Clinical Data v1.
|
com.ibm.watson.health.acd.v1.model |
Modifier and Type | Method and Description |
---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<Annotator> |
AnnotatorForClinicalData.getAnnotatorsById(GetAnnotatorsByIdOptions getAnnotatorsByIdOptions)
Get details of a specific annotator.
|
Modifier and Type | Method and Description |
---|---|
Annotator |
Annotator.annotator()
Gets the annotator.
|
Annotator |
FlowEntry.annotator()
Gets the annotator.
|
Annotator |
Annotator.Builder.build()
Builds a Annotator.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Annotator> |
CreateProfileOptions.annotators()
Gets the annotators.
|
java.util.List<Annotator> |
AcdProfile.annotators()
Gets the annotators.
|
java.util.List<Annotator> |
UpdateProfileOptions.newAnnotators()
Gets the newAnnotators.
|
Modifier and Type | Method and Description |
---|---|
CreateProfileOptions.Builder |
CreateProfileOptions.Builder.addAnnotators(Annotator annotators)
Adds an annotators to annotators.
|
AcdProfile.Builder |
AcdProfile.Builder.addAnnotators(Annotator annotators)
Adds an annotators to annotators.
|
UpdateProfileOptions.Builder |
UpdateProfileOptions.Builder.addNewAnnotators(Annotator newAnnotators)
Adds an newAnnotators to newAnnotators.
|
Annotator.Builder |
Annotator.Builder.annotator(Annotator annotator)
Set the annotator.
|
FlowEntry.Builder |
FlowEntry.Builder.annotator(Annotator annotator)
Set the annotator.
|
Modifier and Type | Method and Description |
---|---|
CreateProfileOptions.Builder |
CreateProfileOptions.Builder.annotators(java.util.List<Annotator> annotators)
Set the annotators.
|
AcdProfile.Builder |
AcdProfile.Builder.annotators(java.util.List<Annotator> annotators)
Set the annotators.
|
UpdateProfileOptions.Builder |
UpdateProfileOptions.Builder.newAnnotators(java.util.List<Annotator> newAnnotators)
Set the newAnnotators.
|
Copyright © 2022 IBM Cloud. All rights reserved.