Uses of Interface
software.amazon.awscdk.services.sagemaker.alpha.IEndpoint
Package
Description
Amazon SageMaker Construct Library
-
Uses of IEndpoint in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEndpoint
.Modifier and TypeClassDescriptionclass
(experimental) Defines a SageMaker endpoint.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IEndpoint
Endpoint.fromEndpointArn
(software.constructs.Construct scope, String id, String endpointArn) (experimental) Imports an Endpoint defined either outside the CDK or in a different CDK stack.static IEndpoint
Endpoint.fromEndpointAttributes
(software.constructs.Construct scope, String id, EndpointAttributes attrs) (experimental) Imports an Endpoint defined either outside the CDK or in a different CDK stack.static IEndpoint
Endpoint.fromEndpointName
(software.constructs.Construct scope, String id, String endpointName) (experimental) Imports an Endpoint defined either outside the CDK or in a different CDK stack.