Uses of Class
com.oracle.bmc.generativeai.model.ImportedModelSummary
-
Packages that use ImportedModelSummary Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of ImportedModelSummary in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type ImportedModelSummary Modifier and Type Method Description Iterable<ImportedModelSummary>GenerativeAiPaginators. listImportedModelsRecordIterator(ListImportedModelsRequest request)Creates a new iterable which will iterate over theImportedModelSummaryobjects contained in responses from the listImportedModels operation. -
Uses of ImportedModelSummary in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ImportedModelSummary Modifier and Type Method Description ImportedModelSummaryImportedModelSummary.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type ImportedModelSummary Modifier and Type Method Description List<ImportedModelSummary>ImportedModelCollection. getItems()Represents the result of a list operation for imported models.Methods in com.oracle.bmc.generativeai.model with parameters of type ImportedModelSummary Modifier and Type Method Description ImportedModelSummary.BuilderImportedModelSummary.Builder. copy(ImportedModelSummary model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type ImportedModelSummary Modifier and Type Method Description ImportedModelCollection.BuilderImportedModelCollection.Builder. items(List<ImportedModelSummary> items)Represents the result of a list operation for imported models.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type ImportedModelSummary Constructor Description ImportedModelCollection(List<ImportedModelSummary> items)Deprecated.
-