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