| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointConfigResult> |
AmazonSageMakerAsyncClient.createEndpointConfigAsync(CreateEndpointConfigRequest request,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler) |
Future<CreateEndpointConfigResult> |
AmazonSageMakerAsync.createEndpointConfigAsync(CreateEndpointConfigRequest createEndpointConfigRequest,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler)
Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models.
|
Future<CreateEndpointConfigResult> |
AbstractAmazonSageMakerAsync.createEndpointConfigAsync(CreateEndpointConfigRequest request,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.clone() |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withDataCaptureConfig(DataCaptureConfig dataCaptureConfig) |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withEndpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to
encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withProductionVariants(Collection<ProductionVariant> productionVariants)
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withProductionVariants(ProductionVariant... productionVariants)
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Tag... tags)
An array of key-value pairs.
|
Copyright © 2022. All rights reserved.