Uses of Class
com.oracle.bmc.aidocument.responses.PatchModelResponse
-
Packages that use PatchModelResponse Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.responses -
-
Uses of PatchModelResponse in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return PatchModelResponse Modifier and Type Method Description PatchModelResponse
AIServiceDocument. patchModel(PatchModelRequest request)
Updates the model metadata only selected path parameter.PatchModelResponse
AIServiceDocumentClient. patchModel(PatchModelRequest request)
Methods in com.oracle.bmc.aidocument that return types with arguments of type PatchModelResponse Modifier and Type Method Description Future<PatchModelResponse>
AIServiceDocumentAsync. patchModel(PatchModelRequest request, AsyncHandler<PatchModelRequest,PatchModelResponse> handler)
Updates the model metadata only selected path parameter.Future<PatchModelResponse>
AIServiceDocumentAsyncClient. patchModel(PatchModelRequest request, AsyncHandler<PatchModelRequest,PatchModelResponse> handler)
Method parameters in com.oracle.bmc.aidocument with type arguments of type PatchModelResponse Modifier and Type Method Description Future<PatchModelResponse>
AIServiceDocumentAsync. patchModel(PatchModelRequest request, AsyncHandler<PatchModelRequest,PatchModelResponse> handler)
Updates the model metadata only selected path parameter.Future<PatchModelResponse>
AIServiceDocumentAsyncClient. patchModel(PatchModelRequest request, AsyncHandler<PatchModelRequest,PatchModelResponse> handler)
-
Uses of PatchModelResponse in com.oracle.bmc.aidocument.responses
Methods in com.oracle.bmc.aidocument.responses that return PatchModelResponse Modifier and Type Method Description PatchModelResponse
PatchModelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aidocument.responses with parameters of type PatchModelResponse Modifier and Type Method Description PatchModelResponse.Builder
PatchModelResponse.Builder. copy(PatchModelResponse o)
Copy method to populate the builder with values from the given instance.
-