| 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 |
|---|---|
CreateEndpointConfigResult |
AmazonSageMakerClient.createEndpointConfig(CreateEndpointConfigRequest request)
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
|
CreateEndpointConfigResult |
AbstractAmazonSageMaker.createEndpointConfig(CreateEndpointConfigRequest request) |
CreateEndpointConfigResult |
AmazonSageMaker.createEndpointConfig(CreateEndpointConfigRequest createEndpointConfigRequest)
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointConfigResult> |
AmazonSageMakerAsyncClient.createEndpointConfigAsync(CreateEndpointConfigRequest request,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler) |
Future<CreateEndpointConfigResult> |
AbstractAmazonSageMakerAsync.createEndpointConfigAsync(CreateEndpointConfigRequest request,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler) |
Future<CreateEndpointConfigResult> |
AmazonSageMakerAsync.createEndpointConfigAsync(CreateEndpointConfigRequest createEndpointConfigRequest,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler)
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointConfigResult |
CreateEndpointConfigResult.clone() |
CreateEndpointConfigResult |
CreateEndpointConfigResult.withEndpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
|
Copyright © 2025. All rights reserved.