Uses of Class
com.oracle.bmc.generativeai.model.HostedDeploymentSummary
-
Packages that use HostedDeploymentSummary Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of HostedDeploymentSummary in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type HostedDeploymentSummary Modifier and Type Method Description Iterable<HostedDeploymentSummary>GenerativeAiPaginators. listHostedDeploymentsRecordIterator(ListHostedDeploymentsRequest request)Creates a new iterable which will iterate over theHostedDeploymentSummaryobjects contained in responses from the listHostedDeployments operation. -
Uses of HostedDeploymentSummary in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return HostedDeploymentSummary Modifier and Type Method Description HostedDeploymentSummaryHostedDeploymentSummary.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type HostedDeploymentSummary Modifier and Type Method Description List<HostedDeploymentSummary>HostedDeploymentCollection. getItems()List of hosted deployments.Methods in com.oracle.bmc.generativeai.model with parameters of type HostedDeploymentSummary Modifier and Type Method Description HostedDeploymentSummary.BuilderHostedDeploymentSummary.Builder. copy(HostedDeploymentSummary model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type HostedDeploymentSummary Modifier and Type Method Description HostedDeploymentCollection.BuilderHostedDeploymentCollection.Builder. items(List<HostedDeploymentSummary> items)List of hosted deployments.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type HostedDeploymentSummary Constructor Description HostedDeploymentCollection(List<HostedDeploymentSummary> items)Deprecated.
-