Show / Hide Table of Contents

Class CfnEndpointConfigPropsMixin.RoutingConfigProperty

Inheritance
object
CfnEndpointConfigPropsMixin.RoutingConfigProperty
Implements
CfnEndpointConfigPropsMixin.IRoutingConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-routingconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-routingconfig.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-routingconfig.html#cfn-sagemaker-endpointconfig-routingconfig-routingstrategy

Implements

CfnEndpointConfigPropsMixin.IRoutingConfigProperty
Back to top Generated by DocFX