Uses of Class
com.oracle.bmc.ailanguage.requests.GetModelTypeRequest
-
Packages that use GetModelTypeRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of GetModelTypeRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type GetModelTypeRequest Modifier and Type Method Description GetModelTypeResponseAIServiceLanguage. getModelType(GetModelTypeRequest request)Gets model capabilitiesFuture<GetModelTypeResponse>AIServiceLanguageAsync. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler)Gets model capabilitiesFuture<GetModelTypeResponse>AIServiceLanguageAsyncClient. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler)GetModelTypeResponseAIServiceLanguageClient. getModelType(GetModelTypeRequest request)Method parameters in com.oracle.bmc.ailanguage with type arguments of type GetModelTypeRequest Modifier and Type Method Description Future<GetModelTypeResponse>AIServiceLanguageAsync. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler)Gets model capabilitiesFuture<GetModelTypeResponse>AIServiceLanguageAsyncClient. getModelType(GetModelTypeRequest request, AsyncHandler<GetModelTypeRequest,GetModelTypeResponse> handler) -
Uses of GetModelTypeRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-