You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Creates a model package that you can use to create SageMaker models or list on Amazon Web Services
36
-
* Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to
37
-
* model packages listed on Amazon Web Services Marketplace to create models in SageMaker.</p>
35
+
* <p>Creates a model package that you can use to create SageMaker models or list on Amazon Web Services Marketplace, or a versioned model that is part of a model group. Buyers
36
+
* can subscribe to model packages listed on Amazon Web Services Marketplace to create
37
+
* models in SageMaker.</p>
38
38
* <p>To create a model package by specifying a Docker container that contains your
39
39
* inference code and the Amazon S3 location of your model artifacts, provide values for
40
-
* <code>InferenceSpecification</code>. To create a model from an algorithm resource
40
+
* <code>InferenceSpecification</code>. To create a model from an algorithm resource
41
41
* that you created or subscribed to in Amazon Web Services Marketplace, provide a value for
* <p>The Amazon Elastic Container Registry (Amazon ECR) path where inference code is stored.</p>
534
534
* <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,
535
535
* the inference code must meet SageMaker requirements. SageMaker supports both
536
-
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
536
+
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
537
537
* 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
* <p>The container for the metadata for the ClarifyCheck step. For more information,
8911
-
* see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-clarify-check">ClarifyCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>.
8912
-
* </p>
8915
+
* <p>The container for the metadata for the ClarifyCheck step. For more information, see
8916
+
* the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-clarify-check">ClarifyCheck step</a> in the <i>Amazon SageMaker Developer
0 commit comments