Uses of Class
com.oracle.bmc.aidocument.requests.GetModelTypeRequest
-
Packages that use GetModelTypeRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of GetModelTypeRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type GetModelTypeRequest Modifier and Type Method Description GetModelTypeResponseAIServiceDocument. getModelType(GetModelTypeRequest request)Gets model capabilitiesFuture<GetModelTypeResponse>AIServiceDocumentAsync. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler)Gets model capabilitiesFuture<GetModelTypeResponse>AIServiceDocumentAsyncClient. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler)GetModelTypeResponseAIServiceDocumentClient. getModelType(GetModelTypeRequest request)Method parameters in com.oracle.bmc.aidocument with type arguments of type GetModelTypeRequest Modifier and Type Method Description Future<GetModelTypeResponse>AIServiceDocumentAsync. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler)Gets model capabilitiesFuture<GetModelTypeResponse>AIServiceDocumentAsyncClient. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler) -
Uses of GetModelTypeRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.requests that return GetModelTypeRequest Modifier and Type Method Description GetModelTypeRequestGetModelTypeRequest.Builder. build()Build the instance of GetModelTypeRequest as configured by this builderGetModelTypeRequestGetModelTypeRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetModelTypeRequest as configured by this builderMethods in com.oracle.bmc.aidocument.requests with parameters of type GetModelTypeRequest Modifier and Type Method Description GetModelTypeRequest.BuilderGetModelTypeRequest.Builder. copy(GetModelTypeRequest o)Copy method to populate the builder with values from the given instance.
-