Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetMlEndpointResponse
-
Packages that use GetMlEndpointResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetMlEndpointResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetMlEndpointResponse Modifier and Type Method Description default GetMlEndpointResponseNeptunedataClient. getMLEndpoint(Consumer<GetMlEndpointRequest.Builder> getMlEndpointRequest)Retrieves details about an inference endpoint.default GetMlEndpointResponseNeptunedataClient. getMLEndpoint(GetMlEndpointRequest getMlEndpointRequest)Retrieves details about an inference endpoint.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetMlEndpointResponse Modifier and Type Method Description default CompletableFuture<GetMlEndpointResponse>NeptunedataAsyncClient. getMLEndpoint(Consumer<GetMlEndpointRequest.Builder> getMlEndpointRequest)Retrieves details about an inference endpoint.default CompletableFuture<GetMlEndpointResponse>NeptunedataAsyncClient. getMLEndpoint(GetMlEndpointRequest getMlEndpointRequest)Retrieves details about an inference endpoint.
-