Values_1.DebugHookConfigSourceConfiguration 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.
type nonrec t = {localPath : Values_0.DirectoryPath.t option;Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.
*)s3OutputPath : Values_0.S3Uri.t;Path to Amazon S3 storage location for metrics and tensors.
*)hookParameters : HookParameters.t option;Configuration information for the Amazon SageMaker Debugger hook parameters.
*)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.
*)}val make :
?localPath:??? ->
?hookParameters:??? ->
?collectionConfigurations:??? ->
s3OutputPath:Values_0.S3Uri.t ->
unit ->
tval 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 ]