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 GetModelTypeResponse
AIServiceLanguage. 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)
GetModelTypeResponse
AIServiceLanguageClient. 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 GetModelTypeRequest
GetModelTypeRequest.Builder. build()
Build the instance of GetModelTypeRequest as configured by this builderGetModelTypeRequest
GetModelTypeRequest.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.Builder
GetModelTypeRequest.Builder. copy(GetModelTypeRequest o)
Copy method to populate the builder with values from the given instance.
-