Class CfnEndpointConfigPropsMixin.RoutingConfigProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEndpointConfigPropsMixin.RoutingConfigProperty : CfnEndpointConfigPropsMixin.IRoutingConfigProperty
Syntax (vb)
Public Class CfnEndpointConfigPropsMixin.RoutingConfigProperty Implements CfnEndpointConfigPropsMixin.IRoutingConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var routingConfigProperty = new RoutingConfigProperty {
RoutingStrategy = "routingStrategy"
};
Synopsis
Constructors
| RoutingConfigProperty() |
Properties
| RoutingStrategy |
Constructors
RoutingConfigProperty()
public RoutingConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var routingConfigProperty = new RoutingConfigProperty {
RoutingStrategy = "routingStrategy"
};
Properties
RoutingStrategy
public string? RoutingStrategy { get; set; }