Values.GetMLConfigurationResponseSourceReturns information about a specific ML configuration.
type nonrec t = {membershipIdentifier : UUID.t option;The membership ID of the member that owns the ML configuration you requested.
*)defaultOutputLocation : MLOutputConfiguration.t option;The Amazon S3 location where ML model output is stored.
*)createTime : SyntheticTimestamp_date_time.t option;The time at which the ML configuration was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the ML configuration was updated.
*)}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 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
* [> `String of UUID.t
| `Structure of
(string
* [> `String of IamRoleArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]