diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts index 63f69c6cae85..cfcdbcb9c74c 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts @@ -32,14 +32,14 @@ export interface CreateModelPackageCommandInput extends CreateModelPackageInput export interface CreateModelPackageCommandOutput extends CreateModelPackageOutput, __MetadataBearer {} /** - *

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 can subscribe to - * model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

+ *

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 + * can subscribe to model packages listed on Amazon Web Services Marketplace to create + * models in SageMaker.

*

To create a model package by specifying a Docker container that contains your * inference code and the Amazon S3 location of your model artifacts, provide values for - * InferenceSpecification. To create a model from an algorithm resource + * InferenceSpecification. To create a model from an algorithm resource * that you created or subscribed to in Amazon Web Services Marketplace, provide a value for - * SourceAlgorithmSpecification.

+ * SourceAlgorithmSpecification.

* *

There are two types of model packages:

*