Values.GetConfiguredModelAlgorithmResponseSourceReturns information about a configured model algorithm.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the configured model algorithm was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the configured model algorithm was updated.
*)configuredModelAlgorithmArn : ConfiguredModelAlgorithmArn.t option;The Amazon Resource Name (ARN) of the configured model algorithm.
*)name : NameString.t option;The name of the configured model algorithm.
*)trainingContainerConfig : ContainerConfig.t option;The configuration information of the training container for the configured model algorithm.
*)inferenceContainerConfig : InferenceContainerConfig.t option;Configuration information for the inference container.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the service role that was used to create the configured model algorithm.
*)description : ResourceDescription.t option;The description of the configured model algorithm.
*)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 configured ML model and associated data.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ConfiguredModelAlgorithmArn.t
| `Structure of
(string
* [> `List of
[> `String of ContainerEntrypointString.t
| `Structure of
(string * [> `String of MetricName.t ]) list ]
list
| `String of AlgorithmImage.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]