|
3476 | 3476 | {"shape":"ResourceNotFound"},
|
3477 | 3477 | {"shape":"ConflictException"}
|
3478 | 3478 | ],
|
3479 |
| - "documentation":"<p>Update a SageMaker HyperPod cluster.</p>" |
| 3479 | + "documentation":"<p>Updates a SageMaker HyperPod cluster.</p>" |
| 3480 | + }, |
| 3481 | + "UpdateClusterSoftware":{ |
| 3482 | + "name":"UpdateClusterSoftware", |
| 3483 | + "http":{ |
| 3484 | + "method":"POST", |
| 3485 | + "requestUri":"/" |
| 3486 | + }, |
| 3487 | + "input":{"shape":"UpdateClusterSoftwareRequest"}, |
| 3488 | + "output":{"shape":"UpdateClusterSoftwareResponse"}, |
| 3489 | + "errors":[ |
| 3490 | + {"shape":"ResourceNotFound"}, |
| 3491 | + {"shape":"ConflictException"} |
| 3492 | + ], |
| 3493 | + "documentation":"<p>Updates the platform software of a SageMaker HyperPod cluster for security patching. To learn how to use this API, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-operate.html#sagemaker-hyperpod-operate-cli-command-update-cluster-software\">Update the SageMaker HyperPod platform software of a cluster</a>.</p>" |
3480 | 3494 | },
|
3481 | 3495 | "UpdateCodeRepository":{
|
3482 | 3496 | "name":"UpdateCodeRepository",
|
|
25853 | 25867 | "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>"
|
25854 | 25868 | }
|
25855 | 25869 | },
|
25856 |
| - "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>" |
| 25870 | + "documentation":"<p>Provides information about the location that is configured for storing model artifacts. </p> <p>Model artifacts are outputs that result from training a model. They typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata. A SageMaker container stores your trained model artifacts in the <code>/opt/ml/model</code> directory. After training has completed, by default, these artifacts are uploaded to your Amazon S3 bucket as compressed files.</p>" |
25857 | 25871 | },
|
25858 | 25872 | "ModelBiasAppSpecification":{
|
25859 | 25873 | "type":"structure",
|
|
35782 | 35796 | }
|
35783 | 35797 | }
|
35784 | 35798 | },
|
| 35799 | + "UpdateClusterSoftwareRequest":{ |
| 35800 | + "type":"structure", |
| 35801 | + "required":["ClusterName"], |
| 35802 | + "members":{ |
| 35803 | + "ClusterName":{ |
| 35804 | + "shape":"ClusterNameOrArn", |
| 35805 | + "documentation":"<p>Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.</p>" |
| 35806 | + } |
| 35807 | + } |
| 35808 | + }, |
| 35809 | + "UpdateClusterSoftwareResponse":{ |
| 35810 | + "type":"structure", |
| 35811 | + "required":["ClusterArn"], |
| 35812 | + "members":{ |
| 35813 | + "ClusterArn":{ |
| 35814 | + "shape":"ClusterArn", |
| 35815 | + "documentation":"<p>The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster being updated for security patching.</p>" |
| 35816 | + } |
| 35817 | + } |
| 35818 | + }, |
35785 | 35819 | "UpdateCodeRepositoryInput":{
|
35786 | 35820 | "type":"structure",
|
35787 | 35821 | "required":["CodeRepositoryName"],
|
|
0 commit comments