| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Definition of the public APIs exposed by SageMaker
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<CreateEndpointConfigResult> |
AmazonSageMakerAsyncClient.createEndpointConfigAsync(CreateEndpointConfigRequest request,
AsyncHandler<CreateEndpointConfigRequest,CreateEndpointConfigResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.clone() |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withEndpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a AWS 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 array of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withProductionVariants(ProductionVariant... productionVariants)
An array 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 © 2018. All rights reserved.