Uses of Interface
software.amazon.awscdk.services.sagemaker.alpha.IEndpointConfig
Packages that use IEndpointConfig
Package
Description
Amazon SageMaker Construct Library
-
Uses of IEndpointConfig in software.amazon.awscdk.services.sagemaker.alpha
Subinterfaces of IEndpointConfig in software.amazon.awscdk.services.sagemaker.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEndpointConfig.Classes in software.amazon.awscdk.services.sagemaker.alpha that implement IEndpointConfigModifier and TypeClassDescriptionclass(experimental) Defines a SageMaker EndpointConfig.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.sagemaker.alpha that return IEndpointConfigModifier and TypeMethodDescriptionstatic IEndpointConfigEndpointConfig.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 IEndpointConfigEndpointConfig.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 IEndpointConfigEndpointProps.Jsii$Proxy.getEndpointConfig()Methods in software.amazon.awscdk.services.sagemaker.alpha with parameters of type IEndpointConfigModifier 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()