Uses of Class
com.oracle.bmc.aidocument.requests.PatchModelRequest
-
Packages that use PatchModelRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of PatchModelRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type PatchModelRequest Modifier and Type Method Description PatchModelResponse
AIServiceDocument. patchModel(PatchModelRequest request)
Updates the model metadata only selected path parameter.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)
PatchModelResponse
AIServiceDocumentClient. patchModel(PatchModelRequest request)
Method parameters in com.oracle.bmc.aidocument with type arguments of type PatchModelRequest 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 PatchModelRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.requests that return PatchModelRequest Modifier and Type Method Description PatchModelRequest
PatchModelRequest.Builder. build()
Build the instance of PatchModelRequest as configured by this builderPatchModelRequest
PatchModelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchModelRequest as configured by this builderMethods in com.oracle.bmc.aidocument.requests with parameters of type PatchModelRequest Modifier and Type Method Description PatchModelRequest.Builder
PatchModelRequest.Builder. copy(PatchModelRequest o)
Copy method to populate the builder with values from the given instance.
-