Values.UpdateActiveModelVersionResponseSourceSets the active model version for a given machine learning model.
type nonrec t = {modelName : ModelName.t option;The name of the machine learning model for which the active model version was set.
*)modelArn : ModelArn.t option;The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
*)currentActiveVersion : ModelVersion.t option;The version that is currently active of the machine learning model for which the active model version was set.
*)previousActiveVersion : ModelVersion.t option;The previous version that was active of the machine learning model for which the active model version was set.
*)currentActiveVersionArn : ModelVersionArn.t option;The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
*)previousActiveVersionArn : ModelVersionArn.t option;The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Long of ModelVersion.t | `String of ModelName.t ]) list ]