Values.CollaborationTrainedModelSummarySourceProvides summary information about a trained model in a collaboration.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the trained model was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the trained model was updated.
*)trainedModelArn : TrainedModelArn.t option;The Amazon Resource Name (ARN) of the trained model.
*)name : NameString.t option;The name of the trained model.
*)versionIdentifier : UUID.t option;The version identifier of this trained model version.
*)incrementalTrainingDataChannels : IncrementalTrainingDataChannelsOutput.t
option;Information about the incremental training data channels used to create this version of the trained model.
*)description : ResourceDescription.t option;The description of the trained model.
*)membershipIdentifier : UUID.t option;The membership ID of the member that created the trained model.
*)collaborationIdentifier : UUID.t option;The collaboration ID of the collaboration that contains the trained model.
*)status : TrainedModelStatus.t option;The status of the trained model.
*)configuredModelAlgorithmAssociationArn : ConfiguredModelAlgorithmAssociationArn.t
option;The Amazon Resource Name (ARN) of the configured model algorithm association that is used for this trained model.
*)creatorAccountId : AccountId.t option;The account ID of the member that created the trained model.
*)}val make :
?createTime:??? ->
?updateTime:??? ->
?trainedModelArn:??? ->
?name:??? ->
?versionIdentifier:??? ->
?incrementalTrainingDataChannels:??? ->
?description:??? ->
?membershipIdentifier:??? ->
?collaborationIdentifier:??? ->
?status:??? ->
?configuredModelAlgorithmAssociationArn:??? ->
?creatorAccountId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ModelTrainingDataChannelName.t ]) list ]
list
| `String of TrainedModelArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]