This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::TrainingJob DebugHookConfig
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.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CollectionConfigurations" :[ CollectionConfiguration, ... ], "HookParameters" :{, "LocalPath" :Key:Value, ...}String, "S3OutputPath" :String}
YAML
CollectionConfigurations:- CollectionConfigurationHookParameters:LocalPath:Key:ValueStringS3OutputPath:String
Properties
CollectionConfigurations-
Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the
CollectionConfigurationparameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.Required: No
Type: Array of CollectionConfiguration
Maximum:
20Update requires: Replacement
HookParameters-
Configuration information for the Amazon SageMaker Debugger hook parameters.
Required: No
Type: Object of String
Pattern:
.*Maximum:
256Update requires: Replacement
LocalPath-
Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/.Required: No
Type: String
Maximum:
4096Update requires: Replacement
S3OutputPath-
Path to Amazon S3 storage location for metrics and tensors.
Required: Yes
Type: String
Pattern:
^(https|s3)://([^/]+)/?(.*)$Maximum:
1024Update requires: Replacement