Uses of Class
com.oracle.bmc.goldengate.model.AiModelSummary
-
Packages that use AiModelSummary Package Description com.oracle.bmc.goldengate.model -
-
Uses of AiModelSummary in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AiModelSummary Modifier and Type Method Description AiModelSummaryAiModelSummary.Builder. build()Methods in com.oracle.bmc.goldengate.model that return types with arguments of type AiModelSummary Modifier and Type Method Description List<AiModelSummary>AiModelCollection. getItems()An array of AI models.List<AiModelSummary>AiProviderSummary. getModels()List of AI models supported by this provider, when available.Methods in com.oracle.bmc.goldengate.model with parameters of type AiModelSummary Modifier and Type Method Description AiModelSummary.BuilderAiModelSummary.Builder. copy(AiModelSummary model)Method parameters in com.oracle.bmc.goldengate.model with type arguments of type AiModelSummary Modifier and Type Method Description AiModelCollection.BuilderAiModelCollection.Builder. items(List<AiModelSummary> items)An array of AI models.AiProviderSummary.BuilderAiProviderSummary.Builder. models(List<AiModelSummary> models)List of AI models supported by this provider, when available.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type AiModelSummary Constructor Description AiModelCollection(List<AiModelSummary> items)Deprecated.
-