We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6213979 commit b42d744Copy full SHA for b42d744
packages/@aws-cdk/aws-sagemaker-alpha/lib/endpoint-config.ts
@@ -476,7 +476,7 @@ export class EndpointConfig extends cdk.Resource implements IEndpointConfig {
476
if (this._instanceProductionVariants.length === 0) {
477
throw new Error('renderInstanceProductionVariants called but no instance variants are configured');
478
}
479
-
+
480
return this._instanceProductionVariants.map( v => ({
481
acceleratorType: v.acceleratorType?.toString(),
482
initialInstanceCount: v.initialInstanceCount,
0 commit comments