Uses of Class
software.amazon.awssdk.services.neptunedata.model.CreateMlEndpointRequest
-
Packages that use CreateMlEndpointRequest Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.transform -
-
Uses of CreateMlEndpointRequest in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata with parameters of type CreateMlEndpointRequest Modifier and Type Method Description 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.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. -
Uses of CreateMlEndpointRequest in software.amazon.awssdk.services.neptunedata.transform
Methods in software.amazon.awssdk.services.neptunedata.transform with parameters of type CreateMlEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateMlEndpointRequestMarshaller. marshall(CreateMlEndpointRequest createMlEndpointRequest)
-