Skip to content

Commit 05e2c9f

Browse files
Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
1 parent 3f40c27 commit 05e2c9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generator/ServiceModels/sagemaker/sagemaker-2017-07-24.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2835,7 +2835,7 @@
28352835
"DeployedImage$SpecifiedImage": "<p>The image path you specified when you created the model.</p>",
28362836
"DeployedImage$ResolvedImage": "<p>The specific digest path of the image hosted in this <code>ProductionVariant</code>.</p>",
28372837
"InferenceComponentContainerSpecification$Image": "<p>The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.</p>",
2838-
"ModelPackageContainerDefinition$Image": "<p>The Amazon EC2 Container Registry path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>",
2838+
"ModelPackageContainerDefinition$Image": "<p>The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>",
28392839
"TrainingSpecification$TrainingImage": "<p>The Amazon ECR registry path of the Docker image that contains the training algorithm.</p>"
28402840
}
28412841
},

generator/ServiceModels/sagemaker/sagemaker-2017-07-24.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29903,7 +29903,7 @@
2990329903
},
2990429904
"Image":{
2990529905
"shape":"ContainerImage",
29906-
"documentation":"<p>The Amazon EC2 Container Registry path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>"
29906+
"documentation":"<p>The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>"
2990729907
},
2990829908
"ImageDigest":{
2990929909
"shape":"ImageDigest",

sdk/src/Services/SageMaker/Generated/Model/ModelPackageContainerDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ internal bool IsSetFrameworkVersion()
147147
/// <summary>
148148
/// Gets and sets the property Image.
149149
/// <para>
150-
/// The Amazon EC2 Container Registry path where inference code is stored.
150+
/// The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored.
151151
/// </para>
152152
///
153153
/// <para>

0 commit comments

Comments
 (0)