Uses of Class
com.oracle.bmc.aispeech.model.CustomizationInferenceEntity
-
Packages that use CustomizationInferenceEntity Package Description com.oracle.bmc.aispeech.model -
-
Uses of CustomizationInferenceEntity in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return CustomizationInferenceEntity Modifier and Type Method Description CustomizationInferenceEntity
CustomizationInferenceEntity.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type CustomizationInferenceEntity Modifier and Type Method Description List<CustomizationInferenceEntity>
CustomizationInference. getEntities()
Entities present in the customizationMethods in com.oracle.bmc.aispeech.model with parameters of type CustomizationInferenceEntity Modifier and Type Method Description CustomizationInferenceEntity.Builder
CustomizationInferenceEntity.Builder. copy(CustomizationInferenceEntity model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type CustomizationInferenceEntity Modifier and Type Method Description CustomizationInference.Builder
CustomizationInference.Builder. entities(List<CustomizationInferenceEntity> entities)
Entities present in the customizationConstructor parameters in com.oracle.bmc.aispeech.model with type arguments of type CustomizationInferenceEntity Constructor Description CustomizationInference(String customizationId, String customizationAlias, String compartmentId, List<CustomizationInferenceEntity> entities)
Deprecated.
-