Values.GetTrainedModelResponseSourceReturns information about a trained model.
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 the trained model.
*)resourceConfig : ResourceConfig.t option;The EC2 resource configuration that was used to create the trained 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 was used to terminate model training.
*)metricsStatus : MetricsStatus.t option;The status of the model metrics.
*)metricsStatusDetails : String_.t option;Details about the metrics status for the trained model.
*)logsStatus : LogsStatus.t option;The logs status for the trained model.
*)logsStatusDetails : String_.t option;Details about the logs status for the trained model.
*)trainingContainerImageDigest : String_.t option;Information about the training image container.
*)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.
*)hyperparameters : HyperParameters.t option;The hyperparameters that were used to create the trained model.
*)environment : Environment.t option;The EC2 environment that was used to create the trained model.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and associated data.
*)dataChannels : ModelTrainingDataChannels.t option;The data channels that were used for 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:??? ->
?hyperparameters:??? ->
?environment:??? ->
?kmsKeyArn:??? ->
?tags:??? ->
?dataChannels:??? ->
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
* [> `Enum of string
| `String of ModelTrainingDataChannelName.t ])
list ]
list
| `Map of
([> `String of HyperParametersKeyString.t ]
* [> `String of HyperParametersValueString.t ])
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 ]