Uses of Class
com.oracle.bmc.datascience.requests.UpdateModelVersionSetRequest
-
Packages that use UpdateModelVersionSetRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of UpdateModelVersionSetRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type UpdateModelVersionSetRequest Modifier and Type Method Description UpdateModelVersionSetResponse
DataScience. updateModelVersionSet(UpdateModelVersionSetRequest request)
Updates the properties of a model version set.Future<UpdateModelVersionSetResponse>
DataScienceAsync. updateModelVersionSet(UpdateModelVersionSetRequest request, AsyncHandler<UpdateModelVersionSetRequest,UpdateModelVersionSetResponse> handler)
Updates the properties of a model version set.Future<UpdateModelVersionSetResponse>
DataScienceAsyncClient. updateModelVersionSet(UpdateModelVersionSetRequest request, AsyncHandler<UpdateModelVersionSetRequest,UpdateModelVersionSetResponse> handler)
UpdateModelVersionSetResponse
DataScienceClient. updateModelVersionSet(UpdateModelVersionSetRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type UpdateModelVersionSetRequest Modifier and Type Method Description Future<UpdateModelVersionSetResponse>
DataScienceAsync. updateModelVersionSet(UpdateModelVersionSetRequest request, AsyncHandler<UpdateModelVersionSetRequest,UpdateModelVersionSetResponse> handler)
Updates the properties of a model version set.Future<UpdateModelVersionSetResponse>
DataScienceAsyncClient. updateModelVersionSet(UpdateModelVersionSetRequest request, AsyncHandler<UpdateModelVersionSetRequest,UpdateModelVersionSetResponse> handler)
-
Uses of UpdateModelVersionSetRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return UpdateModelVersionSetRequest Modifier and Type Method Description UpdateModelVersionSetRequest
UpdateModelVersionSetRequest.Builder. build()
Build the instance of UpdateModelVersionSetRequest as configured by this builderUpdateModelVersionSetRequest
UpdateModelVersionSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateModelVersionSetRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type UpdateModelVersionSetRequest Modifier and Type Method Description UpdateModelVersionSetRequest.Builder
UpdateModelVersionSetRequest.Builder. copy(UpdateModelVersionSetRequest o)
Copy method to populate the builder with values from the given instance.
-