| 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 |
|---|---|
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 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.withEnableNetworkIsolation(Boolean enableNetworkIsolation)
Sets whether all model containers deployed to the endpoint are isolated.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withEndpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform actions on your behalf.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withExplainerConfig(ExplainerConfig explainerConfig)
A member of
CreateEndpointConfig that enables explainers. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that 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.withShadowProductionVariants(Collection<ProductionVariant> shadowProductionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on ProductionVariants. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withShadowProductionVariants(ProductionVariant... shadowProductionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint in
shadow mode with production traffic replicated from the model specified on ProductionVariants. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withTags(Tag... tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2025. All rights reserved.