| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon 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 Amazon SageMaker hosting services uses to deploy models.
|
default CreateEndpointConfigResponse |
SageMakerClient.createEndpointConfig(Consumer<CreateEndpointConfigRequest.Builder> createEndpointConfigRequest)
Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.kmsKeyId(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.Builder |
CreateEndpointConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(Collection<ProductionVariant> productionVariants)
An list 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 list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(ProductionVariant... productionVariants)
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
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 © 2021. All rights reserved.