Uses of Class
software.amazon.awscdk.services.sagemaker.alpha.EndpointConfigProps.Builder
Package
Description
Amazon SageMaker Construct Library
-
Uses of EndpointConfigProps.Builder in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeMethodDescriptionstatic EndpointConfigProps.Builder
EndpointConfigProps.builder()
EndpointConfigProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofEndpointConfigProps.getEncryptionKey()
EndpointConfigProps.Builder.endpointConfigName
(String endpointConfigName) Sets the value ofEndpointConfigProps.getEndpointConfigName()
EndpointConfigProps.Builder.instanceProductionVariants
(List<? extends InstanceProductionVariantProps> instanceProductionVariants) Sets the value ofEndpointConfigProps.getInstanceProductionVariants()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EndpointConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEndpointConfigProps.Builder
.