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 53d862b commit 70eea3eCopy full SHA for 70eea3e
clients/client-sagemaker/src/models/models_0.ts
@@ -530,7 +530,7 @@ export interface ModelPackageContainerDefinition {
530
ContainerHostname?: string | undefined;
531
532
/**
533
- * <p>The Amazon EC2 Container Registry path where inference code is stored.</p>
+ * <p>The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored.</p>
534
* <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,
535
* the inference code must meet SageMaker requirements. SageMaker supports both
536
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
0 commit comments