Uses of Class
com.oracle.bmc.generativeai.model.EndpointSummary
-
Packages that use EndpointSummary Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of EndpointSummary in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type EndpointSummary Modifier and Type Method Description Iterable<EndpointSummary>
GenerativeAiPaginators. listEndpointsRecordIterator(ListEndpointsRequest request)
Creates a new iterable which will iterate over theEndpointSummary
objects contained in responses from the listEndpoints operation. -
Uses of EndpointSummary in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return EndpointSummary Modifier and Type Method Description EndpointSummary
EndpointSummary.Builder. build()
Methods in com.oracle.bmc.generativeai.model that return types with arguments of type EndpointSummary Modifier and Type Method Description List<EndpointSummary>
EndpointCollection. getItems()
List of endpoints.Methods in com.oracle.bmc.generativeai.model with parameters of type EndpointSummary Modifier and Type Method Description EndpointSummary.Builder
EndpointSummary.Builder. copy(EndpointSummary model)
Method parameters in com.oracle.bmc.generativeai.model with type arguments of type EndpointSummary Modifier and Type Method Description EndpointCollection.Builder
EndpointCollection.Builder. items(List<EndpointSummary> items)
List of endpoints.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type EndpointSummary Constructor Description EndpointCollection(List<EndpointSummary> items)
Deprecated.
-