Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateEndpointResponse
-
Packages that use CreateEndpointResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateEndpointResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateEndpointResponse Modifier and Type Method Description default CreateEndpointResponseSageMakerClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint using the endpoint configuration specified in the request.default CreateEndpointResponseSageMakerClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the endpoint configuration specified in the request.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>SageMakerAsyncClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint using the endpoint configuration specified in the request.default CompletableFuture<CreateEndpointResponse>SageMakerAsyncClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint using the endpoint configuration specified in the request.
-