Package com.oracle.bmc.ailanguage.model
Class BatchDetectHealthEntityDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.BatchDetectHealthEntityDetails.Builder
 
- 
- Enclosing class:
- BatchDetectHealthEntityDetails
 
 public static class BatchDetectHealthEntityDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
aliaspublic BatchDetectHealthEntityDetails.Builder alias(String alias) Unique name across user tenancy in a region to identify an endpoint to be used for inferencing.- Parameters:
- alias- the value to set
- Returns:
- this builder
 
 - 
endpointIdpublic BatchDetectHealthEntityDetails.Builder endpointId(String endpointId) The endpoint which have to be used for inferencing.- Parameters:
- endpointId- the value to set
- Returns:
- this builder
 
 - 
documentspublic BatchDetectHealthEntityDetails.Builder documents(List<TextDocument> documents) List of Documents for detect health entities.- Parameters:
- documents- the value to set
- Returns:
- this builder
 
 - 
linkOntologiespublic BatchDetectHealthEntityDetails.Builder linkOntologies(List<String> linkOntologies) List of NLP health ontologies to be linked- Parameters:
- linkOntologies- the value to set
- Returns:
- this builder
 
 - 
isDetectAssertionspublic BatchDetectHealthEntityDetails.Builder isDetectAssertions(Boolean isDetectAssertions) is assertion on input text required.default value true. - Parameters:
- isDetectAssertions- the value to set
- Returns:
- this builder
 
 - 
isDetectRelationshipspublic BatchDetectHealthEntityDetails.Builder isDetectRelationships(Boolean isDetectRelationships) is relationship on input text required.default value true. - Parameters:
- isDetectRelationships- the value to set
- Returns:
- this builder
 
 - 
profilepublic BatchDetectHealthEntityDetails.Builder profile(Profile profile) 
 - 
buildpublic BatchDetectHealthEntityDetails build() 
 - 
copypublic BatchDetectHealthEntityDetails.Builder copy(BatchDetectHealthEntityDetails model) 
 
- 
 
-