interface RoutingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnEndpointConfig.RoutingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_RoutingConfigProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.RoutingConfigProperty |
Python | aws_cdk.aws_sagemaker.CfnEndpointConfig.RoutingConfigProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnEndpointConfig » RoutingConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const routingConfigProperty: sagemaker.CfnEndpointConfig.RoutingConfigProperty = {
routingStrategy: 'routingStrategy',
};
Properties
| Name | Type | Description |
|---|---|---|
| routing | string |
routingStrategy?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript