Uses of Class
com.oracle.bmc.datascience.model.UpdateModelVersionSetDetails
-
Packages that use UpdateModelVersionSetDetails Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of UpdateModelVersionSetDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return UpdateModelVersionSetDetails Modifier and Type Method Description UpdateModelVersionSetDetails
UpdateModelVersionSetDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type UpdateModelVersionSetDetails Modifier and Type Method Description UpdateModelVersionSetDetails.Builder
UpdateModelVersionSetDetails.Builder. copy(UpdateModelVersionSetDetails model)
-
Uses of UpdateModelVersionSetDetails in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return UpdateModelVersionSetDetails Modifier and Type Method Description UpdateModelVersionSetDetails
UpdateModelVersionSetRequest. getBody$()
Alternative accessor for the body parameter.UpdateModelVersionSetDetails
UpdateModelVersionSetRequest. getUpdateModelVersionSetDetails()
Details for updating a model version set.Methods in com.oracle.bmc.datascience.requests with parameters of type UpdateModelVersionSetDetails Modifier and Type Method Description UpdateModelVersionSetRequest.Builder
UpdateModelVersionSetRequest.Builder. body$(UpdateModelVersionSetDetails body)
Alternative setter for the body parameter.UpdateModelVersionSetRequest.Builder
UpdateModelVersionSetRequest.Builder. updateModelVersionSetDetails(UpdateModelVersionSetDetails updateModelVersionSetDetails)
Details for updating a model version set.
-