Uses of Class
com.oracle.bmc.aispeech.model.CustomizationSummary
-
Packages that use CustomizationSummary Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.model -
-
Uses of CustomizationSummary in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return types with arguments of type CustomizationSummary Modifier and Type Method Description Iterable<CustomizationSummary>
AIServiceSpeechPaginators. listCustomizationsRecordIterator(ListCustomizationsRequest request)
Creates a new iterable which will iterate over theCustomizationSummary
objects contained in responses from the listCustomizations operation. -
Uses of CustomizationSummary in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return CustomizationSummary Modifier and Type Method Description CustomizationSummary
CustomizationSummary.Builder. build()
Methods in com.oracle.bmc.aispeech.model that return types with arguments of type CustomizationSummary Modifier and Type Method Description List<CustomizationSummary>
CustomizationCollection. getItems()
List of Customization training jobs.Methods in com.oracle.bmc.aispeech.model with parameters of type CustomizationSummary Modifier and Type Method Description CustomizationSummary.Builder
CustomizationSummary.Builder. copy(CustomizationSummary model)
Method parameters in com.oracle.bmc.aispeech.model with type arguments of type CustomizationSummary Modifier and Type Method Description CustomizationCollection.Builder
CustomizationCollection.Builder. items(List<CustomizationSummary> items)
List of Customization training jobs.Constructor parameters in com.oracle.bmc.aispeech.model with type arguments of type CustomizationSummary Constructor Description CustomizationCollection(List<CustomizationSummary> items)
Deprecated.
-