Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreateEndpointRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreateEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>SageMakerAsyncClient. createEndpoint(CreateEndpointRequest 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. -
Uses of CreateEndpointRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreateEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateEndpointRequestMarshaller. marshall(CreateEndpointRequest createEndpointRequest)
-