Values.GetCollaborationTrainedModelResponseSourceReturns information about a trained model in a collaboration.
type nonrec t = {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.
*)trainedModelArn : TrainedModelArn.t option;The Amazon Resource Name (ARN) of the trained model.
*)versionIdentifier : UUID.t option;The version identifier of the trained model. This unique identifier distinguishes this version from other versions of the same trained model.
*)incrementalTrainingDataChannels : IncrementalTrainingDataChannelsOutput.t
option;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.
*)name : NameString.t option;The name of the trained model.
*)description : ResourceDescription.t option;The description of the trained model.
*)status : TrainedModelStatus.t option;The status of the trained model.
*)statusDetails : StatusDetails.t option;configuredModelAlgorithmAssociationArn : ConfiguredModelAlgorithmAssociationArn.t
option;The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.
*)resourceConfig : ResourceConfig.t option;The EC2 resource configuration that was used to train this model.
*)trainingInputMode : TrainingInputMode.t option;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.
*)stoppingCondition : StoppingCondition.t option;The stopping condition that determined when model training ended.
*)metricsStatus : MetricsStatus.t option;The status of the model metrics.
*)metricsStatusDetails : String_.t option;Details about the status information for the model metrics.
*)logsStatus : LogsStatus.t option;Status information for the logs.
*)logsStatusDetails : String_.t option;Details about the status information for the logs.
*)trainingContainerImageDigest : String_.t option;Information about the training container image.
*)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.
*)creatorAccountId : AccountId.t option;The account ID of the member that created the trained model.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?membershipIdentifier:??? ->
?collaborationIdentifier:??? ->
?trainedModelArn:??? ->
?versionIdentifier:??? ->
?incrementalTrainingDataChannels:??? ->
?name:??? ->
?description:??? ->
?status:??? ->
?statusDetails:??? ->
?configuredModelAlgorithmAssociationArn:??? ->
?resourceConfig:??? ->
?trainingInputMode:??? ->
?stoppingCondition:??? ->
?metricsStatus:??? ->
?metricsStatusDetails:??? ->
?logsStatus:??? ->
?logsStatusDetails:??? ->
?trainingContainerImageDigest:??? ->
?createTime:??? ->
?updateTime:??? ->
?creatorAccountId:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.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
| `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
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ModelTrainingDataChannelName.t ]) list ]
list
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `Integer of ResourceConfigInstanceCountInteger.t
| `String of String_.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]