Package com.oracle.bmc.aispeech.model
Class EntityListDataset.Builder
- java.lang.Object
- 
- com.oracle.bmc.aispeech.model.EntityListDataset.Builder
 
- 
- Enclosing class:
- EntityListDataset
 
 public static class EntityListDataset.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityListDatasetbuild()EntityListDataset.Buildercopy(EntityListDataset model)EntityListDataset.BuilderentityList(List<EntityList> entityList)Array of entityListsEntityListDataset.BuilderreferenceExamples(List<String> referenceExamples)List of sentences referencing 1 or more entityType matching those defined in the linked entityLists, used to improve accuracy by providing model training context of where/how an entity may appear in a sentence.
 
- 
- 
- 
Method Detail- 
referenceExamplespublic EntityListDataset.Builder referenceExamples(List<String> referenceExamples) List of sentences referencing 1 or more entityType matching those defined in the linked entityLists, used to improve accuracy by providing model training context of where/how an entity may appear in a sentence.EntityTypes referenced in sentences should be written in all caps surrounded by angled braces (i.e “ ” if entityType=patient) - Parameters:
- referenceExamples- the value to set
- Returns:
- this builder
 
 - 
entityListpublic EntityListDataset.Builder entityList(List<EntityList> entityList) Array of entityLists- Parameters:
- entityList- the value to set
- Returns:
- this builder
 
 - 
buildpublic EntityListDataset build() 
 - 
copypublic EntityListDataset.Builder copy(EntityListDataset model) 
 
- 
 
-