| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
AmazonSageMakerClient.createEndpoint(CreateEndpointRequest request)
Creates an endpoint using the endpoint configuration specified in the request.
|
CreateEndpointResult |
AbstractAmazonSageMaker.createEndpoint(CreateEndpointRequest request) |
CreateEndpointResult |
AmazonSageMaker.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointResult> |
AmazonSageMakerAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AmazonSageMakerAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint using the endpoint configuration specified in the request.
|
Future<CreateEndpointResult> |
AbstractAmazonSageMakerAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
CreateEndpointResult.clone() |
CreateEndpointResult |
CreateEndpointResult.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Copyright © 2024. All rights reserved.