Module Values_0.CollectionConfigurationSource

Configuration information for the Amazon SageMaker Debugger output tensor collections.

Sourcetype nonrec t = {
  1. collectionName : CollectionName.t option;
    (*

    The name of the tensor collection. The name must be unique relative to other rule configuration names.

    *)
  2. 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".

    *)
}
Sourceval make : ?collectionName:??? -> ?collectionParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of ConfigKey.t ] * [> `String of ConfigValue.t ]) list | `String of CollectionName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t