Skip to content

Commit 7ee78b6

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one.
1 parent 4a6f5c4 commit 7ee78b6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6799,7 +6799,7 @@
67996799
},
68006800
"ServiceCatalogProvisioningDetails":{
68016801
"shape":"ServiceCatalogProvisioningDetails",
6802-
"documentation":"<p>The product ID and provisioning artifact ID to provision a service catalog. For information, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>"
6802+
"documentation":"<p>The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>"
68036803
},
68046804
"Tags":{
68056805
"shape":"TagList",
@@ -17399,7 +17399,7 @@
1739917399
"documentation":"<p>The path of the S3 object that contains the model artifacts. For example, <code>s3://bucket-name/keynameprefix/model.tar.gz</code>.</p>"
1740017400
}
1740117401
},
17402-
"documentation":"<p>Provides information about the location that is configured for storing model artifacts. </p> <p>Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model defintion that describes how to compute inferences, and other metadata.</p>"
17402+
"documentation":"<p>Provides information about the location that is configured for storing model artifacts. </p> <p>Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.</p>"
1740317403
},
1740417404
"ModelBiasAppSpecification":{
1740517405
"type":"structure",
@@ -21551,10 +21551,7 @@
2155121551
},
2155221552
"ServiceCatalogProvisioningDetails":{
2155321553
"type":"structure",
21554-
"required":[
21555-
"ProductId",
21556-
"ProvisioningArtifactId"
21557-
],
21554+
"required":["ProductId"],
2155821555
"members":{
2155921556
"ProductId":{
2156021557
"shape":"ServiceCatalogEntityId",

0 commit comments

Comments
 (0)