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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
alias
public 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
-
endpointId
public BatchDetectHealthEntityDetails.Builder endpointId(String endpointId)
The endpoint which have to be used for inferencing.- Parameters:
endpointId
- the value to set- Returns:
- this builder
-
documents
public BatchDetectHealthEntityDetails.Builder documents(List<TextDocument> documents)
List of Documents for detect health entities.- Parameters:
documents
- the value to set- Returns:
- this builder
-
linkOntologies
public BatchDetectHealthEntityDetails.Builder linkOntologies(List<String> linkOntologies)
List of NLP health ontologies to be linked- Parameters:
linkOntologies
- the value to set- Returns:
- this builder
-
isDetectAssertions
public BatchDetectHealthEntityDetails.Builder isDetectAssertions(Boolean isDetectAssertions)
is assertion on input text required.default value true.
- Parameters:
isDetectAssertions
- the value to set- Returns:
- this builder
-
isDetectRelationships
public BatchDetectHealthEntityDetails.Builder isDetectRelationships(Boolean isDetectRelationships)
is relationship on input text required.default value true.
- Parameters:
isDetectRelationships
- the value to set- Returns:
- this builder
-
profile
public BatchDetectHealthEntityDetails.Builder profile(Profile profile)
-
build
public BatchDetectHealthEntityDetails build()
-
copy
public BatchDetectHealthEntityDetails.Builder copy(BatchDetectHealthEntityDetails model)
-
-