AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-04 · Documentation low

File: cli/latest/reference/cleanroomsml/get-collaboration-trained-model.md

Summary

Added version identifier parameter and documentation for retrieving specific model versions. Expanded output details about incremental training channels and training input mode.

Security assessment

The changes enhance model version tracking and metadata visibility but don't address security vulnerabilities or introduce new security controls. The version identifier addition improves traceability but isn't a security feature by itself.

Diff

diff --git a/cli/latest/reference/cleanroomsml/get-collaboration-trained-model.md b/cli/latest/reference/cleanroomsml/get-collaboration-trained-model.md
index 5ae7cda1a..a04107cdb 100644
--- a//cli/latest/reference/cleanroomsml/get-collaboration-trained-model.md
+++ b//cli/latest/reference/cleanroomsml/get-collaboration-trained-model.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »
@@ -68,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/cleanr
+    [--version-identifier <value>]
@@ -100,0 +102,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/cleanr
+`--version-identifier` (string)
+
+> The version identifier of the trained model to retrieve. If not specified, the operation returns information about the latest version of the trained model.
+
@@ -211,0 +217,24 @@ trainedModelArn -> (string)
+versionIdentifier -> (string)
+
+> The version identifier of the trained model. This unique identifier distinguishes this version from other versions of the same trained model.
+
+incrementalTrainingDataChannels -> (list)
+
+> Information about the incremental training data channels used to create this version of the trained model. This includes details about the base model that was used for incremental training and the channel configuration.
+> 
+> (structure)
+>
+>> Contains information about an incremental training data channel that was used to create a trained model. This structure provides details about the base model and channel configuration used during incremental training.
+>> 
+>> channelName -> (string)
+>>
+>>> The name of the incremental training data channel that was used.
+>> 
+>> versionIdentifier -> (string)
+>>
+>>> The version identifier of the trained model that was used for incremental training.
+>> 
+>> modelName -> (string)
+>>
+>>> The name of the base trained model that was used for incremental training.
+
@@ -255,0 +285,4 @@ resourceConfig -> (structure)
+trainingInputMode -> (string)
+
+> The input mode that was used for accessing the training data when this trained model was created. This indicates how the training data was made available to the training algorithm.
+
@@ -306 +339 @@ creatorAccountId -> (string)
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »