Show / Hide Table of Contents

Interface IEndpointConfig

(experimental) The interface for a SageMaker EndpointConfig resource.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Sagemaker.Alpha
Assembly: Amazon.CDK.AWS.Sagemaker.Alpha.dll
Syntax (csharp)
public interface IEndpointConfig : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IEndpointConfig Inherits IResource, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

EndpointConfigArn

(experimental) The ARN of the endpoint configuration.

EndpointConfigName

(experimental) The name of the endpoint configuration.

Properties

EndpointConfigArn

(experimental) The ARN of the endpoint configuration.

string EndpointConfigArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

EndpointConfigName

(experimental) The name of the endpoint configuration.

string EndpointConfigName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX