Interface IEndpointConfig
(experimental) The interface for a SageMaker EndpointConfig resource.
Namespace: Amazon.CDK.AWS.Sagemaker.Alpha
Assembly: Amazon.CDK.AWS.Sagemaker.Alpha.dll
Syntax (csharp)
public interface IEndpointConfig : IResource
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
System.String
Remarks
Stability: Experimental
Attribute: true
EndpointConfigName
(experimental) The name of the endpoint configuration.
string EndpointConfigName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true