Module Values_1.DebugHookConfigSource

Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

Sourcetype nonrec t = {
  1. localPath : Values_0.DirectoryPath.t option;
    (*

    Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

    *)
  2. s3OutputPath : Values_0.S3Uri.t;
    (*

    Path to Amazon S3 storage location for metrics and tensors.

    *)
  3. hookParameters : HookParameters.t option;
    (*

    Configuration information for the Amazon SageMaker Debugger hook parameters.

    *)
  4. collectionConfigurations : Values_0.CollectionConfigurations.t option;
    (*

    Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

    *)
}
Sourceval context_ : string
Sourceval make : ?localPath:??? -> ?hookParameters:??? -> ?collectionConfigurations:??? -> s3OutputPath:Values_0.S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) list ] list | `Map of ([> `String of Values_0.ConfigKey.t ] * [> `String of Values_0.ConfigValue.t ]) list | `String of Values_0.DirectoryPath.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