Uses of Class
com.oracle.bmc.ailanguage.model.ModelSummary
-
Packages that use ModelSummary Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.model -
-
Uses of ModelSummary in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return types with arguments of type ModelSummary Modifier and Type Method Description Iterable<ModelSummary>
AIServiceLanguagePaginators. listModelsRecordIterator(ListModelsRequest request)
Creates a new iterable which will iterate over theModelSummary
objects contained in responses from the listModels operation. -
Uses of ModelSummary in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return ModelSummary Modifier and Type Method Description ModelSummary
ModelSummary.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type ModelSummary Modifier and Type Method Description List<ModelSummary>
ModelCollection. getItems()
List of modelsMethods in com.oracle.bmc.ailanguage.model with parameters of type ModelSummary Modifier and Type Method Description ModelSummary.Builder
ModelSummary.Builder. copy(ModelSummary model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type ModelSummary Modifier and Type Method Description ModelCollection.Builder
ModelCollection.Builder. items(List<ModelSummary> items)
List of modelsConstructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type ModelSummary Constructor Description ModelCollection(List<ModelSummary> items)
Deprecated.
-