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