Uses of Class
com.oracle.bmc.aianomalydetection.model.ModelCollection
-
Packages that use ModelCollection Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.responses -
-
Uses of ModelCollection in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return ModelCollection Modifier and Type Method Description ModelCollection
ModelCollection.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type ModelCollection Modifier and Type Method Description ModelCollection.Builder
ModelCollection.Builder. copy(ModelCollection model)
-
Uses of ModelCollection in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return ModelCollection Modifier and Type Method Description ModelCollection
ListModelsResponse. getModelCollection()
The returned ModelCollection instance.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type ModelCollection Modifier and Type Method Description ListModelsResponse.Builder
ListModelsResponse.Builder. modelCollection(ModelCollection modelCollection)
The returned ModelCollection instance.
-