Values_0.CollectionConfigurationSourceConfiguration information for the Amazon SageMaker Debugger output tensor collections.
type nonrec t = {collectionName : CollectionName.t option;The name of the tensor collection. The name must be unique relative to other rule configuration names.
*)collectionParameters : CollectionParameters.t option;Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ConfigKey.t ] * [> `String of ConfigValue.t ])
list
| `String of CollectionName.t ])
list ]