Uses of Class
com.oracle.bmc.ailanguage.responses.GetModelTypeResponse
-
Packages that use GetModelTypeResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of GetModelTypeResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return GetModelTypeResponse Modifier and Type Method Description GetModelTypeResponseAIServiceLanguage. getModelType(GetModelTypeRequest request)Gets model capabilitiesGetModelTypeResponseAIServiceLanguageClient. getModelType(GetModelTypeRequest request)Methods in com.oracle.bmc.ailanguage that return types with arguments of type GetModelTypeResponse 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)Method parameters in com.oracle.bmc.ailanguage with type arguments of type GetModelTypeResponse 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 GetModelTypeResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return GetModelTypeResponse Modifier and Type Method Description GetModelTypeResponseGetModelTypeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type GetModelTypeResponse Modifier and Type Method Description GetModelTypeResponse.BuilderGetModelTypeResponse.Builder. copy(GetModelTypeResponse o)Copy method to populate the builder with values from the given instance.
-