Uses of Class
software.amazon.awssdk.services.neptunedata.model.CreateMlEndpointResponse
-
Packages that use CreateMlEndpointResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of CreateMlEndpointResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return CreateMlEndpointResponse Modifier and Type Method Description default CreateMlEndpointResponseNeptunedataClient. createMLEndpoint(Consumer<CreateMlEndpointRequest.Builder> createMlEndpointRequest)Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed.default CreateMlEndpointResponseNeptunedataClient. createMLEndpoint(CreateMlEndpointRequest createMlEndpointRequest)Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type CreateMlEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateMlEndpointResponse>NeptunedataAsyncClient. createMLEndpoint(Consumer<CreateMlEndpointRequest.Builder> createMlEndpointRequest)Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed.default CompletableFuture<CreateMlEndpointResponse>NeptunedataAsyncClient. createMLEndpoint(CreateMlEndpointRequest createMlEndpointRequest)Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed.
-