| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointResponse |
SageMakerClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
default CreateEndpointResponse |
SageMakerClient.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.