Uses of Interface
software.amazon.awscdk.services.sagemaker.alpha.IEndpointConfig
Package
Description
Amazon SageMaker Construct Library
-
Uses of IEndpointConfig in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEndpointConfig
.Modifier and TypeClassDescriptionclass
(experimental) Defines a SageMaker EndpointConfig.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IEndpointConfig
EndpointConfig.fromEndpointConfigArn
(software.constructs.Construct scope, String id, String endpointConfigArn) (experimental) Imports an EndpointConfig defined either outside the CDK or in a different CDK stack.static IEndpointConfig
EndpointConfig.fromEndpointConfigName
(software.constructs.Construct scope, String id, String endpointConfigName) (experimental) Imports an EndpointConfig defined either outside the CDK or in a different CDK stack.EndpointProps.getEndpointConfig()
(experimental) The endpoint configuration to use for this endpoint.final IEndpointConfig
EndpointProps.Jsii$Proxy.getEndpointConfig()
Modifier and TypeMethodDescriptionEndpoint.Builder.endpointConfig
(IEndpointConfig endpointConfig) (experimental) The endpoint configuration to use for this endpoint.EndpointProps.Builder.endpointConfig
(IEndpointConfig endpointConfig) Sets the value ofEndpointProps.getEndpointConfig()