| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEndpointConfigResponse> |
SageMakerAsyncClient.createEndpointConfig(Consumer<CreateEndpointConfigRequest.Builder> createEndpointConfigRequest)
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
|
default CreateEndpointConfigResponse |
SageMakerClient.createEndpointConfig(Consumer<CreateEndpointConfigRequest.Builder> createEndpointConfigRequest)
Creates an endpoint configuration that SageMaker hosting services uses to deploy models.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.asyncInferenceConfig(Consumer<AsyncInferenceConfig.Builder> asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
static CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.builder() |
default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.dataCaptureConfig(Consumer<DataCaptureConfig.Builder> dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.dataCaptureConfig(DataCaptureConfig dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.explainerConfig(Consumer<ExplainerConfig.Builder> explainerConfig)
A member of
CreateEndpointConfig that enables explainers. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.explainerConfig(ExplainerConfig explainerConfig)
A member of
CreateEndpointConfig that enables explainers. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.kmsKeyId(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.Builder |
CreateEndpointConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(Collection<ProductionVariant> productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this
endpoint. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(Consumer<ProductionVariant.Builder>... productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this
endpoint. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(ProductionVariant... productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this
endpoint. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.shadowProductionVariants(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.Builder |
CreateEndpointConfigRequest.Builder.shadowProductionVariants(Consumer<ProductionVariant.Builder>... 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.Builder |
CreateEndpointConfigRequest.Builder.shadowProductionVariants(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.Builder |
CreateEndpointConfigRequest.Builder.tags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.tags(Tag... tags)
An array of key-value pairs.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEndpointConfigRequest.Builder> |
CreateEndpointConfigRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.